r40878 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40877‎ | r40878 | r40879 >
Date:20:22, 15 September 2008
Author:ialex
Status:old
Tags:
Comment:
Added $wgNewUserLog
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings-core.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.7.6 - 15 September 2008
 6+ Added $wgNewUserLog.
 7+
58 0.7.5 - 12 September 2008
69 Now support $wgExternalStores.
710
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -598,8 +598,9 @@
599599 'wgDefaultUserOptions' => 'array',
600600 'wgDisableAnonTalk' => 'bool',
601601 'wgMaxNameChars' => 'int',
 602+ 'wgMaxSigChars' => 'int',
602603 'wgMinimalPasswordLength' => 'int',
603 - 'wgMaxSigChars' => 'int',
 604+ 'wgNewUserLog' => 'bool',
604605 'wgReservedUsernames' => 'array',
605606 'wgShowIPinHeader' => 'bool',
606607 'wgBrowserBlackList' => 'array',
@@ -1168,6 +1169,7 @@
11691170 'wgLinkHolderBatchSize' => array( array( '1.14alpha', '>=' ) ),
11701171 'wgEnableImageWhitelist' => array( array( '1.14alpha', '>=' ) ),
11711172 'wgSpecialPageCacheUpdates' => array( array( '1.14alpha', '>=' ) ),
 1173+ 'wgNewUserLog' => array( array( '1.14alpha', '>=' ) ),
11721174 ## Obsolete
11731175 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11741176 'wgProfilerType' => array( array( '1.8alpha', '<' ) ),
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.7.5',
 21+ 'version' => '0.7.6',
2222 );
2323
2424 ## Configuration part