r87981 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87980‎ | r87981 | r87982 >
Date:15:04, 13 May 2011
Author:brion
Status:ok
Tags:
Comment:
* (bug 28634) document possible API caveat caused by accounts without the registration time field
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryAllUsers.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryAllUsers.php
@@ -337,7 +337,7 @@
338338 ' groups - Lists groups that the user is in. This uses more server resources and may return fewer results than the limit',
339339 ' rights - Lists rights that the user has',
340340 ' editcount - Adds the edit count of the user',
341 - ' registration - Adds the timestamp of when the user registered',
 341+ ' registration - Adds the timestamp of when the user registered if available (may be blank)',
342342 ),
343343 'limit' => 'How many total user names to return',
344344 'witheditsonly' => 'Only list users who have made edits',

Status & tagging log