r37063 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37062‎ | r37063 | r37064 >
Date:16:43, 4 July 2008
Author:demon
Status:old
Tags:
Comment:
KTHMLfixes no longer loaded on skins where it doesn't exist. (bug 14717)
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/common/wikibits.js (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/wikibits.js
@@ -92,7 +92,7 @@
9393 document.write('<link rel="stylesheet" type="text/css" href="'+stylepath+'/'+skin+'/Opera6Fixes.css">');
9494 } else if (is_opera_seven && !is_opera_95) {
9595 document.write('<link rel="stylesheet" type="text/css" href="'+stylepath+'/'+skin+'/Opera7Fixes.css">');
96 - } else if (is_khtml) {
 96+ } else if (is_khtml && skin == 'monobook' ) {
9797 document.write('<link rel="stylesheet" type="text/css" href="'+stylepath+'/'+skin+'/KHTMLFixes.css">');
9898 }
9999 }
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1353,7 +1353,7 @@
13541354 * to ensure that client-side caches don't keep obsolete copies of global
13551355 * styles.
13561356 */
1357 -$wgStyleVersion = '160';
 1357+$wgStyleVersion = '161';
13581358
13591359
13601360 # Server-side caching:
Index: trunk/phase3/RELEASE-NOTES
@@ -413,6 +413,7 @@
414414 * (bug 14088) Excessively long block expiry times are rejected as invalid,
415415 keeps the log page from being distorted.
416416 * (bug 14708) Emulate INSERT...IGNORE with standard SQL for Postgres backend.
 417+* (bug 14717) Wikibits no longer tries to load KTHMLFixes on non-monobook skins
417418
418419 === API changes in 1.13 ===
419420

Follow-up revisions

RevisionCommit summaryAuthorDate
r37067Revert r37063 "KTHMLfixes no longer loaded on skins where it doesn't exist. (...brion21:23, 4 July 2008

Status & tagging log