Added @since annotations
[lhc/web/wiklou.git] / includes / api / ApiBase.php
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...
2010-10-04 Sam ReedFollowup r74234 flip parameters
2010-10-03 Sam ReedMinor tweaks to r74232, add a value for $botMax on...
2010-10-03 Sam ReedFollowup r74230, if we make things array, we should...
2010-10-03 Sam ReedFirst part of "*(bug 25303) API: integer parameter...
2010-10-01 Sam Reed* (bug 25248) API: paraminfo errors with certain modules
2010-09-28 Sam ReedTweak/add some documentation as hints for some code...
2010-09-25 Sam ReedFill in missing params from a dieUsage
2010-09-25 Sam ReedRemove some unused variables
2010-09-03 Sam ReedOnly display Examples section if it's got anything...
2010-08-31 Sam ReedApiBase.php:
2010-08-19 Sam ReedMinor followup to r70480
2010-08-12 PlatonidesRefactor to avoid defining globals inside switches.
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-08-05 Sam ReedFollowup r69091 Where did those spaces come from? :/
2010-08-05 Sam Reedstylize api up to date
2010-08-05 Sam ReedRevert r70489
2010-08-05 Sam ReedMove if ( is_array( $value ) && !$dupes ) { up to else...
2010-08-05 Sam ReedFollowup r70480, per Nikerabbits comment, there ''...
2010-08-04 Sam Reed-rakkaus/#mediawiki-i18n- [04-Aug-2010 22:02:04] PHP...
2010-08-04 Sam ReedFollowup r70479
2010-08-04 Sam ReedFurther followup to r70460/r70461 and r70477
2010-08-04 Sam ReedFollowup r70460/r70461
2010-08-04 Sam ReedFollowup r70461 if PARAM_REQUIRED is set, use for missi...
next