From: Alexandre Emsenhuber Date: Tue, 1 Sep 2009 20:22:00 +0000 (+0000) Subject: * (bug 20466) Hidden categories are no more displayed when printing X-Git-Tag: 1.31.0-rc.0~39978 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=16bfbcdf21f243bdbfddd893b8e3a4c0655a2c63;p=lhc%2Fweb%2Fwiklou.git * (bug 20466) Hidden categories are no more displayed when printing --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7b20f0e5a2..c9a08d9ddf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -451,6 +451,7 @@ this. Was used when mwEmbed was going to be an extension. by using a new parameter added to the recursiveTagParse function * (bug 14900) __INDEX__ and __NOINDEX__ no longer override site config set in $wgArticleRobotPolicies. +* (bug 20466) Hidden categories are no more displayed when printing == API changes in 1.16 == diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 2e440a1d49..93a37bec9e 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -108,7 +108,8 @@ div#f-copyrightico, li#viewcount, li#about, li#disclaimer, -li#privacy { +li#privacy, +#mw-hidden-catlinks { /* Hides all the elements irrelevant for printing */ display: none; }