Index: branches/REL1_4/phase3/skins/MonoBook.php |
— | — | @@ -53,7 +53,7 @@ |
54 | 54 | <!--[if lt IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE50Fixes.css";</style><![endif]--> |
55 | 55 | <!--[if IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE55Fixes.css";</style><![endif]--> |
56 | 56 | <!--[if gte IE 6]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE60Fixes.css";</style><![endif]--> |
57 | | - <!--[if IE]><script type="text/javascript" src="<?php $this->text('stylepath') ?>/common/IEFixes.js"></script> |
| 57 | + <!--[if lt IE 7]><script type="text/javascript" src="<?php $this->text('stylepath') ?>/common/IEFixes.js"></script> |
58 | 58 | <meta http-equiv="imagetoolbar" content="no" /><![endif]--> |
59 | 59 | <?php if($this->data['jsvarurl' ]) { ?><script type="text/javascript" src="<?php $this->text('jsvarurl' ) ?>"></script><?php } ?> |
60 | 60 | <script type="text/javascript" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js"></script> |
Index: branches/REL1_4/phase3/RELEASE-NOTES |
— | — | @@ -882,6 +882,13 @@ |
883 | 883 | * Backported Skin::formatComment() fix from 1.6 |
884 | 884 | |
885 | 885 | |
| 886 | +== 1.4.15 changes == |
| 887 | + |
| 888 | +* (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds, |
| 889 | + and seems to work ok with other bits. No longer including the IE |
| 890 | + workarounds JavaScript for IE 7 and above. |
| 891 | + |
| 892 | + |
886 | 893 | === Caveats === |
887 | 894 | |
888 | 895 | Some output, particularly involving user-supplied inline HTML, may not |