stable

Clone or download

Read-only

Internet Explorer deprecation modal cannot be closed anymore

Part of request #18451: End Internet Explorer support Change-Id: I5f8dd21c687e0afde93a7f87502e45777d2b4d85

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +7 −15 Go to diff View file
M src/common/BrowserDetection/BrowserDeprecationMessage.php +21 −14 Go to diff View file
M src/common/CLI/Events/GetWhitelistedKeys.php +2 −0 Go to diff View file
M src/scripts/browser-deprecation/browser-deprecation-modal-bp.ts +10 −0 Go to diff View file
M src/scripts/browser-deprecation/browser-deprecation-modal-fp.ts +8 −0 Go to diff View file
M src/scripts/browser-deprecation/browser-deprecation-modal.test.ts +44 −3 Go to diff View file
M src/scripts/browser-deprecation/browser-deprecation-modal.ts +9 −1 Go to diff View file
M src/themes/BurningParrot/templates/browser-deprecation.mustache +23 −7 Go to diff View file
M src/themes/FlamingParrot/templates/browser-deprecation.mustache +8 −5 Go to diff View file
M tests/unit/common/BrowserDetection/BrowserDeprecationMessageTest.php +20 −1 Go to diff View file