Index: branches/REL1_5/phase3/skins/MonoBook.php |
— | — | @@ -61,7 +61,7 @@ |
62 | 62 | <!--[if lt IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE50Fixes.css";</style><![endif]--> |
63 | 63 | <!--[if IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE55Fixes.css";</style><![endif]--> |
64 | 64 | <!--[if gte IE 6]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE60Fixes.css";</style><![endif]--> |
65 | | - <!--[if IE]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js"></script> |
| 65 | + <!--[if lt IE 7]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js"></script> |
66 | 66 | <meta http-equiv="imagetoolbar" content="no" /><![endif]--> |
67 | 67 | <?php if($this->data['jsvarurl' ]) { ?><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl' ) ?>"></script><?php } ?> |
68 | 68 | <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js"></script> |
Index: branches/REL1_5/phase3/RELEASE-NOTES |
— | — | @@ -1053,7 +1053,11 @@ |
1054 | 1054 | * Performance bugfix: propagate equality manually for Revision fetches |
1055 | 1055 | * (bug 4773) PHP fatal error when invalid title passed to Special:Export |
1056 | 1056 | * Added missing table defs. for transcache (were in updaters, but not install schema) |
| 1057 | +* (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds, |
| 1058 | + and seems to work ok with other bits. No longer including the IE |
| 1059 | + workarounds JavaScript for IE 7 and above. |
1057 | 1060 | |
| 1061 | + |
1058 | 1062 | === Caveats === |
1059 | 1063 | |
1060 | 1064 | Some output, particularly involving user-supplied inline HTML, may not |