Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -1,6 +1,12 @@ |
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.10.18 - 10 December 2008 |
| 6 | + * Added $wgExtraNamespaces, $wgLocaltimezone and |
| 7 | + $wgExemptFromUserRobotsControl to the default list of editable settings. |
| 8 | + * Success message now displayed through a post-save redirect, instead of |
| 9 | + showing it on the POST-ed page. |
| 10 | + |
5 | 11 | 0.10.17 - 9 December 2008 |
6 | 12 | If $wgConfigureWikis is an array, a selector-box is displayed instead of a |
7 | 13 | text box with a list of allowed values. |
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.10.17', |
| 21 | + 'version' => '0.10.18', |
22 | 22 | ); |
23 | 23 | |
24 | 24 | # Configuration part |