stable

Clone or download

Read-only

request #8840 Remove usage of Bless

IE9 is no longer supported. Only one message to warn users, we don't distinguish between compatibility mode or deprecated browser. Furthermore we plan to remind users about deprecation, therefore we change the button and feedback message (even if the remind is not done yet). On the bonus side, we don't break anymore the whole layout for MSIE != 9. Change-Id: I8a3227f3b6d03e3d15544a49e12a4bebefcb1303

Modified Files

Name
M site-content/en_US/include/include.tab +3 −4 Go to diff View file
M site-content/fr_FR/include/include.tab +3 −4 Go to diff View file
M src/common/autoload.php +3 −5 Go to diff View file
D src/common/include/BrowserIE8.class.php +0 −26 Go to diff View file
D src/common/include/BrowserIECompatibilityModeDeprecated.class.php +0 −30 Go to diff View file
R src/common/include/BrowserIE7Deprecated.class.php Go to diff View file
M src/common/include/HTTPRequest.class.php +8 −12 Go to diff View file
M src/www/account/disable_ie7_warning.php +1 −1 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +1 −8 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/navbar.less +9 −0 Go to diff View file
M tests/simpletest/common/include/HTTPRequestTest.php +20 −28 Go to diff View file
M tools/utils/less_utils.sh +0 −5 Go to diff View file