r55727 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55726‎ | r55727 | r55728 >
Date:20:22, 1 September 2009
Author:ialex
Status:ok
Tags:
Comment:
* (bug 20466) Hidden categories are no more displayed when printing
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/skins/common/commonPrint.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/commonPrint.css
@@ -108,7 +108,8 @@
109109 li#viewcount,
110110 li#about,
111111 li#disclaimer,
112 -li#privacy {
 112+li#privacy,
 113+#mw-hidden-catlinks {
113114 /* Hides all the elements irrelevant for printing */
114115 display: none;
115116 }
Index: trunk/phase3/RELEASE-NOTES
@@ -451,6 +451,7 @@
452452 by using a new parameter added to the recursiveTagParse function
453453 * (bug 14900) __INDEX__ and __NOINDEX__ no longer override site config set in
454454 $wgArticleRobotPolicies.
 455+* (bug 20466) Hidden categories are no more displayed when printing
455456
456457 == API changes in 1.16 ==
457458

Status & tagging log