merged from master
[lhc/web/wiklou.git] / includes / api / ApiEditPage.php
2012-04-29 danielmerged from master
2012-04-28 Aaron SchulzMerge "Fatal error: Call to a member function getId...
2012-04-28 ReedyMerge "add hints to description of action=edit"
2012-04-28 umherirrenderadd hints to description of action=edit
2012-04-27 Brion VIBBERMerge "Update jQuery UI to 1.8.19"
2012-04-27 Brion VIBBERMerge "Simplify and refactor out api code for getting...
2012-04-27 DemonMerge changes Ib2cb36cd,I50dec908
2012-04-27 ReedySimplify and refactor out api code for getting title...
2012-04-27 CatropeMerge "Whitespace and typo fix"
2012-04-26 Brion VIBBERMerge "[FileBackend] Some documentation and minor clean...
2012-04-26 Brion VIBBERMerge "The script can be re-run (in some cases at least...
2012-04-26 Brion VIBBERMerge "[FileBackend] Added a script to copy files from...
2012-04-26 Brion VIBBERMerge "[FileBackend] Tweaked various cache parameters...
2012-04-26 Brion VIBBERMerge "Changed wfMessage() usage to call directly Messa...
2012-04-26 Brion VIBBERMerge "[FileBackend] Added 'recursive' flag to director...
2012-04-26 Brion VIBBERMerge "(bug 33602) list=allusers throws exceptions...
2012-04-26 Brion VIBBERMerge "strip off subpages direct in GenderCache"
2012-04-26 Brion VIBBERMerge "Removed usage of global objects in SpecialEmailUser"
2012-04-26 Brion VIBBERMerge "(bug 30410) Remove deprecated $wgFilterCallback...
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-25 danielmerged from master
2012-04-24 Alex Monk(bug 30410) Remove deprecated $wgFilterCallback. The...
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
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...
next