stable

Clone or download

Read-only

Merge commit 'refs/changes/48/21948/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #19382: Display a big "Unsupported browser" at the top of the pages when IE is used Change-Id: Iadf4885843ae4825326ce0106b396ef1a924e5fb

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +8 −1 Go to diff View file
M src/common/BrowserDetection/DetectedBrowser.php +5 −0 Go to diff View file
M src/themes/BurningParrot/css/_includes.scss +1 −0 Go to diff View file
A src/themes/BurningParrot/css/includes/_browser-unsupported.scss +29 −0 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +15 −9 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenter.php +8 −1 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenterBuilder.php +4 −1 Go to diff View file
A src/themes/BurningParrot/templates/browser-unsupported.mustache +5 −0 Go to diff View file
M src/themes/BurningParrot/templates/header.mustache +1 −0 Go to diff View file
A src/themes/FlamingParrot/css/utils/_browser-unsupported.scss +29 −0 Go to diff View file
M src/themes/FlamingParrot/css/utils/_definitions.scss +1 −0 Go to diff View file
M src/themes/FlamingParrot/include/BodyPresenter.class.php +7 −0 Go to diff View file
M src/themes/FlamingParrot/templates/body.mustache +1 −0 Go to diff View file
A src/themes/FlamingParrot/templates/browser-unsupported.mustache +5 −0 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +9 −3 Go to diff View file
M tests/unit/common/BrowserDetection/DetectedBrowserTest.php +14 −1 Go to diff View file