stable

Clone or download

Read-only

Move extra tabs in help dropdown menu

Define content in /etc/tuleap/site-content/…/layout/extra_tabs.php Links should appear in help dropdown menu. Part of story #16210: Remove navbar Change-Id: Ic52df0d3c877bff37a0858782e39eee267c1b759

Modified Files

Name
M site-content/en_US/include/include.tab +0 −1 Go to diff View file
M site-content/fr_FR/include/include.tab +0 −1 Go to diff View file
M src/common/HelpDropdown/HelpDropdownPresenter.php +12 −2 Go to diff View file
M src/common/HelpDropdown/HelpDropdownPresenterBuilder.php +35 −1 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenterBuilder.php +0 −10 Go to diff View file
D src/themes/BurningParrot/include/Navbar/DropdownMenuItem/Content/Links/LinkPresenter.php +0 −36 Go to diff View file
D src/themes/BurningParrot/include/Navbar/DropdownMenuItem/Content/Links/LinkPresentersBuilder.php +0 −51 Go to diff View file
D src/themes/BurningParrot/include/Navbar/DropdownMenuItem/Content/Links/LinksPresenter.php +0 −40 Go to diff View file
M src/themes/BurningParrot/include/Navbar/PresenterBuilder.php +0 −24 Go to diff View file
M src/themes/BurningParrot/templates/help-dropdown.mustache +11 −0 Go to diff View file
M src/themes/FlamingParrot/include/NavBarItemPresentersCollectionBuilder.php +1 −46 Go to diff View file
M src/themes/FlamingParrot/templates/help-dropdown.mustache +16 −5 Go to diff View file
M src/themes/FlamingParrot/templates/navbar.mustache +0 −19 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +0 −8 Go to diff View file
M tests/unit/common/HelpDropdown/HelpDropdownPresenterBuilderTest.php +6 −2 Go to diff View file