r44829 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44828‎ | r44829 | r44830 >
Date:02:16, 20 December 2008
Author:brion
Status:ok
Tags:
Comment:
* (bug 16612) Fixed "noprint" class for Modern skin print style
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/skins/modern/print.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/modern/print.css
@@ -3,7 +3,8 @@
44 #p-personal,
55 #jump-to-nav,
66 #footer,
7 -span.editsection
 7+span.editsection,
 8+.noprint
89 {
910 display: none;
1011 }
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1444,7 +1444,7 @@
14451445 * to ensure that client-side caches don't keep obsolete copies of global
14461446 * styles.
14471447 */
1448 -$wgStyleVersion = '190';
 1448+$wgStyleVersion = '191';
14491449
14501450
14511451 # Server-side caching:
Index: trunk/phase3/RELEASE-NOTES
@@ -435,6 +435,7 @@
436436 * (bug 11733) Fixed parameter validation in importTextFile.php
437437 * (bug 16712) Special:NewFiles updated to use "newer"/"older" paging messages
438438 for clarity over "previous/next"
 439+* (bug 16612) Fixed "noprint" class for Modern skin print style
439440
440441 === API changes in 1.14 ===
441442

Status & tagging log