Revert part of Brion's 27627: please don't throw away the child (maxlag) with the...
[lhc/web/wiklou.git] / includes / api / ApiMain.php
2007-11-19 Roan KattouwRevert part of Brion's 27627: please don't throw away...
2007-11-19 Brion VibberRevert r27581, 27598, 27626
2007-11-19 Victor Vasiliev* Use ApiBase::dieDebug() to render maxlag error properly
2007-11-18 Victor Vasiliev* (bug 11206) api.php should honor maxlag
2007-11-17 Victor VasilievAPI:
2007-11-15 Brion VibberRevert r27151 -- allows session fixation attacks.
2007-11-03 Roan KattouwAPI:
2007-10-30 Roan KattouwAPI: Also prevent double escaping when outputting an...
2007-10-24 Daniel Cannon(bug 11721) API: Use a different title for results...
2007-10-08 Roan Kattouw* (bug 11173) Allow limited wikicode rendering via...
2007-09-26 Daniel Cannon(bug 11404) API: Provide name of exception caught in...
2007-09-19 Brion VibberTweaks to r25923 for my own peace of mind:
2007-09-18 Daniel Cannon(bug 11296) Introduced special case pretty-printer...
2007-08-31 Tim StarlingAllow API modules to be defined in extensions
2007-08-30 Brion VibberRevert r25297, r25298 for now.
2007-08-29 Paa Kwesi ImbeahAdding InstantCommons includes into ApiMain and AutoLoa...
2007-07-31 Yuri AstrakhanAPI: Added meta=userinfo module to get data about the...
2007-07-18 Daniel Cannon(bug 10602) API: Add two protected accessors to ApiMain...
2007-07-15 Yuri AstrakhanAPI: Removed maximum limit checking when running api...
2007-07-14 Yuri AstrakhanAPI: Big change: Removed all userCanRead() checks per...
2007-07-12 Yuri AstrakhanAPI: Per IRC discussion with brion and co, now API...
2007-07-08 Yuri AstrakhanAPI: updated help screen
2007-07-07 Yuri AstrakhanAPI: implemented prop=imageinfo, minor cleanup
2007-07-06 Yuri AstrakhanAPI: Documentation cleanup
2007-06-29 Yuri AstrakhanAPI: Minor cleanup
2007-06-29 Roan KattouwMaking non-fm formats return help text when action...
2007-06-29 Roan KattouwReverting r23562: accidentally modified phase3 rather...
2007-06-29 Roan Kattouw* Separating UI code and DB code in Article::rollback()
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-28 Rob Church(bug 10392) Include MediaWiki version details in versio...
2007-05-28 Yuri AstrakhanAPI bug 10046: incorrect action produces invalid respon...
2007-05-27 Yuri AstrakhanAPI: Enabled API login throttling (with amidaniel's...
2007-05-22 Yuri AstrakhanAPI: applied the patch by amidaniel to allow the same...
2007-05-21 Yuri AstrakhanAPI:
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-05-20 Yuri AstrakhanAPI:
2007-05-19 Yuri AstrakhanAPI:
2007-05-18 Yuri AstrakhanAPI: disabled login module until it is more secure...
2007-05-14 Yuri Astrakhan* API: updated documentation link
2007-05-14 Yuri Astrakhan* New properties: links, templates, images, langlinks
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-18 Nick JenkinsSome small doc tweaks to reduce Doxygen warnings, namely:
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-25 Tim StarlingFixed inefficient use of array_keys() introduced by...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-03 Yuri AstrakhanAPI * better self-description for various modules
2006-10-30 Yuri AstrakhanAPI * Implemented backlinks / imagelinks / embeddedin...
2006-10-25 Yuri AstrakhanAPI * simple backlinks module (no redirect resolution...
2006-10-22 Yuri AstrakhanAPI * cache expiration control
2006-10-18 Yuri AstrakhanAPI
2006-10-17 Nick Jenkins* Probably want "$this->mIsGenerator = false;", not...
2006-10-17 Yuri AstrakhanAPI * Better log events info * Added RAW debugging...
2006-10-16 Yuri Astrakhan* API: help screen now shows default and allowed parame...
2006-10-15 Yuri Astrakhan* API query optimizations
2006-10-14 Yuri Astrakhan* API watchlist: Forced an index, enabled generator
2006-10-14 Yuri Astrakhan* API: Restructured to allow internal usage. Error...
2006-10-13 Yuri Astrakhan* API: Enabled output caching to allow proper output...
2006-10-13 Yuri Astrakhan* API: Added revids parameter.
2006-10-12 Yuri Astrakhan* allpages module fix
2006-10-06 Yuri Astrakhan* API: Optimized PageSet object to avoid executing...
2006-10-03 Yuri Astrakhan*API: rewired generator (more work needed)
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* Code cleanup per TimStarling's suggestions
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-25 Yuri Astrakhan* API: A new ApiPageSet class to retrieve page data...
2006-09-23 Yuri Astrakhan* API-query: normalization
2006-09-23 Yuri Astrakhan* API: major refactoring
2006-09-08 Yuri Astrakhan* Non-working API to facilitate dev collaboration....