stable

Clone or download

Read-only

request #19382: Display a big "Unsupported browser" at the top of the pages when IE is used

With the work done in request #19287, we are not able to open the browser deprecation modals on most of the pages when IE is used and a lot of things might start to break. Even if we cannot display the modal anymore, with this contribution we try to inform the users they should use another browser. Change-Id: I03cbe2ad35a37c70ff8d279e40b5b1cd6144b200

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