Index: trunk/extensions/Configure/CHANGELOG |
— | — | @@ -1,6 +1,9 @@ |
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.8.1 - 13 October 2008 |
| 6 | + Updated CentralAuth extension. |
| 7 | + |
5 | 8 | 0.8.0 - 12 October 2008 |
6 | 9 | Added a read-only API module. |
7 | 10 | |
Index: trunk/extensions/Configure/Configure.settings-ext.php |
— | — | @@ -263,6 +263,8 @@ |
264 | 264 | 'wgCentralAuthAutoLoginWikis' => 'array', |
265 | 265 | 'wgCentralAuthLoginIcon' => 'text', |
266 | 266 | 'wgCentralAuthCreateOnView' => 'bool', |
| 267 | + 'wgCentralAuthUDPAddress' => 'text', |
| 268 | + 'wgCentralAuthNew2UDPPrefix' => 'text', |
267 | 269 | ), |
268 | 270 | 'array' => array( |
269 | 271 | 'wgCentralAuthAutoLoginWikis' => 'simple', |
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 by a web-based interface', |
20 | 20 | 'descriptionmsg' => 'configure-desc', |
21 | | - 'version' => '0.8.0', |
| 21 | + 'version' => '0.8.1', |
22 | 22 | ); |
23 | 23 | |
24 | 24 | ## Configuration part |