Bleh, didn't press save again (r80350)
[lhc/web/wiklou.git] / includes / api / ApiQueryCategoryMembers.php
2011-01-14 Sam ReedBleh, didn't press save again (r80350)
2011-01-14 Sam ReedMore query reorganisation, in an attempt to be index...
2011-01-14 Sam ReedFix indenting, rearrange some where statements
2011-01-14 Sam ReedRemove ancient comment, collapse if, move USE INDEX...
2011-01-14 Sam ReedFollowup r80324, add type property description
2011-01-14 Sam ReedStart of bug 24650 Fix API to work with categorylinks...
2011-01-07 Sam ReedRemove one invalid errors, add 2 that could be returned
2011-01-04 Sam Reed* (bug 26460) Add support for listing category members...
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-12-14 Roan KattouwImprove some of the descriptions added in r68482
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-08-06 Sam ReedChange statsOutput to parent, wikiStatsOutput is a...
2010-08-04 Sam ReedMake search enforced by API in search by setting PARAM_...
2010-07-23 Tim StarlingRewrote r69339 etc. to clean up API cache header handling.
2010-07-22 Sam ReedBig blitz on unused variables (a lot of $db = $this...
2010-06-23 Sam Reed* (bug 23473) - Give description of properties on all...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-20 Sam ReedPer mediawiki.org/wiki/Special:Code/MediaWiki/66168...
2010-06-20 Sam ReedNuke $db->freeResult() from Api stuffs
2010-05-11 Sam ReedMixture of things.
2010-02-24 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-13 Sam ReedComplete dieUsage errors in 7 more Api files
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-11 Aryeh Gregorstylize.php on API code
2009-07-15 Roan Kattouw(bug 19640) API: Unbreak cmnamespace in miser mode...
2009-07-13 Alex ZFollowup to r53087 / r53052 - Change dieUsage to setWar...
2009-07-10 Alex ZFollowup to r53052 - Die if someone tries to use the...
2009-07-10 Domas Mituzasdon't allow querying specific namespace if misermode...
2009-02-27 Roan KattouwAPI: Some cleanup
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2008-10-18 Alexandre EmsenhuberPer Catrope's request, commiting patch on bug 16017:
2008-10-17 Roan Kattouw* API: (bug 15995) Added cmstartsortkey and cmendsortke...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-29 Roan KattouwAPI:
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-13 Bryan Tong Minh(bug 13718) Return the proper continue parameter for...
2008-03-18 Roan KattouwPartial revert of r32097: please don't introduce this...
2008-03-18 Victor Vasiliev* Use "title" instead of "category"
2008-03-16 Roan KattouwAPI:
2008-02-07 Roan Kattouw(bug 12944) Filter categorymembers by timestamp
2008-02-04 Roan KattouwConsistency
2008-02-04 Roan Kattouw(bug 12898) imageusage and categorymembers lack consistency
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
2007-09-10 Roan Kattouw*(bug 11275) Enable descending sort in API categorymembers
2007-09-04 Roan KattouwAdditional fix of bug 10890
2007-09-04 Brion VibberUse 'enc' variable naming convention for interpolated...
2007-09-03 Roan Kattouw* (bug 10890) API: Timestamp support for categorymember...
2007-07-14 Yuri AstrakhanAPI: Big change: Removed all userCanRead() checks per...
2007-07-08 Yuri AstrakhanAPI:
2007-07-06 Yuri AstrakhanAPI: Fixed continuation bug in list=categorymembers...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-16 Yuri AstrakhanAPI: Added categorymembers list ability.