[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [REM] System menu: Remove Tiki Accounting remnants
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a31574919bcd_38196298862ec@gitlab-sidekiq-low-urgency-cpu-bound-v2-c9dcc9984-xpbcw.mail> |
luci pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki Commits: 1387684f by luci at 2026-06-16T14:01:39+00:00 [REM] System menu: Remove Tiki Accounting remnants --- * [REM] Remove more remnants of Accounting from database * [REM] Sytem menu: Remove Tiki Accounting remnants See merge request tikiwiki/tiki!10529 (cherry picked from commit dd83d4f4ed1ab4c2a6127b2345ab70150138765c) 1ae16ab0 [REM] Sytem menu: Remove Tiki Accounting remnants 515e275e [REM] Remove more remnants of Accounting from database Co-authored-by: Marcellin Wabo <marcellin-0Fr1x5yc1pZaa/[email protected]> - - - - - 2 changed files: - db/tiki.sql - + installer/schema/20260615_remove_accounting_remnants_tiki.sql Changes: ===================================== db/tiki.sql ===================================== @@ -1684,8 +1684,6 @@ INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `s INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','Manage Tabular Formats','tiki-ajax_services.php?controller=tabular&action=manage',810,'tracker_tabular_enabled','tiki_p_tabular_admin','',0); INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'s','Machine Learning','tiki-ml-list',820,'feature_machine_learning','tiki_p_machine_learning','',0); INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','List Models','tiki-ml-list',825,'feature_machine_learning','tiki_p_machine_learning','',0); -INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'s', 'Accounting', 'tiki-accounting_books.php', 830, 'feature_accounting', 'tiki_p_acct_view', '', 0); -INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o', 'Accounting books', 'tiki-accounting_books.php', 835, 'feature_accounting', 'tiki_p_acct_view', '', 0); INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'s','Surveys','tiki-list_surveys.php',850,'feature_surveys','tiki_p_take_survey','',0); INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','List Surveys','tiki-list_surveys.php',855,'feature_surveys','tiki_p_take_survey','',0); INSERT INTO `tiki_menu_options` (`menuId`, `type`, `name`, `url`, `position`, `section`, `perm`, `groupname`, `userlevel`) VALUES (42,'o','Stats','tiki-survey_stats.php',860,'feature_surveys','tiki_p_view_survey_stats','',0); @@ -3515,7 +3513,6 @@ UPDATE tiki_menu_options SET icon = 'admin_calendar' WHERE name = 'Calendar'; UPDATE tiki_menu_options SET icon = 'admin_user' WHERE name = 'My Account'; UPDATE tiki_menu_options SET icon = 'home' WHERE name = 'Home'; UPDATE tiki_menu_options SET icon = 'admin_category' WHERE name = 'Categories'; -UPDATE tiki_menu_options SET icon = 'calculator' WHERE name = 'Accounting'; UPDATE tiki_menu_options SET icon = 'admin_directory' WHERE name = 'Directory'; UPDATE tiki_menu_options SET icon = 'receipt' WHERE name = 'Invoice'; UPDATE tiki_menu_options SET icon = 'pen' WHERE name = 'Quizzes'; @@ -3602,7 +3599,6 @@ UPDATE tiki_menu_options SET icon = 'toggle-on' WHERE name = 'Offline mode'; UPDATE tiki_menu_options SET icon = 'table' WHERE name = 'Manage Tabular Formats'; UPDATE tiki_menu_options SET icon = 'robot' WHERE name = 'Machine Learning'; UPDATE tiki_menu_options SET icon = 'layer-group' WHERE name = 'List Models'; -UPDATE tiki_menu_options SET icon = 'book' WHERE name = 'Accounting books'; UPDATE tiki_menu_options SET icon = 'check-square' WHERE name = 'Admin Surveys'; UPDATE tiki_menu_options SET icon = 'envelope' WHERE name = 'Send Newsletters'; UPDATE tiki_menu_options SET icon = 'file-alt' WHERE name = 'Admin Newsletters'; ===================================== installer/schema/20260615_remove_accounting_remnants_tiki.sql ===================================== @@ -0,0 +1,2 @@ +DELETE FROM tiki_menu_options WHERE name = 'Accounting books'; +DELETE FROM tiki_menu_options WHERE name = 'Accounting'; View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/1387684f0001f206cbdb76232e0043ee3dd7cdeb -- View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/1387684f0001f206cbdb76232e0043ee3dd7cdeb You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help _______________________________________________ TikiWiki-cvs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs