From: Happy-melon Date: Wed, 30 Mar 2011 16:44:13 +0000 (+0000) Subject: (bug 17009) remove hiddenStructure. Wasn't even applied across all skins anyway... X-Git-Tag: 1.31.0-rc.0~31129 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=6af637429362f4b9e21064b0178e221134798693;p=lhc%2Fweb%2Fwiklou.git (bug 17009) remove hiddenStructure. Wasn't even applied across all skins anyway, would have been broken in cologneblue, standard, etc. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7fe18b927e..bb39275fdb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -58,6 +58,9 @@ PHP if you have not done so prior to upgrading MediaWiki. probably break screen-scraping bots. * (bug 26866) The 'trackback' right is no longer granted to sysops by default. $wgUseTrackbacks is already false by default +* (bug 17009) the hiddenStructure CSS class, a highly hackish way of at least *appearing* + to hide article elements, has been removed. Use the ParserFunctions extension to + actually remove unwanted elements from the output. === New features in 1.18 === * Added a special page, disabled by default, that allows users with the diff --git a/skins/chick/main.css b/skins/chick/main.css index 7522f4f92a..50654255d8 100644 --- a/skins/chick/main.css +++ b/skins/chick/main.css @@ -323,10 +323,6 @@ img.thumbborder { border: 1px solid #dddddd; } -.hiddenStructure { - display: none; -} - /* ** classes for special content elements like town boxes ** intended to be referenced directly from the wiki src diff --git a/skins/modern/main.css b/skins/modern/main.css index 4f2484fa4f..e04bb47796 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -552,9 +552,6 @@ div.tleft { img.thumbborder { border: 1px solid #dddddd; } -.hiddenStructure { - display: none; -} .mw-warning { border: 1px solid #aaa; background-color: #f9f9f9; diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 0e7a4d0160..4397bb027f 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -450,9 +450,6 @@ div.tleft { img.thumbborder { border: 1px solid #dddddd; } -.hiddenStructure { - display: none; -} /* ** classes for special content elements like town boxes @@ -882,9 +879,6 @@ li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print { border: 0; padding: 0; } -#p-cactions .hiddenStructure { - display: none; -} #p-cactions li a { text-transform: lowercase; } diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 8d5f7d8f10..2c4b7e7167 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -958,9 +958,6 @@ div.tleft { img.thumbborder { border: 1px solid #dddddd; } -.hiddenStructure { - display: none; -} /* Warning */ .mw-warning { margin-left: 50px;