* Introduced LBFactory -- an abstract class for configuring database load balancers...
[lhc/web/wiklou.git] / includes / api / ApiMain.php
2008-03-30 Tim Starling* Introduced LBFactory -- an abstract class for configu...
2008-03-27 Roan KattouwRemoving ApiChangeRights module
2008-03-20 Yuri AstrakhanUpdated credits per discussion with Brion
2008-03-17 Roan KattouwAPI: Adding more detail in credits
2008-03-17 Roan KattouwAPI: Updating action=help credits to give Yuri and...
2008-03-03 Roan KattouwAPI: Adding action=edit module
2008-03-03 Brion VibberSafety fixes for API:
2008-02-07 Roan KattouwAPI: Updating credits to reflect my having replaced...
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2008-01-24 Roan KattouwTweaking r30119: changing txt and dbg's MIME type to...
2008-01-24 Roan KattouwNo need to revert r30078: HTML-formatting the data...
2008-01-23 Brion VibberRevert r30078 -- formats "txt" and "dbg" dump raw unfil...
2008-01-23 Roan KattouwAPI: Adding txt and dbg formats, imported from query.php
2008-01-23 Roan KattouwAPI:
2008-01-22 Roan Kattouw(bug 12718) Added action=paraminfo module that provides...
2008-01-18 Roan KattouwAPI: Making a bunch of state-changing modules require...
2008-01-15 Roan KattouwAPI:
2008-01-08 Victor VasilievAPI: add action=logout
2008-01-04 Roan KattouwRe-adding ApiChangeRights, but commenting out its entri...
2008-01-04 Brion VibberRevert r29261, r29271 for now -- some weird mixing...
2008-01-04 Roan Kattouw* Unbroke Special:Userrights for wikis without pretty...
2008-01-03 Brion VibberRemove ApiChangeRights. Duplicates code, doesn't handle...
2007-12-03 Roan KattouwAPI: A cleaner implementation of r28057: this one also...
2007-12-02 Victor VasilievAPI:
2007-12-02 Roan KattouwChanging error code to prevent confusion with wfReadOnl...
2007-12-02 Roan KattouwAPIEDIT BRANCH MERGE: Adding apiedit modules: action...
2007-12-01 Victor Vasiliev* Use *bold* and $italics$ highlighting only in API...
2007-12-01 Victor Vasiliev* Introduce action=parse to API. It deprecates action...
2007-11-30 Tim StarlingTrivial bug in new apihighlimit feature
2007-11-29 Roan KattouwAdding apihighlimits permission. Users with this permis...
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...
next