From 5550f6d56681cc10171be3bb37227650188b96ab Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 20 Feb 2009 08:07:50 +0000 Subject: [PATCH] Document APCOND_* in DefaultSettings.php as requested in r47524 --- includes/DefaultSettings.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1cc3de467c..6b7addc68d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1366,13 +1366,14 @@ $wgAutoConfirmCount = 0; * array( APCOND_EMAILCONFIRMED ), *OR* * array( APCOND_EDITCOUNT, number of edits ), *OR* * array( APCOND_AGE, seconds since registration ), *OR* + * array( APCOND_INGROUPS, group1, group2, ... ), *OR* + * array( APCOND_ISIP, ip ), *OR* + * array( APCOND_IPINRANGE, range ), *OR* + * array( APCOND_AGE_FROM_EDIT, seconds since first edit ), *OR* * similar constructs defined by extensions. * * If $wgEmailAuthentication is off, APCOND_EMAILCONFIRMED will be true for any * user who has provided an e-mail address. - * - * FIXME: The above documentation is incomplete. Several new possible - * conditions have been added to the software and need to be documented here. */ $wgAutopromote = array( 'autoconfirmed' => array( '&', -- 2.20.1