r12930 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12929‎ | r12930 | r12931 >
Date:01:40, 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_4/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_4/phase3/skins/MonoBook.php (modified) (history)

Diff [purge]

Index: branches/REL1_4/phase3/skins/MonoBook.php
@@ -53,7 +53,7 @@
5454 <!--[if lt IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE50Fixes.css";</style><![endif]-->
5555 <!--[if IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE55Fixes.css";</style><![endif]-->
5656 <!--[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>
5858 <meta http-equiv="imagetoolbar" content="no" /><![endif]-->
5959 <?php if($this->data['jsvarurl' ]) { ?><script type="text/javascript" src="<?php $this->text('jsvarurl' ) ?>"></script><?php } ?>
6060 <script type="text/javascript" src="<?php $this->text('stylepath' ) ?>/common/wikibits.js"></script>
Index: branches/REL1_4/phase3/RELEASE-NOTES
@@ -882,6 +882,13 @@
883883 * Backported Skin::formatComment() fix from 1.6
884884
885885
 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+
886893 === Caveats ===
887894
888895 Some output, particularly involving user-supplied inline HTML, may not

Follow-up revisions

RevisionCommit summaryAuthorDate
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
r12929* (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds,...vibber01:39, 2 February 2006

Status & tagging log