stable
Clone or download
Read-only
request #6350: Add info message to warn about IE9 and IE7
Change-Id: I6ecec603fe15774b7bf98c5b0db2da6cc95c1026
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/include/include.tab | +3 | −0 | Go to diff View file |
M | site-content/fr_FR/include/include.tab | +3 | −0 | Go to diff View file |
M | src/common/autoload.php | +5 | −2 | Go to diff View file |
A | src/common/include/Browser.class.php | +25 | −0 | Go to diff View file |
A | src/common/include/BrowserIE7Deprecated.class.php | +30 | −0 | Go to diff View file |
A | src/common/include/BrowserIE9CompatibilityModeDeprecated.class.php | +26 | −0 | Go to diff View file |
M | src/common/include/HTTPRequest.class.php | +13 | −1 | Go to diff View file |
M | src/common/layout/DivBasedTabbedLayout.class.php | +4 | −1 | Go to diff View file |
M | src/common/layout/Layout.class.php | +6 | −1 | Go to diff View file |
M | src/www/themes/Dawn/css/style.less | +0 | −2 | Go to diff View file |
M | src/www/themes/Experimental/Experimental_Theme.class.php | +10 | −0 | Go to diff View file |
M | src/www/themes/common/css/style.less | +12 | −2 | Go to diff View file |
M | tests/simpletest/common/include/HTTPRequestTest.php | +93 | −21 | Go to diff View file |