Add some spacing
[lhc/web/wiklou.git] / includes / api / ApiQueryBase.php
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2011-12-20 Brion VibberProvisional revert of r105831: as noted it's not safe...
2011-12-20 Brion VibberRevert r106523: abstraction violation, looks very wrong...
2011-12-17 Sam ReedPer bug 28901, and Duplicatebug on r105831, only list...
2011-12-11 Sam ReedMake ApiQueryBase::addTitleInfo() add the pageid also
2011-12-11 Sam Reed* (bug 32495) API should allow purge by pageids.
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-11-14 Roan Kattouw(bug 26909) Add dir parameter for prop= API modules...
2011-10-28 Sam ReedUpdate documentation
2011-10-26 John Du HartAdding context to the API
2011-10-07 Bryan Tong MinhFollow-up r84765, use timestampOrNull
2011-10-06 Bryan Tong Minh(bug 29392) Setting the start or end parameter now...
2011-06-30 Sam ReedReplace more multiple calls to $this->getResult() in...
2011-06-25 Sam ReedFollowup r89576, and other related revisions
2011-06-05 Sam ReedDocumentation updates and additions
2011-06-01 Sam ReedAdd some documentation
2011-05-08 Sam ReedWhitespace fixes
2011-04-30 Sam ReedFollowup r85884
2011-03-20 Sam ReedAs I've removed most of Roans reason to use php magic...
2011-03-20 Sam ReedFollowup r84392
2011-03-20 Roan KattouwPer r83812 CR, solve the categorymembers paging problem...
2011-03-13 Sam Reed* (bug 27670) Ordering by timestamp (and usage of start...
2011-03-12 Sam Reed* (bug 27670) Ordering by timestamp (and usage of start...
2011-03-07 Sam ReedFix r83390, need to do where ipb_deleted IS NULL as...
2011-03-06 Sam ReedFollowup r83390
2011-03-06 Sam ReedFix where ipb_deleted from r83390
2011-03-06 Sam Reed* (bug 27897) list=allusers and list=users list hidden...
2011-02-27 Sam ReedRefactor out the duplication I left with a TODO in...
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-09-25 Sam ReedWhat's a boolif?
2010-09-23 Matthew Brittonfollow up r72387: using ApiQuery here breaks ApiParamIn...
2010-09-04 PlatonidesMake happy check-vars. This shows it that getQuery...
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-07-23 Roan KattouwFollowup to r69776: cache result of extractRequestParam...
2010-07-23 Sam ReedStylize API up to date
2010-07-23 Tim StarlingRewrote r69339 etc. to clean up API cache header handling.
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-03-08 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-07 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-24 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-14 Sam ReedFixup spaces to tabs from r62404
2010-02-13 Sam ReedRest of dieUsageMsg in getPossibleErrors
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-23 Sam ReedMore of r61437 (adding/removing whitespace)
2010-01-11 Aryeh Gregorstylize.php on API code
2009-02-18 Roan Kattouw* API: (bug 17529) rvend ignored when rvstartid is...
2009-02-13 Roan KattouwAPI: More docs, break long lines in docs
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2008-12-11 Alexandre EmsenhuberFix encoding
2008-11-03 Roan KattouwAPI: (bug 16225) apfrom=Talk:Foo behaved like apfrom...
2008-10-25 Tim Starling* Fix r41814: totally broken use of empty(), ignores...
2008-10-07 Roan Kattouw(bug 15881) API: Empty or invalid parameters cause...
2008-09-04 Roan Kattouw(bug 15471) Fix regression from r40088 which caused...
2008-08-27 Roan KattouwAPI:
2008-08-25 Daniel FriesenApiQueryBase::titleToKey and ApiQueryBase::keyToTitle;
2008-08-25 Daniel FriesenRevert 39936 and 39935;
2008-08-25 Roan KattouwFollow-up for r39935: re-fix bug 14651 by making the...
2008-08-25 Roan KattouwAPI: Go back to using the good old str_replace() hacks...
2008-08-19 Roan KattouwAPI:
2008-07-05 Roan KattouwFix regression from r37046: tokens should not be suppli...
2008-06-29 Roan KattouwAnother regression from r36678: dieUsageMsg() expects...
2008-06-29 Roan KattouwFix regression from r36678: we can't use $this->dieUsag...
2008-06-27 Roan KattouwFix fatal errors introduced in r36678
2008-06-26 Roan KattouwUse the proper Title methods in ApiQueryBase::titleToKe...
2008-05-21 Roan KattouwAPI: Requesting a token you aren't allowed to request...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-10 Roan Kattouw* Re-applying r34449, r34500 and r34518 which Brion...
2008-05-10 Roan KattouwRe-applying r34440 (documenting ApiQueryBase)
2008-05-09 Brion VibberRevert to r34430 in order to revert r34431 which is...
2008-05-08 Roan KattouwDocumenting some API stuff
2008-05-08 Roan KattouwAPI:
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-26 Roan KattouwAPI performance enhancements (bug 13511):
2008-03-03 Brion VibberSafety fixes for API:
2008-02-17 Bryan Tong MinhApiQueryBase.php: Allow queries to have a where range...
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
2007-08-01 Yuri AstrakhanAPI: Added various edit tokens to prop=info (except...
2007-07-30 Yuri AstrakhanAPI:
2007-07-15 Yuri AstrakhanAPI: an alternative "continue" value formatted as a...
2007-07-14 Yuri AstrakhanAPI: Big change: Removed all userCanRead() checks per...
2007-07-07 Yuri AstrakhanAPI: implemented prop=imageinfo, minor cleanup
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-03 Yuri AstrakhanAPI fixed bug 10112 generator=backlinks&prop=info broken
2007-05-21 Yuri AstrakhanAPI: added query parameter indexpageids to list the...
2007-05-21 Yuri AstrakhanAPI: recentchanges and usercontribs cleaned up to allow...
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-19 Yuri AstrakhanAPI: minor code cleanup. Bug that exposed secure wiki...
2007-05-15 Yuri Astrakhan* API: fixed watchlist db selection ('watchlist' db...
2007-05-14 Yuri Astrakhan* New properties: links, templates, images, langlinks
2007-04-20 Nick JenkinsYet more doc tweaks:
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-03 Yuri AstrakhanAPI * better self-description for various modules
2006-11-01 Andrew GarrettImplement usercontribs module for API.
2006-10-31 Yuri AstrakhanDatabase: added STRAIGHT_JOIN option for mysql
2006-10-30 Yuri AstrakhanAPI * Implemented backlinks / imagelinks / embeddedin...
2006-10-25 Yuri AstrakhanAPI * simple backlinks module (no redirect resolution...
2006-10-21 Yuri AstrakhanAPI * touched field format
next