stable

Clone or download

Read-only

Remove login and register links in navbar

This is a part of story #10176 New homepage How to test: Given I am not logged in, when I browse the homepage then the search nav and user nav (login, register) won't be displayed Change-Id: I4c844c9a7e0dbca8983f7fb426dd950db7ea23f6

Modified Files

Name
M plugins/mediawiki/www/skins/Tuleap/Tuleap.php +6 −1 Go to diff View file
M plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php +6 −1 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
A src/common/include/BurningParrotCompatiblePageDetector.php +92 −0 Go to diff View file
M src/common/layout/ThemeManager.class.php +11 −67 Go to diff View file
M src/www/include/pre.php +6 −2 Go to diff View file
M src/www/themes/BurningParrot/Navbar/Presenter.php +31 −5 Go to diff View file
M src/www/themes/BurningParrot/Navbar/PresenterBuilder.php +7 −1 Go to diff View file
M src/www/themes/BurningParrot/templates/navbar.mustache +6 −4 Go to diff View file