r48058 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48057‎ | r48058 | r48059 >
Date:09:13, 5 March 2009
Author:ialex
Status:deferred
Tags:
Comment:
Removed max-height for the left column so that it doesn't overlap the bottom of the page
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.css (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/CHANGELOG
@@ -1,6 +1,10 @@
22 This file lists changes on this extension.
33 Localisation updates are done on betawiki and aren't listed here.
44
 5+0.12.9 - 5 March 2009
 6+ The left column on Special:Extension no longer overlaps the bottom of the
 7+ page.
 8+
59 0.12.8 - 3 March 2009
610 Updated FlaggedRevs and Cite extensions.
711
Index: trunk/extensions/Configure/Configure.php
@@ -17,7 +17,7 @@
1818 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure',
1919 'description' => 'Allow authorised users to configure the wiki via a web-based interface',
2020 'descriptionmsg' => 'configure-desc',
21 - 'version' => '0.12.8',
 21+ 'version' => '0.12.9',
2222 );
2323
2424 # Configuration part
@@ -162,7 +162,7 @@
163163 /**
164164 * Styles versions, you shouldn't change it
165165 */
166 -$wgConfigureStyleVersion = '19';
 166+$wgConfigureStyleVersion = '20';
167167
168168 # Adding new rights...
169169 $wgAvailableRights[] = 'configure';
Index: trunk/extensions/Configure/Configure.css
@@ -35,7 +35,6 @@
3636
3737 ul.configtoc {
3838 vertical-align: top;
39 - max-height: 500px;
4039 }
4140
4241 ul.configtoc, ul.configtoc > li > ul {

Status & tagging log