r35918 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35917‎ | r35918 | r35919 >
Date:09:42, 5 June 2008
Author:ialex
Status:old
Tags:
Comment:
Added $wgActiveUserEditCount and $wgActiveUserDays
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/Configure.settings.php
@@ -574,6 +574,8 @@
575575 ),
576576 'users' => array(
577577 'users' => array(
 578+ 'wgActiveUserDays' => 'int',
 579+ 'wgActiveUserEditCount' => 'int',
578580 'wgAutoConfirmAge' => 'int',
579581 'wgAutoConfirmCount' => 'int',
580582 'wgAllowRealName' => 'bool',
@@ -1106,6 +1108,8 @@
11071109 'wgRCLinkDays' => array( array( '1.13alpha', '>=' ) ),
11081110 'wgMaximumMovedPages' => array( array( '1.13alpha', '>=' ) ),
11091111 'wgSpecialVersionShowHooks' => array( array( '1.13alpha', '>=' ) ),
 1112+ 'wgActiveUserDays' => array( array( '1.13alpha', '>=' ) ),
 1113+ 'wgActiveUserEditCount' => array( array( '1.13alpha', '>=' ) ),
11101114 ## Obsolete
11111115 'wgProfileSampleRate' => array( array( '1.8alpha', '<' ) ),
11121116 'wgProfilerType' => array( array( '1.8alpha', '<' ) ),
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.3.11 - 5 June 2008
 6+ Added $wgActiveUserEditCount and $wgActiveUserDays.
 7+
58 0.3.10 - 4 June 2008
69 Added $wgSpecialVersionShowHooks.
710
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.3.10',
 21+ 'version' => '0.3.11',
2222 );
2323
2424 ## Adding new rights...

Status & tagging log