Documentation
[lhc/web/wiklou.git] / includes / api / ApiMain.php
2011-05-08 Sam ReedDocumentation
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-03 Max SemenikAdded a function that returns the list of supported...
2011-05-01 Sam Reed* (bug 27185) API: Add Special:ComparePages
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-03-05 Bryan Tong Minh(bug 27018) Added action=filerevert to revert files...
2011-03-02 Alexandre EmsenhuberPer Platonides, fix for r82686: make ApiUploadTest...
2011-02-27 Sam ReedTweak comments, remove some unused stuff.
2011-01-30 Sam ReedA few return type hints
2011-01-10 Sam Reed* (bug 26650) Remove $wgAPICacheHelp in favour of ...
2011-01-07 Sam ReedWiden documentation header also
2011-01-07 Sam ReedWiden api help splitters
2010-12-23 Sam ReedMore minor bits of documentation
2010-12-23 Sam ReedAdd some method documentation
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-12-22 Roan KattouwReplace my old e-mail address with my new one in API...
2010-11-06 Sam ReedFixup fail from r76191. Thanks Nikerabbit
2010-11-06 Sam ReedAdd missing credits from r75975
2010-10-28 Bryan Tong Minh(bug 25648) API discovery information has been added...
2010-10-18 Roan KattouwRevert r74810 (vary API help cache on $wgUser->isAnon...
2010-10-15 Sam Reed* (bug 24792) API help caching doesn't vary on $wgUser...
2010-10-09 Sam ReedComment return types, some explicit class variable...
2010-10-06 Sam ReedExplicit class variable definition
2010-10-03 Sam ReedObject return type hints
2010-09-29 Chad HorohoeDocument return values I needed
2010-09-28 Sam ReedTweak/add some documentation as hints for some code...
2010-09-25 Sam ReedRemove some unused keys from foreach
2010-09-25 Sam ReedFill in missing params from a dieUsage
2010-09-25 Sam ReedRemove some unused variables
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
next