stable

Clone or download

Read-only

Remove Administration from generic links

Technical refactoring. No functional changes. This will help to remove generic dropdowns/links stuff from navbar. Part of story #16210: Remove navigation bar Change-Id: If30199391611ba0529be64a2b8eaaba4fbb9e217

Modified Files

Name
M site-content/en_US/include/include.tab +0 −1 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M site-content/fr_FR/include/include.tab +0 −1 Go to diff View file
M src/common/Event/Event.class.php +0 −10 Go to diff View file
M src/themes/BurningParrot/include/Navbar/GlobalNavPresenter.php +1 −2 Go to diff View file
M src/themes/BurningParrot/include/Navbar/Presenter.php +8 −1 Go to diff View file
M src/themes/BurningParrot/include/Navbar/PresenterBuilder.php +2 −20 Go to diff View file
M src/themes/BurningParrot/templates/navbar/global-nav.mustache +6 −8 Go to diff View file
M src/themes/BurningParrot/templates/navbar/navbar.mustache +9 −1 Go to diff View file
D src/themes/FlamingParrot/include/NavBarItemAdminPresenter.php +0 −35 Go to diff View file
D src/themes/FlamingParrot/include/NavBarItemDropdownPresenter.php +0 −46 Go to diff View file
D src/themes/FlamingParrot/include/NavBarItemDropdownSectionPresenter.php +0 −38 Go to diff View file
D src/themes/FlamingParrot/include/NavBarItemLinkPresenter.php +0 −35 Go to diff View file
M src/themes/FlamingParrot/include/NavBarItemPresenter.php +1 −4 Go to diff View file
M src/themes/FlamingParrot/include/NavBarItemPresentersCollection.php +1 −13 Go to diff View file
M src/themes/FlamingParrot/include/NavBarItemPresentersCollectionBuilder.php +0 −16 Go to diff View file
M src/themes/FlamingParrot/include/NavBarPresenter.class.php +6 −0 Go to diff View file
D src/themes/FlamingParrot/templates/navbar-item-admin.mustache +0 −5 Go to diff View file
D src/themes/FlamingParrot/templates/navbar-item-dropdown.mustache +0 −16 Go to diff View file
D src/themes/FlamingParrot/templates/navbar-item-link.mustache +0 −5 Go to diff View file
M src/themes/FlamingParrot/templates/navbar.mustache +7 −9 Go to diff View file