Fixed the API doc. for aurights (list=allusers)
authorHoo man <hoo@online.de>
Sun, 27 May 2012 12:37:19 +0000 (14:37 +0200)
committerAntoine Musso <hashar@free.fr>
Tue, 29 May 2012 12:17:19 +0000 (14:17 +0200)
Listings with aurights can't show users with rights which are
granted by implicit or auto-promoted groups like *, user, or autoconfirmed.
This is my first commit, btw.

Change-Id: I083eb977393729961317d0f3cf9f7cfaa50fde51

includes/api/ApiQueryAllUsers.php

index c84746d..e110e67 100644 (file)
@@ -361,7 +361,7 @@ class ApiQueryAllUsers extends ApiQueryBase {
                        'dir' => 'Direction to sort in',
                        'group' => 'Limit users to given group name(s)',
                        'excludegroup' => 'Exclude users in given group name(s)',
-                       'rights' => 'Limit users to given right(s)',
+                       'rights' => 'Limit users to given right(s) (does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed)',
                        'prop' => array(
                                'What pieces of information to include.',
                                ' blockinfo      - Adds the information about a current block on the user',