Merge branch 'master' into Wikidata
[lhc/web/wiklou.git] / includes / api / ApiEditPage.php
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-10 CatropeMerge "[FileRepo] Added support for temp file repos...
2012-04-09 CatropeMerge "[LanguageConverter] Added some cache code based...
2012-04-09 Brion VIBBERMerge "(bug 35658) make mw.Uri handle uris w/o protocol...
2012-04-09 Brion VIBBERMerge "GENDER should use the GenderCache"
2012-04-09 Aaron SchulzMerge "parent::report() returns nothing, so don't attem...
2012-04-09 Aaron SchulzMerge "Export::dumpFrom() doesn't return any values...
2012-04-09 ReedyMerge "Document $mDb"
2012-04-09 HasharMerge "Fix documentation to match potential code"
2012-04-08 Aaron SchulzMerge "setGroup doesn't return anything, so don't try...
2012-04-07 Aaron SchulzMerge "Action::checkCanExecute doesn't return anything...
2012-04-07 Aaron SchulzMerge "Fix assignment in conditional"
2012-04-07 Aaron SchulzMerge "A set method doesn't need to return anything...
2012-04-07 Aaron SchulzMerge "Document StringUtils"
2012-04-07 Aaron SchulzMerge "Document spawn* class variables"
2012-04-07 Aaron SchulzMerge "$rootCode isn't used so no point creating it"
2012-04-07 Aaron SchulzMerge "Fix convIPTC docs"
2012-04-07 Aaron SchulzMerge "wfLocalFile returns a LocalFile (or null) not...
2012-04-07 Aaron SchulzMerge "Fix variable collision"
2012-04-07 Aaron SchulzMerge "Fix repo type of a LocalFile to be LocalRepo...
2012-04-07 Aaron SchulzMerge "Fix duplicate array key of fa_deleted in LocalFile"
2012-04-07 ReedyMerge "(bug 32497) API now allows changing of protectio...
2012-04-07 NikerabbitMerge "Make $procOpenResource protected as it's used...
2012-04-07 Alex Monk(bug 32497) API now allows changing of protection level...
2012-04-07 PlatonidesRemove BOM and parser error in parent commit 77b72c24fc...
2012-04-07 ReedyMerge "(bug 32492) API now allows editing using pageid"
2012-04-06 Max Semenik(bug 32492) API now allows editing using pageid
2012-04-04 Daniel Kinzleravoid getNativeData()
2012-04-04 Daniel KinzlergetNativeData()
2012-04-04 Daniel Kinzlercreate Article, EditPage and ExternalEdit via ContentHa...
2012-04-04 Daniel Kinzlerreplacing deprecated getText, etc
2012-01-13 Sam ReedRather than using an error code of unknownerror, use...
2011-12-27 Sam ReedRe-instate most of the revisions for bug 33147 "API...
2011-12-20 Brion VibberRevert r106521: creates lots of long, unwrappable lines...
2011-12-20 Ryan Kaldari$reqArr is an ambiguous variable name - req can mean...
2011-12-20 Ryan Kaldariadding sectiontitle/wgSectionTitle as a new parameter...
2011-12-17 Sam ReedMore example conversions/additions
2011-11-28 Sam ReedOh noes, moar http:// -> https://
2011-11-23 Sam ReedFix hook copy paste fail
2011-11-23 Sam Reed* (bug 32609) API: Move captchaid/captchaword of action...
2011-11-17 Alexandre Emsenhuber* Use the fact that WikiPage::getLatest() is updated...
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-11-03 Alexandre EmsenhuberPer Aaron, fix for r89405: introduced DerivativeRequest...
2011-10-26 John Du HartAdding context to the API
2011-08-26 John Du HartAPI get functions should be public
2011-08-26 Roan Kattouw(bug 29246) Edit API occasionally throws "unknown error...
2011-08-17 Sam ReedBased on diff to wikia, set more functions consistently...
2011-07-28 Mark A. Hershbergertabs are tabs, not spaces
2011-07-17 Sam ReedFollowup r92396, add help urls for most of the core...
2011-06-20 Sam Reed* (bug 29278) server error 500 when attempting to add...
2011-06-20 Sam ReedRevert r90488, rename variable from r90487
2011-06-20 Sam ReedFollowup r90487, kill $result=null in middle
2011-06-20 Sam ReedDefine a local variable for $result
2011-06-17 Sam ReedSwap else if for elseif
2011-06-17 Sam ReedRelated to bug 29278, and from the comments in bug...
2011-06-05 Sam ReedFollowup r89515, fix double spacing in API Error message
2011-05-19 Antoine MussoSingle messages can be passed as strings to Api::dieUsa...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-13 Alexandre EmsenhuberArticle::updateArticle() doesn't exist anymore
2011-02-19 Sam ReedMore parameter documentation
2011-02-10 Alexandre EmsenhuberAdded "context title" to replace $wgTitle, current...
2010-12-30 Sam ReedStyleli[zs]e the API up to date (Been a while since)
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-11-23 Bryan Tong Minh(bug 25174) Add equal sign to boolean parameters in...
2010-11-01 OverlordQRevert r69337 (Removal of minordefault preference)
2010-10-23 Roan KattouwRevert r70703 and followup r70715: broke &redirect...
2010-10-01 Sam Reed* (bug 25248) API: paraminfo errors with certain modules
2010-08-12 PlatonidesRefactor to avoid defining globals inside switches.
2010-08-09 Tim Starling* Revert r66878, completely misses the point of factori...
2010-08-08 Jack Phoenixfollow-up to r70703: converted spaces to tabs and trimm...
2010-08-08 X!Followup to r70658: Code styling, use ApiPageSet to...
2010-08-08 X!(bug 24330) Add &redirect parameter to ?action=edit
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-08-06 Roan Kattouw(bug 24665) When starttimestamp is not specified, fake...
2010-08-04 Sam ReedFollowup r70461 if PARAM_REQUIRED is set, use for missi...
2010-08-04 X!Followup to r70460 and r70461: Use true instead of 1
2010-08-04 X!Followup to r70460: Committed wrong version of ApiBase...
2010-07-23 Sam ReedStylize API up to date
2010-07-14 Aryeh GregorRemove 'minordefault' preference completely
2010-07-06 Sam ReedStylize API
2010-06-27 Sam ReedMinor followup to r68636, add to getPossibleErrors
2010-06-27 Sam Reed* (bug 24136) unknownerror when adding new section...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-09 Bryan Tong MinhReturn some more verbose error messages when editing...
2010-05-11 Sam ReedMixture of things.
2010-04-14 Bryan Tong MinhFollowup to r64962: Fixed watchlist parameter in API...
2010-04-12 Sam ReedRevert r64955
2010-03-28 Sam ReedFollowup r64197
2010-03-25 Sam ReedFix bug 22944 in a much better fashion (using watchlist...
2010-02-22 Jack PhoenixApiEditPage.php: fix copyright symbol, spacing and...
2010-02-16 Sam ReedMinor fixup to api/ApiEditPage.php to remove getMaxArti...
2010-02-16 Sam ReedFollowup to r62557 as per Roans comment
2010-02-15 Sam ReedRemove a couple of duplicated errors from ApiEditPage...
2010-02-15 Sam ReedRefactor requiresToken to getTokenSalt - Returns salt...
2010-02-14 Sam ReedStart of "Bug 21991 - Move common query parameter...
2010-02-14 Sam ReedFixup spaces to tabs from r62404
2010-02-13 Sam ReedFix fail in ApiEditPage.php
2010-02-13 Sam ReedComplete dieUsage errors in 6 more Api files
2010-02-13 Sam ReedRest of dieUsageMsg in getPossibleErrors
2010-01-23 Sam ReedNormalise comment usage (# --> //)
next