(bug 17009) remove hiddenStructure. Wasn't even applied across all skins anyway...
authorHappy-melon <happy-melon@users.mediawiki.org>
Wed, 30 Mar 2011 16:44:13 +0000 (16:44 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Wed, 30 Mar 2011 16:44:13 +0000 (16:44 +0000)
RELEASE-NOTES
skins/chick/main.css
skins/modern/main.css
skins/monobook/main.css
skins/vector/screen.css

index 7fe18b9..bb39275 100644 (file)
@@ -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
index 7522f4f..5065425 100644 (file)
@@ -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
index 4f2484f..e04bb47 100644 (file)
@@ -552,9 +552,6 @@ div.tleft {
 img.thumbborder {
        border: 1px solid #dddddd;
 }
-.hiddenStructure {
-       display: none;
-}
 .mw-warning {
        border: 1px solid #aaa;
        background-color: #f9f9f9;
index 0e7a4d0..4397bb0 100644 (file)
@@ -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;
 }
index 8d5f7d8..2c4b7e7 100644 (file)
@@ -958,9 +958,6 @@ div.tleft {
 img.thumbborder {
        border: 1px solid #dddddd;
 }
-.hiddenStructure {
-       display: none;
-}
 /* Warning */
 .mw-warning {
        margin-left: 50px;