Roan Kattouw
a03d9a8d11
API: Adding uiprop=ratelimits to meta=userinfo. Note that this option only reveals rate limits applicable to the current user, not the entire $wgRateLimits array.
2008-02-01 14:46:46 +00:00
Roan Kattouw
55021c485f
API: Removing duplicate functionality from userinfo; it's implemented in list=users already. Probably forgot to commit this when introducing list=users
2008-02-01 13:43:01 +00:00
Roan Kattouw
19358606a1
API: Changing all modules' getParamDescription(), getAllowedParams() and getDescription() methods to public. ApiParamInfo needs them, and some versions of PHP threw fatal errors because they were protected. Oddly, other versions didn't (maybe because the caller and the callee have a common ancestor?)
2008-01-28 19:05:26 +00:00
Roan Kattouw
a81bd8ad8f
API: Splitting of uiuser part of meta=userinfo to list=users, as discussed on the API list.
2008-01-27 20:28:36 +00:00
Roan Kattouw
df156891a0
API:
...
* Added uiuser parameter to meta=userinfo that gets information about users other than the current user.
* Pretty much completely rewrote userinfo to facilitate this
2008-01-24 17:59:07 +00:00
Roan Kattouw
24c478b815
API: Added uiprop=editcount to meta=userinfo
2008-01-23 20:13:58 +00:00
Roan Kattouw
e6cf4db894
(bug 12413) meta=userinfo missing <query> tag
2007-12-26 17:51:21 +00:00
Victor Vasiliev
0495f90ebb
Revert r28215: incorrectly moved files
2007-12-06 18:33:18 +00:00
Victor Vasiliev
4e4cdf079e
Create includes/api/query for Query API and includes/api/edit for Edit API
2007-12-06 18:22:15 +00:00
Roan Kattouw
4876b25765
API: Getting a list of all user preferences is easy, so let's just do that
2007-11-03 16:08:43 +00:00
Yuri Astrakhan
947fec8906
Per Brion's suggestion, fixed blocker user detection: User::whoIs($wgUser->blockedBy());
2007-08-01 20:11:29 +00:00
Yuri Astrakhan
c4aad95b10
API: Added meta=userinfo module to get data about the currently logged-in user.
2007-07-31 17:53:37 +00:00