stable

Clone or download

Read-only

Add core services quicklinks to Permissions tab

This is part of story #10061: new project admin homepage and navigation How to test: - Activate legacy core services - You should see quick access links in the Permissions tab Change-Id: Ia38f980eaced178ef2d3fc127f5d74a2706825e6

Modified Files

Name
M site-content/en_US/project/project.tab +0 −7 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +12 −0 Go to diff View file
M site-content/fr_FR/project/project.tab +0 −7 Go to diff View file
M site-content/tuleap-core.pot +12 −0 Go to diff View file
M src/common/autoload.php +5 −2 Go to diff View file
M src/common/project/Admin/Navigation/HeaderNavigationDisplayer.php +3 −1 Go to diff View file
A src/common/project/Admin/Navigation/NavigationDropdownItemInterface.php +30 −0 Go to diff View file
M src/common/project/Admin/Navigation/NavigationDropdownItemPresenter.php +6 −1 Go to diff View file
A src/common/project/Admin/Navigation/NavigationDropdownTitlePresenter.php +40 −0 Go to diff View file
A src/common/project/Admin/Navigation/NavigationPermissionsDropdownPresenterBuilder.php +137 −0 Go to diff View file
M src/common/project/Admin/Navigation/NavigationPresenterBuilder.php +13 −21 Go to diff View file
M src/templates/project/navigation.mustache +6 −1 Go to diff View file
M src/templates/project/navigation_flaming_parrot.mustache +8 −3 Go to diff View file
M src/www/project/admin/administration.php +4 −58 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_definitions.scss +1 −1 Go to diff View file
R src/www/themes/FlamingParrot/css/utils/_project-visibility.scss Go to diff View file
M src/www/themes/common/css/utils/_project-admin.scss +1 −53 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_tabs.scss +6 −5 Go to diff View file