Index: trunk/phase3/includes/api/ApiQueryAllUsers.php |
— | — | @@ -243,10 +243,10 @@ |
244 | 244 | 'prop' => array( |
245 | 245 | 'What pieces of information to include.', |
246 | 246 | ' blockinfo - Adds the information about a current block on the user', |
247 | | - ' groups - Lists groups that the user is in', |
| 247 | + ' groups - Lists groups that the user is in. This uses more server resources and may return fewer results than the limit', |
248 | 248 | ' editcount - Adds the edit count of the user', |
249 | 249 | ' registration - Adds the timestamp of when the user registered', |
250 | | - '`groups` property uses more server resources and may return fewer results than the limit' ), |
| 250 | + ), |
251 | 251 | 'limit' => 'How many total user names to return', |
252 | 252 | 'witheditsonly' => 'Only list users who have made edits', |
253 | 253 | ); |
Index: trunk/phase3/includes/api/ApiQueryUsers.php |
— | — | @@ -273,7 +273,7 @@ |
274 | 274 | 'What pieces of information to include', |
275 | 275 | ' blockinfo - Tags if the user is blocked, by whom, and for what reason', |
276 | 276 | ' groups - Lists all the groups the user(s) belongs to', |
277 | | - ' rights - Lists all the rights the user(s) has', |
| 277 | + //' rights - Lists all the rights the user(s) has', |
278 | 278 | ' editcount - Adds the user\'s edit count', |
279 | 279 | ' registration - Adds the user\'s registration timestamp', |
280 | 280 | ' emailable - Tags if the user can and wants to receive e-mail through [[Special:Emailuser]]', |