Commit graph

22 commits

Author SHA1 Message Date
Alexandre Emsenhuber
087a9f70c5 WARNING: HUGE COMMIT
Doxygen documentation update:
* Changed alls @addtogroup to @ingroup. @addtogroup adds the comment to the group description, but doesn't add the file, class, function, ... to the group like @ingroup does. See for example http://svn.wikimedia.org/doc/group__SpecialPage.html where it's impossible to see related files, classes, ... that should belong to that group.
* Added @file to file description, it seems that it should be explicitely decalred for file descriptions, otherwise doxygen will think that the comment document the first class, variabled, function, ... that is in that file.
* Removed some empty comments
* Removed some ?>

Added following groups:
* ExternalStorage
* JobQueue
* MaintenanceLanguage

One more thing: there are still a lot of warnings when generating the doc.
2008-05-20 17:13:28 +00:00
Roan Kattouw
5ea924d9dc API:
* Fixed allcategories paging
* Removed DISTINCT from allcategories query (which only selects a UNIQUE field anyway)
* Improved categorymembers performance; it used to filesort
* Disabled cmstart and cmend for cmsort=sortkey to prevent filesorting
* Fixed categorymembers paging for cmdir=desc
2008-04-29 09:01:13 +00:00
Siebrand Mazeland
79d5225c0e * remove end of line whitespace
* remove empty lines at end of file
* remove "?>" where still present
2008-04-14 07:45:50 +00:00
Bryan Tong Minh
20308a5abc (bug 13718) Return the proper continue parameter for cmsort=timestamp 2008-04-13 19:17:48 +00:00
Roan Kattouw
6bf0a72510 Partial revert of r32097: please don't introduce this hybrid behavior thing, it'll only confuse people (has been discussed before). Spending 9 bytes on "Category:" won't kill anyone and ensures consistency with iutitle 2008-03-18 14:59:44 +00:00
Victor Vasiliev
702839e060 * Use "title" instead of "category"
* Support both "Category:Test" and "Test" format
* Fix notice about undefined index
2008-03-18 08:14:08 +00:00
Roan Kattouw
471006c9cb API:
* Removing deprecated cmcategory parameter
* Correcting action=login help text
2008-03-16 19:08:30 +00:00
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