r42052 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42051‎ | r42052 | r42053 >
Date:20:00, 13 October 2008
Author:ialex
Status:old
Tags:
Comment:
Updated CentralAuth extension
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings-ext.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/CHANGELOG
@@ -1,6 +1,9 @@
22 This file lists changes on this extension.
33 Localisation updates are done on betawiki and aren't listed here.
44
 5+0.8.1 - 13 October 2008
 6+ Updated CentralAuth extension.
 7+
58 0.8.0 - 12 October 2008
69 Added a read-only API module.
710
Index: trunk/extensions/Configure/Configure.settings-ext.php
@@ -263,6 +263,8 @@
264264 'wgCentralAuthAutoLoginWikis' => 'array',
265265 'wgCentralAuthLoginIcon' => 'text',
266266 'wgCentralAuthCreateOnView' => 'bool',
 267+ 'wgCentralAuthUDPAddress' => 'text',
 268+ 'wgCentralAuthNew2UDPPrefix' => 'text',
267269 ),
268270 'array' => array(
269271 'wgCentralAuthAutoLoginWikis' => 'simple',
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 by a web-based interface',
2020 'descriptionmsg' => 'configure-desc',
21 - 'version' => '0.8.0',
 21+ 'version' => '0.8.1',
2222 );
2323
2424 ## Configuration part

Status & tagging log