reimplement r73652 having actually read coding conventions this time
[lhc/web/wiklou.git] / includes / api / ApiMain.php
2010-09-22 Roan KattouwRevert r73510 (trunk version of r73511 ; missed the...
2010-09-22 Tim StarlingAllow API modules to be disabled in configuration....
2010-09-03 PlatonidesFollow-up r70970. There's no StubUser any more, so...
2010-09-03 Sam ReedWiden header documentation
2010-09-02 Sam ReedAlign URL's
2010-08-09 X!Add format=dump and format=dumpfm, outputs results...
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-07-26 Tim StarlingFix for r69776: remove unused variable ApiMain::$mVaryC...
2010-07-23 Sam ReedStylize API up to date
2010-07-23 Tim StarlingRewrote r69339 etc. to clean up API cache header handling.
2010-07-22 Sam ReedRemove some unused globals
2010-07-22 Sam ReedFix fail from r69755, press save, actually do "LIMIT_SM...
2010-07-19 Roan KattouwReverse-merge r69521 from 1.16wmf4: fix OpenSearch...
2010-07-15 Mark A. Hershbergerre r69339 use the actual function: s/hasCache/haveCache/
2010-07-14 Roan KattouwAPI: Make output containing private or user-specific...
2010-07-10 Bryan Tong MinhFollow-up r69231: servedby is a boolean so will always...
2010-07-10 Chad Horohoe(bug 24303) Expose hostname in API results. Show via...
2010-07-09 Bryan Tong MinhRevert r64436, r64437, r64508 per CR r64436
2010-07-08 Max SemenikrequestWriteMode() is deprecated and unused
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-03 Roan KattouwFixed for r58099 per CR:
2010-05-16 Sam ReedAdd extra newline between permissions (nicer formatting)
2010-05-15 Sam ReedMinor part of bug 23473 - For the top level ApiMain...
2010-05-11 Sam ReedMixture of things.
2010-05-08 Sam Reed* (bug 19721) API action=help should have a way to...
2010-04-17 Sam ReedStylize Api upto date
2010-04-11 Alexandre EmsenhuberFix param names mismatch in code/doc from r64852 and...
2010-04-09 Sam ReedAdd link to Api Announcements mailing list
2010-03-31 Matthew Britton(bug 22339) "Go" result should be available through...
2010-03-30 Alexandre EmsenhuberAnd while I'm at it, fix PHP Notice: Undefined variable...
2010-03-30 Alexandre EmsenhuberFix parse error: syntax error, unexpected '}' in includ...
2010-03-30 Mark A. HershbergerRefactor ApiMain to make the code more readable.
2010-02-23 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
2010-02-22 Mark A. Hershbergerws-only cleanup
2010-02-19 Sam Reedr65299 c5894 followup
2010-02-19 Sam ReedStylize on Api
2010-02-16 Sam ReedFollowup to r62557 as per Roans comment
2010-02-16 Sam ReedDecomment parts accidentally commited commented in...
2010-02-15 Sam ReedRemove a couple of duplicated errors from ApiEditPage...
2010-02-15 Sam ReedRefactor requiresToken to getTokenSalt - Returns salt...
2010-02-15 Roan KattouwFix broken comma logic in r62486
2010-02-15 Roan KattouwAPI: Redo r62540 for all modules, easier than I first...
2010-02-15 Raimond SpekkingFix fir r62482: PHP Notice: Undefined index: token...
2010-02-14 Tim StarlingSearch suggestion API requests make up a substantial...
2010-02-14 Sam ReedStart of "Bug 21991 - Move common query parameter...
2010-02-13 Sam ReedStylize API files
2010-02-13 Sam ReedComplete dieUsage errors in 6 more Api files
2010-02-13 Sam ReedStart of blanket coverage of dieUsageMsg in getPossible...
2010-02-11 Sam ReedMove mustBePosted error into messageMap
2010-01-31 Sam ReedAdd myself to Api Credits
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-22 Mark A. Hershbergerws only cleanup
2010-01-11 Aryeh Gregorstylize.php on API code
2009-12-11 Tim StarlingRestored the function of ApiMain::requestWriteMode...
2009-12-01 Tim StarlingReverted r58646 as per my comments on bug 20554.
2009-11-06 Roan KattouwAPI: (bug 20554) Expose average slave lag (avglag)...
2009-09-17 Roan KattouwAPI: Per CR comments on r56091, make the timeout for...
2009-09-17 Roan KattouwFix r56091: cache URLs with and without ?version separately
2009-09-09 Roan KattouwFollow-up to r55639: per CR comment, make API help...
2009-08-27 Roan KattouwAPI: Add user-agent and method (GET/POST) to request...
2009-08-27 Roan KattouwAPI: Cache API help in memcached, inital use of the...
2009-07-16 Roan KattouwRevert r52190 ("Return HTTP 503 on API maxlag error...
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-12 Bryan Tong Minh(bug 18533) Add readonly reason to readonly exception
2009-06-20 Roan KattouwAPI: Return HTTP 503 status code on maxlag error, like...
2009-05-20 Roan KattouwRe-adding ApiMain::requestWriteMode() (removed in r4890...
2009-05-09 Roan KattouwAPI: (bug 18731) Show correct SVN links for extension...
2009-04-28 Roan KattouwAPI: (bug 16422) Don't show help in format=jsonfm unles...
2009-03-28 Roan KattouwRedo r48746 (API userrights, reverted in r48909 and...
2009-03-27 Andrew GarrettRevert r48746 (API userrights). Breaks Special:GlobalGr...
2009-03-24 Roan Kattouw* API: (bug 15935) Add action=userrights to the API
2009-03-06 Roan Kattouw* API: (bug 17774) API pretends action=query doesn...
2009-02-10 Roan KattouwAPI: Make UTF-8 cleanup actually work; it was broken...
2009-02-05 Roan Kattouw* API: BREAKING CHANGE: (bug 11430) Return fewer result...
2009-02-04 Roan Kattouw* API: (bug 17007) Add action=import
2009-01-23 Roan KattouwAPI: ApiBase::dieUsage() is not a static function,...
2009-01-14 Roan KattouwAPI: Clean up invalid UTF-8 in the result before feedin...
2008-11-14 Tim StarlingDon't use getParameter() inside substituteResultWithErr...
2008-10-25 Alexandre EmsenhuberDo a last check before creating the object to not throw...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-10-10 Ilmari KaronenUse getParameter() for the "maxage" and "smaxage" param...
2008-10-01 Ilmari KaronenMake the API maxlag check send the same "Retry-After...
2008-09-25 Roan KattouwForgot to commit a file in my TODO/FIXME crusade.
2008-09-21 Tim StarlingLog exceptions encountered in api.php. Check for null...
2008-09-17 Roan KattouwAPI: Adding APIAfterExecute, APIQueryAfterExecute and...
2008-09-04 Roan Kattouw(bug 15466) Added action=purge to the API. Modified...
2008-09-04 Roan Kattouw* Split patrol code
2008-09-01 Tim Starlingheader() replaces by default, there's no need to pass...
2008-08-28 Bryan Tong MinhwfReadOnly now checked in ApiMain::requestWriteMode
2008-08-21 Roan KattouwAdding action=watch to the API
2008-08-19 Bryan Tong MinhFix up my name.
2008-08-05 Roan KattouwAPI:
2008-08-05 Roan Kattouw* (bug 15044) Added requestid parameter to api.php...
2008-08-04 Roan Kattouw* Mention multivalue parameters in the message about...
2008-08-04 Chad HorohoeDisplay permissions specific to the API (such as writea...
2008-08-02 Chad HorohoeTweak the version info for MW just a bit, bring it...
2008-07-30 Victor Vasiliev* (bug 14968) Specifying blank action parameter trigger...
2008-07-08 Roan Kattouw(bug 14758) unknown_action message was output twice...
2008-06-29 Chad Horohoe(bug 14678) Make API respect $wgShowSQLErrors and ...
2008-06-21 Roan KattouwOops, gotta use $exp here
next