Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -1,6 +1,10 @@ |
2 | 2 | This file lists changes on this extension. |
3 | 3 | Localisation updates are done on betawiki and aren't listed here. |
4 | 4 | |
| 5 | +0.12.9 - 5 March 2009 |
| 6 | + The left column on Special:Extension no longer overlaps the bottom of the |
| 7 | + page. |
| 8 | + |
5 | 9 | 0.12.8 - 3 March 2009 |
6 | 10 | Updated FlaggedRevs and Cite extensions. |
7 | 11 | |
Index: trunk/extensions/Configure/Configure.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Configure', |
19 | 19 | 'description' => 'Allow authorised users to configure the wiki via a web-based interface', |
20 | 20 | 'descriptionmsg' => 'configure-desc', |
21 | | - 'version' => '0.12.8', |
| 21 | + 'version' => '0.12.9', |
22 | 22 | ); |
23 | 23 | |
24 | 24 | # Configuration part |
— | — | @@ -162,7 +162,7 @@ |
163 | 163 | /** |
164 | 164 | * Styles versions, you shouldn't change it |
165 | 165 | */ |
166 | | -$wgConfigureStyleVersion = '19'; |
| 166 | +$wgConfigureStyleVersion = '20'; |
167 | 167 | |
168 | 168 | # Adding new rights... |
169 | 169 | $wgAvailableRights[] = 'configure'; |
Index: trunk/extensions/Configure/Configure.css |
— | — | @@ -35,7 +35,6 @@ |
36 | 36 | |
37 | 37 | ul.configtoc { |
38 | 38 | vertical-align: top; |
39 | | - max-height: 500px; |
40 | 39 | } |
41 | 40 | |
42 | 41 | ul.configtoc, ul.configtoc > li > ul { |