stylize.php on API code
[lhc/web/wiklou.git] / includes / api / ApiQueryBase.php
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
2006-10-21 Yuri AstrakhanAPI * Common field output function to simplify result...
2006-10-20 Yuri AstrakhanAPI * Added rudimentary RC list
2006-10-18 Yuri AstrakhanAPI *
2006-10-17 Nick Jenkins* Probably want "$this->mIsGenerator = false;", not...
2006-10-16 Yuri Astrakhan* API: fixed titleToKey() to convert values to upper...
2006-10-16 Yuri Astrakhan* API: help screen now shows default and allowed parame...
2006-10-03 Yuri Astrakhan*API: rewired generator (more work needed)
2006-10-02 Yuri Astrakhan* API: implemented generator function
2006-10-02 Yuri Astrakhan*API: better version gen, added check for read-only...
2006-10-01 Yuri Astrakhan* API: added version information to each module (availa...
2006-10-01 Yuri Astrakhan* API: pageSet now supports pageids, revised revisions...
2006-10-01 Yuri Astrakhan* API: result data generation cleanup, minor cleaning
2006-09-27 Yuri Astrakhan* API: Refactored per brion's suggestions
2006-09-26 Yuri Astrakhan* API: Overall query-related cleanup.
2006-09-26 Yuri Astrakhan* API: All pages list
2006-09-26 Yuri Astrakhan* API: Query Meta SiteInfo module
2006-09-25 Yuri Astrakhan* API: A new ApiPageSet class to retrieve page data...
2006-09-08 Yuri Astrakhan* Non-working API to facilitate dev collaboration....