Commit graph

15 commits

Author SHA1 Message Date
Roan Kattouw
a121bda026 (bug 12944) Filter categorymembers by timestamp 2008-02-07 15:17:42 +00:00
Roan Kattouw
2a13fafebd Consistency 2008-02-04 17:23:05 +00:00
Roan Kattouw
15c1a53295 (bug 12898) imageusage and categorymembers lack consistency 2008-02-04 16:58:51 +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
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
464e997a1f *(bug 11275) Enable descending sort in API categorymembers 2007-09-10 14:17:33 +00:00
Roan Kattouw
e58e384e93 Additional fix of bug 10890 2007-09-04 14:30:31 +00:00
Brion Vibber
5efbfbe9b4 Use 'enc' variable naming convention for interpolated pre-encoded variables in raw SQL strings. This'll keep your release manager from freaking out when he sees raw variables being dumped into raw SQL. 2007-09-04 14:25:55 +00:00
Roan Kattouw
4a61358db9 * (bug 10890) API: Timestamp support for categorymembers query
* Removed some stray whitespace
2007-09-03 20:37:42 +00:00
Yuri Astrakhan
8ca133afff API: Big change: Removed all userCanRead() checks per IRC discussion. Only rvprop=content will now check that the page can be read. 2007-07-14 19:04:31 +00:00
Yuri Astrakhan
9afb42f99c API:
* added link enumeration (list=alllinks)
* marked potential security vulnerability
2007-07-08 03:35:37 +00:00
Yuri Astrakhan
0c2ba7f8ad API: Fixed continuation bug in list=categorymembers. Thanks to Roberto Leandrini. 2007-07-06 19:43:32 +00:00
Aryeh Gregor
a15c419b3d Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Yuri Astrakhan
6f82fb146b API: Added categorymembers list ability. 2007-06-16 00:39:01 +00:00