r12929 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12928‎ | r12929 | r12930 >
Date:01:39, 2 February 2006
Author:vibber
Status:old
Tags:
Comment:
* (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.
Modified paths:
  • /branches/REL1_5/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_5/phase3/skins/MonoBook.php (modified) (history)

Diff [purge]

Index: branches/REL1_5/phase3/skins/MonoBook.php
@@ -61,7 +61,7 @@
6262 <!--[if lt IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE50Fixes.css";</style><![endif]-->
6363 <!--[if IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE55Fixes.css";</style><![endif]-->
6464 <!--[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>
6666 <meta http-equiv="imagetoolbar" content="no" /><![endif]-->
6767 <?php if($this->data['jsvarurl' ]) { ?><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl' ) ?>"></script><?php } ?>
6868 <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 @@
10541054 * Performance bugfix: propagate equality manually for Revision fetches
10551055 * (bug 4773) PHP fatal error when invalid title passed to Special:Export
10561056 * 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.
10571060
 1061+
10581062 === Caveats ===
10591063
10601064 Some output, particularly involving user-supplied inline HTML, may not

Follow-up revisions

RevisionCommit summaryAuthorDate
r12930* (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds,...vibber01:40, 2 February 2006
r12981* (bug 4824) Separate out IE7 CSS compat hacks, fix for RTL pagesvibber18:50, 8 February 2006

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r12928* (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds,...vibber21:24, 1 February 2006

Status & tagging log