stable

Clone or download

Read-only

Merge commit 'refs/changes/60/9160/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: Fix request #10526: MOTD is not displayed in BurningParrot Change-Id: Ieb9be06cb1ac60cac7cf6d338465fb241d1d8fd4

Modified Files

Name
M gulpfile.js +1 −0 Go to diff View file
M src/common/layout/BaseLayout.php +24 −0 Go to diff View file
M src/common/layout/Layout.class.php +0 −17 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +2 −1 Go to diff View file
M src/www/themes/BurningParrot/HeaderPresenter.php +10 −1 Go to diff View file
M src/www/themes/BurningParrot/HeaderPresenterBuilder.php +4 −2 Go to diff View file
A src/www/themes/BurningParrot/css/includes/_header.scss +57 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_navbar.scss +1 −18 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_structure.scss +1 −0 Go to diff View file
A src/www/themes/BurningParrot/js/motd.js +52 −0 Go to diff View file
M src/www/themes/BurningParrot/templates/navbar/navbar.mustache +16 −11 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +0 −10 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_navbar.scss +4 −2 Go to diff View file