Merge "GENDER should use the GenderCache"
[lhc/web/wiklou.git] / includes / api / ApiBase.php
2012-04-06 ReedyMerge "tests related to API block action and its gettoken"
2012-04-06 HasharMerge "Un-marking testMakeNormalBlock as broken..."
2012-04-05 Aaron SchulzMerge "Show Log toolbox link for anon users, fix toolbo...
2012-04-05 HasharMerge "code style tweaks"
2012-04-05 Aaron SchulzMerge "Making https svnroot point to https viewvc,...
2012-04-05 Aaron SchulzMerge "Duplicate array keys aren't going to do very...
2012-04-05 ReedyDuplicate array keys aren't going to do very much...
2012-04-05 Brion VIBBERMerge "(bug 27757) API method for retrieving tokens"
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-04 Brion VIBBERMerge "Fix Bug 33653 -JqueryMsg parser should support...
2012-04-04 Brion VIBBERMerge changes Id1ac2f8b,I48f8cd17,I10481ce6,Id4530499
2012-04-03 Brion VIBBERMerge "TextPassDumper -> backupTextPass.inc"
2012-04-03 Brion VIBBERMerge "(bug 21796) Fix null dereference on Special...
2012-04-03 HasharMerge "Moved Preferences::trySetUserEmail() to User...
2012-04-03 umherirrender(bug 31883) Limit of some params is not documented...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-26 tstarlingMerge "Fix typo in comment"
2012-03-26 Aaron SchulzMerge "First half of fix for bug #30332 ("API spamblock...
2012-03-26 Aaron SchulzMerge "Closing dump buffers on stream end"
2012-03-26 LiangentWas causing Notice: Array to string conversion in ...
2012-03-08 Ryan Kaldaribetter error message and comment
2012-03-07 Roan KattouwIt seems that parseMsg() sometimes receives strings...
2012-02-26 Niklas LaxströmAdded @since annotations
2012-02-24 Sam ReedImprove documentation
2012-02-09 Sam Reed* (bug 32341) Add upload by URL domain limitation.
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedDocumentation and whitespace
2012-01-22 Sam ReedRevert feature out of r109562, r109564, r109570
2012-01-19 Sam Reed* (bug 32341) Add upload by URL domain limitation.
2012-01-14 Sam Reed* (bug 33733) API: Unknown error: mustbeloggedin
2012-01-13 Niklas LaxströmPing r108847, missed one half quote
2012-01-13 Siebrand MazelandChange usage of quotes in API messages from ``x'' to...
2012-01-03 John Du HartMissing check for ISMULTI on help parameters, thanks...
2012-01-03 John Du HartBug 33482 - Api incorrectly calls ApiBase::parseMultiVa...
2011-12-31 Sam ReedFollowup r107393, treat '' the same as getting false...
2011-12-27 Sam ReedRe-instate most of the revisions for bug 33147 "API...
2011-12-20 Brion VibberRevert r106439, r106441 - bad formatting mushing separa...
2011-12-20 Brion VibberRevert r106870: doesn't seem like it would format thing...
2011-12-20 Sam ReedFor r106521/r106865, wrap long example description...
2011-12-16 Sam ReedPrep work for * (bug 33147) API examples should explain...
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-11 Sam ReedFollowup r105823, make it protected
2011-12-11 Sam ReedAdding a getDB function to ApiBase...
2011-11-28 Sam ReedFollowup r104441
2011-11-28 Sam ReedOh noes, moar http:// -> https://
2011-11-28 Sam ReedAdded "ApiGetDescription" hook
2011-11-20 Roan Kattouw(bug 26854) Invalid user names go unchecked. Applied...
2011-11-19 Alexandre EmsenhuberFollow-up r103332: fix "invalidoldimage" error message...
2011-11-16 Alexandre Emsenhuber* Use WikiPage instead of Article
2011-11-14 Roan KattouwFollowup r99224: add message to ApiBase::$messageMap too
2011-10-27 Alexandre EmsenhuberFix for r100905:
2011-10-27 Sam ReedDocumentation
2011-10-26 John Du HartFollowup 100905, fixing usages of getContext()
2011-10-26 John Du HartAdding context to the API
2011-09-21 Sam ReedReturn documentation
2011-09-06 Jeroen De Dauwdoc fix
2011-08-26 Roan Kattouw(bug 29246) Edit API occasionally throws "unknown error...
2011-07-17 Sam ReedFollowup r92396 rename method, fix boolean comparison...
2011-07-17 Sam Reed* (bug 28817) Add reference help page link to API Modules
2011-07-08 Alexandre EmsenhuberCreate a new RequestContext to use its OutputPage and...
2011-06-29 Sam ReedFix trailing whitespace
2011-06-17 Sam ReedSwap else if for elseif
2011-06-06 Sam Reed* (bug 27716) Make a method to do checking of 0 or...
2011-06-06 KrinkleWatchAction requires token (BREAKING CHANGE)
2011-06-05 Sam Reed* (bug 28392) mark action=undelete&timestamps as type...
2011-06-05 Sam ReedFollowup r89515, fix double spacing in API Error message
2011-06-05 Sam Reed* (bug 21107) Split error "customcssjsprotected" into...
2011-05-28 Sam ReedAnd even more documentation
2011-05-20 Sam ReedWhile looking at bug 26990 on TW api, it was noticed...
2011-05-14 Antoine MussoApiBase::dieUsageMsg() now also accept being given...
2011-05-08 Sam ReedDocumentation
2011-05-07 Happy-melon(bug 28797) Fix ApiBase::parseMsg() to properly handle...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-04-29 Jeroen De Dauwsmall doc fix
2011-04-29 Jeroen De Dauwfix return type descriptions
2011-04-29 Jeroen De Dauwfix typo
2011-04-23 Sam ReedAdd some more spacing due to long parameter names
2011-04-21 Alexandre Emsenhuber* Added Profiler::isStub() to check if we are using...
2011-04-14 Happy-melonr86001, now with less scariness :P I took out the...
2011-04-13 Happy-melonRevert r86001: Brion says it's too scary :D will recom...
2011-04-13 Happy-melonNew infrastructure for actions, as discussed on wikitec...
2011-03-25 Bryan Tong MinhAPI upload errors may now return the parameter that...
2011-03-03 Sam ReedFollowup r82060
2011-02-27 Sam ReedTweak comments, remove some unused stuff.
2011-02-25 Sam ReedImplement getRequireOnlyOneParameterErrorMessages,...
2011-02-24 Sam ReedFollowup r82727, improve comments, cast return value...
2011-02-24 Sam ReedSeems the api edit watch/unwatch wasn't too well tested...
2011-02-13 Sam Reed* (bug 27376) when using ApiBase::PARAM_TYPE => 'intege...
2011-01-07 Sam ReedRemove some blank lines
2010-12-30 Sam ReedStyleli[zs]e the API up to date (Been a while since)
2010-12-29 Roan KattouwFollowup r78824: add missing message
2010-12-23 Sam ReedMore minor bits of documentation
2010-12-22 Sam Reed* (bug 24287) Wrap/similar on api help output
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-12-04 Sam ReedFollowup r77666, bug 26219
2010-12-03 Sam Reed* (bug 26219) Show API limits for multi values in descr...
2010-10-19 Sam ReedFollowup r74988, brion wins again ;D
2010-10-19 Sam ReedSwap usage of create_function for defined function...
2010-10-18 Roan KattouwRevert r74810 (vary API help cache on $wgUser->isAnon...
next