* (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds,
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 1 Feb 2006 21:24:04 +0000 (21:24 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 1 Feb 2006 21:24:04 +0000 (21:24 +0000)
  and seems to work ok with other bits. No longer including the IE
  workarounds JavaScript for IE 7 and above.

RELEASE-NOTES
skins/MonoBook.php

index c7cf0fe..8296664 100644 (file)
@@ -585,6 +585,9 @@ fully support the editing toolbar, but was found to be too confusing.
   which is blank for main namespace, or like e.g. "User_talk"
 * Adjust user login/creation form hooks to work with a captcha plugin
 * (bug 1284) Inline styles for diffs in Recent Changes RSS/Atom feeds
+* (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds,
+  and seems to work ok with other bits. No longer including the IE
+  workarounds JavaScript for IE 7 and above.
 
 
 === Caveats ===
index dd0246a..3bc9468 100644 (file)
@@ -62,7 +62,7 @@ class MonoBookTemplate extends QuickTemplate {
                <!--[if lt IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE50Fixes.css";</style><![endif]-->
                <!--[if IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE55Fixes.css";</style><![endif]-->
                <!--[if gte IE 6]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE60Fixes.css";</style><![endif]-->
-               <!--[if IE]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js"></script>
+               <!--[if lt IE 7]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js"></script>
                <meta http-equiv="imagetoolbar" content="no" /><![endif]-->
 <?php  if($this->data['jsvarurl'  ]) { ?>
                <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl'  ) ?>"><!-- site js --></script>