r23482 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23481‎ | r23482 | r23483 >
Date:14:48, 27 June 2007
Author:robchurch
Status:old
Tags:
Comment:
Documentation
Modified paths:
  • /trunk/extensions/AutomaticGroups/AutomaticGroups.php (modified) (history)

Diff [purge]

Index: trunk/extensions/AutomaticGroups/AutomaticGroups.php
@@ -12,7 +12,7 @@
1313 $wgExtensionCredits['other'][] = array(
1414 'name' => 'Automatic Groups',
1515 'author' => 'Rob Church',
16 - 'url' => '',
 16+ 'url' => 'http://www.mediawiki.org/wiki/Extension:Automatic_Groups',
1717 'description' => 'Provides a convenient means to configure automatic group
1818 membership based on user account age and edit count',
1919 );
@@ -27,12 +27,10 @@
2828 *
2929 * Index is the group being assigned, with a second array
3030 * of account properties; acceptable keys are 'age' and 'edits'
 31+ *
 32+ * See README for more information and examples
3133 */
3234 $wgAutomaticGroups = array();
33 - // Example: "autoconfirmed" for accounts which are 4 days old
34 - //$wgAutomaticGroups['autoconfirmed'] = array( 'age' => 86400 * 4 );
35 - // Example: "patroller" for accounts with 250 edits
36 - //$wgAutomaticGroups['patroller'] = array( 'edits' => 250 );
3735
3836 /**
3937 * Main execution function

Status & tagging log