stable

Clone or download

Read-only

Fix request #10526: MOTD is not displayed in BurningParrot

Create file /etc/tuleap/site-content/en_US/others/motd.txt and add some content in it. The motd is displayed both in FlamingParrot and BurningParrot. If the viewport is resized and the motd becomes bigger due to line wrapping, then the main content is not hidden by the header. On IE, in CompatibilityMode, a deprecation message is displayed. No effort is made to properly style the motd (eg: top alignement) in Compatibility Mode as per UXD request. Background color is changed from bright blue to sidebar background color. Change-Id: Iffb47aa0b3a7bad0dab5f25d4dadf8249ee6e779

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