stable

Clone or download

Read-only

Remove main administration page

This is part of story #13570 Navigate in tracker administration with tabs The old page with the grey boxes is not displayed anymore, so it's time to delete it. Change-Id: Icf15bd11d203ada7a0afe348d8f44f421557cee1

Modified Files

Name
M plugins/timetracking/include/Timetracking/Admin/AdminController.php +2 −1 Go to diff View file
M plugins/timetracking/include/timetrackingPlugin.php +0 −1 Go to diff View file
D plugins/timetracking/www/images/icon-timetracking.png +- −- Go to diff View file
M plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponseManager.class.php +16 −12 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/CreateVisitor.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/UpdateVisitor.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/View/Admin/Visitor.class.php +6 −12 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/Settings/Administration/NotificationsAdminSettingsDisplayController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByField/ByFieldController.php +3 −6 Go to diff View file
M plugins/tracker/include/Tracker/Permission/Fields/ByGroup/ByGroupController.php +3 −6 Go to diff View file
M plugins/tracker/include/Tracker/Permission/PermissionController.class.php +2 −12 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +7 −15 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php +7 −4 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +23 −242 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/Actions/AdminWebhooks.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Workflow/WorkflowTransitionController.php +6 −1 Go to diff View file
M plugins/tracker/include/Workflow/Action.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Action/Rules/EditRules.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/Action/Transitions/DefineWorkflow.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Workflow/Action/Transitions/EditTransition.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Workflow/Action/Triggers/EditTriggers.class.php +2 −1 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +0 −27 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +0 −27 Go to diff View file
M plugins/tracker/tests/TrackerTest.php +20 −20 Go to diff View file
M plugins/tracker_encryption/include/tracker_encryptionPlugin.php +2 −4 Go to diff View file
D src/www/themes/common/images/ic/48/tracker-canned.png +- −- Go to diff View file
D src/www/themes/common/images/ic/48/tracker-delete.png +- −- Go to diff View file
D src/www/themes/common/images/ic/48/tracker-export.png +- −- Go to diff View file
D src/www/themes/common/images/ic/48/tracker-fdependencies.png +- −- Go to diff View file
D src/www/themes/common/images/ic/48/tracker-form.png +- −- Go to diff View file
D src/www/themes/common/images/ic/48/tracker-general.png +- −- Go to diff View file
D src/www/themes/common/images/ic/48/tracker-hierarchy.png +- −- Go to diff View file
D src/www/themes/common/images/ic/48/tracker-import.png +- −- Go to diff View file
D src/www/themes/common/images/ic/48/tracker-notifs.png +- −- Go to diff View file
D src/www/themes/common/images/ic/48/tracker-perms.png +- −- Go to diff View file
D src/www/themes/common/images/ic/48/tracker-semantic.png +- −- Go to diff View file
D src/www/themes/common/images/ic/48/tracker-workflow.png +- −- Go to diff View file