Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1366,13 +1366,14 @@ |
1367 | 1367 | * array( APCOND_EMAILCONFIRMED ), *OR* |
1368 | 1368 | * array( APCOND_EDITCOUNT, number of edits ), *OR* |
1369 | 1369 | * 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* |
1370 | 1374 | * similar constructs defined by extensions. |
1371 | 1375 | * |
1372 | 1376 | * If $wgEmailAuthentication is off, APCOND_EMAILCONFIRMED will be true for any |
1373 | 1377 | * 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. |
1377 | 1378 | */ |
1378 | 1379 | $wgAutopromote = array( |
1379 | 1380 | 'autoconfirmed' => array( '&', |