API: minor code cleanup. Bug that exposed secure wiki pages should be fixed.
[lhc/web/wiklou.git] / includes / api / ApiQueryBase.php
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....