stable
Clone or download
Read-only
This is part of story #13570 Navigate in tracker administration with tabs Now I can navigate in the tracker administration by using tabs. This works on FlamingParrot & BurningParrot (workflow transitions). The old tracker admin main page (with grey boxes) will be removed in a dedicated commit. Change-Id: Ibf301d644f36e2313acadc5678d696bccd177299
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/templates/tracker-admin.mustache | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/themes/FlamingParrot/css/style.scss | +43 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/Admin/HeaderPresenter.php | +86 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/CannedResponse/Tracker_CannedResponseManager.class.php | +7 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderRenderer.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Title.class.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +94 | −39 | Go to diff View file |
M | plugins/tracker/include/Tracker/Workflow/WorkflowTransitionController.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action.class.php | +1 | −102 | Go to diff View file |
M | plugins/tracker/include/Workflow/Action/Rules/EditRules.class.php | +4 | −2 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Admin/HeaderPresenterTest.php | +69 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +52 | −2 | Go to diff View file |
A | plugins/tracker/templates/admin-header-bp.mustache | +76 | −0 | Go to diff View file |
A | plugins/tracker/templates/admin-header.mustache | +130 | −0 | Go to diff View file |
M | plugins/tracker/templates/admin-hierarchy.mustache | +1 | −1 | Go to diff View file |
M | plugins/tracker/templates/admin-perms-tracker.mustache | +1 | −1 | Go to diff View file |
M | plugins/tracker/templates/notifications/admin-notifications-level.mustache | +1 | −1 | Go to diff View file |
M | plugins/tracker/templates/notifications/admin-subject-customisation.mustache | +1 | −1 | Go to diff View file |
M | plugins/tracker/templates/permission/fields-by-group.mustache | +1 | −1 | Go to diff View file |
M | plugins/tracker/templates/permission/groups-by-field.mustache | +1 | −1 | Go to diff View file |
M | plugins/tracker/templates/tracker-general-settings.mustache | +1 | −0 | Go to diff View file |
M | plugins/tracker/templates/trigger-pane.mustache | +2 | −2 | Go to diff View file |
M | plugins/tracker/templates/webhook/administration.mustache | +1 | −1 | Go to diff View file |
M | plugins/tracker/templates/workflow-transitions/workflow-transitions.mustache | +6 | −13 | Go to diff View file |
M | plugins/tracker/www/themes/BurningParrot/css/_tracker.scss | +1 | −0 | Go to diff View file |
A | plugins/tracker/www/themes/BurningParrot/css/includes/_administration.scss | +22 | −0 | Go to diff View file |
M | plugins/tracker/www/themes/FlamingParrot/css/style.scss | +30 | −8 | Go to diff View file |
M | plugins/tracker/www/themes/default/css/style.scss | +4 | −4 | Go to diff View file |
M | plugins/tracker_encryption/include/tracker_encryptionPlugin.php | +2 | −1 | Go to diff View file |
M | plugins/tracker_encryption/templates/tracker-key-settings.mustache | +1 | −1 | Go to diff View file |
M | site-content/fr_FR/tracker/tracker.tab | +34 | −34 | Go to diff View file |
M | src/templates/project/navigation_flaming_parrot.mustache | +1 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_bootstrap-overrides.scss | +17 | −3 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_definitions.scss | +3 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_post-definitions.scss | +3 | −1 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/utils/_project.scss | +22 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/utils/_typography.scss | +49 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/structure/tabs/example.html | +2 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_tabs.scss | +5 | −0 | Go to diff View file |