r47531 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47530‎ | r47531 | r47532 >
Date:08:07, 20 February 2009
Author:catrope
Status:ok
Tags:
Comment:
Document APCOND_* in DefaultSettings.php as requested in r47524
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1366,13 +1366,14 @@
13671367 * array( APCOND_EMAILCONFIRMED ), *OR*
13681368 * array( APCOND_EDITCOUNT, number of edits ), *OR*
13691369 * array( APCOND_AGE, seconds since registration ), *OR*
 1370+ * array( APCOND_INGROUPS, group1, group2, ... ), *OR*
 1371+ * array( APCOND_ISIP, ip ), *OR*
 1372+ * array( APCOND_IPINRANGE, range ), *OR*
 1373+ * array( APCOND_AGE_FROM_EDIT, seconds since first edit ), *OR*
13701374 * similar constructs defined by extensions.
13711375 *
13721376 * If $wgEmailAuthentication is off, APCOND_EMAILCONFIRMED will be true for any
13731377 * user who has provided an e-mail address.
1374 - *
1375 - * FIXME: The above documentation is incomplete. Several new possible
1376 - * conditions have been added to the software and need to be documented here.
13771378 */
13781379 $wgAutopromote = array(
13791380 'autoconfirmed' => array( '&',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47524Note incorrect docs in DefaultSettings.phpsimetrical23:59, 19 February 2009

Status & tagging log