API: Added help text message that specifies whether a module is POST-only
[lhc/web/wiklou.git] / includes / api / ApiBase.php
2008-03-25 Roan KattouwAPI: Added help text message that specifies whether...
2008-03-24 Alexandre Emsenhuber* Fixed call to deprecated functions
2008-03-21 Aaron Schulz$value should come in as a string (if it doesn't, trim...
2008-03-20 Victor VasilievHandle empty sets correctly
2008-02-25 Roan KattouwAPI: Fixing limit=max output; previous implementation...
2008-01-25 Roan KattouwFixing some messages in ApiBase
2008-01-18 Roan KattouwAPI: Making a bunch of state-changing modules require...
2008-01-18 Roan Kattouw* Changing PageArchive::undelete() and undeleteRevision...
2008-01-18 Roan Kattouw* Refactored IPUnblockForm::doUnblock() to return an...
2008-01-18 Roan Kattouw* Refactoring IPBlockForm::doBlock() to return message...
2008-01-18 Roan KattouwAPI:
2008-01-18 Roan KattouwAPI: Unifying "the ... parameter must be set" messages...
2008-01-18 Roan KattouwCore:
2008-01-18 Roan KattouwAPI:
2008-01-15 Roan KattouwAPI:
2008-01-12 Daniel CannonAPI: Various docu and clean-up.
2008-01-05 Rotem LissQuick solution for problems with limit=max when using...
2007-12-02 Victor VasilievAPI:
2007-11-29 Victor Vasiliev* Add limit=max to API. It also adds limit info to...
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-17 Victor VasilievAPI:
2007-08-20 Nick JenkinsVariable $user seemed to be used before it was defined...
2007-07-15 Yuri AstrakhanAPI: Removed maximum limit checking when running api...
2007-07-07 Yuri AstrakhanAPI: implemented prop=imageinfo, minor cleanup
2007-07-06 Yuri AstrakhanAPI: Backlink-style queries (backlinks, imageusage...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-25 Yuri AstrakhanAPI: Fixed error codes encoding per bug 10308.
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: fixed Bug 9969: SQL error when an improper title...
2007-05-19 Yuri Astrakhanupdated with the last api changes
2007-05-19 Yuri Astrakhan* API: Watchlist feed allows 'hours' parameter of how...
2007-05-19 Yuri AstrakhanAPI: minor code cleanup. Bug that exposed secure wiki...
2007-05-19 Yuri AstrakhanAPI: resolved bug 8772: Parameter to limit results...
2007-05-14 Yuri Astrakhan* New properties: links, templates, images, langlinks
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-04 Yuri AstrakhanAPI * version param now links to the SVN
2006-11-03 Yuri AstrakhanAPI * better self-description for various modules
2006-10-30 Yuri AstrakhanAPI * Implemented backlinks / imagelinks / embeddedin...
2006-10-22 Yuri AstrakhanAPI * Extra profiling for allpages * better help output
2006-10-21 Yuri AstrakhanAPI * Common field output function to simplify result...
2006-10-19 Nick Jenkins* Don't give attackers an opening by echoing back known...
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 AstrakhanAPI * better profiler modules naming
2006-10-16 Yuri AstrakhanAPI * Enabled global profiling
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: Restructured to allow internal usage. Error...
2006-10-13 Yuri Astrakhan* API: added watchlist module (incomplete)
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* Code cleanup per TimStarling's suggestions
2006-10-01 Yuri Astrakhan* API: result data generation cleanup, minor cleaning
2006-09-30 Yuri Astrakhan* API: revisions & pageset cleanup
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-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....