create Article, EditPage and ExternalEdit via ContentHandler
[lhc/web/wiklou.git] / includes / api / ApiEditPage.php
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 (# --> //)
2010-01-23 Sam ReedAdd/remove whitelines to increase readability in API...
2010-01-22 Sam Reed(bug 22225) - misspelt wpEdittoken -> wpEditToken...
2010-01-11 Aryeh Gregorstylize.php on API code
2009-11-06 Roan KattouwAPI: (bug 20967) action=edit allows creation of invalid...
2009-10-28 Bryan Tong MinhThrow a bit more helpful unknownerror at AS_END, indica...
2009-10-28 Chad Horohoe(bug 21106) tag deprecated parameter in action=paraminf...
2009-09-26 Roan KattouwAPI: (bug 20816) Editing a page with &watchlist=prefere...
2009-08-21 Brion VibberCleaning up some old PHP 4 object-reference usage in...
2009-07-14 Bryan Tong Minh(bug 19090) Added watchlist parameter, deprecated watch...
2009-07-14 Bryan Tong Minh(bug 19040) Fix prependtext and appendtext in combinati...
2009-07-12 Bryan Tong Minh(bug 18533) Add readonly reason to readonly exception
2009-05-02 Roan KattouwFollowup to r50132: I guess I was smoking some pretty...
2009-05-02 Roan KattouwAPI: Set $wgTitle to a dummy title in api.php, and...
2009-04-21 Roan KattouwAPI: (bug 18546) Added timestamp of new revision to...
2009-03-24 Roan KattouwAPI: (bug 18099) Editing a non-existent page with appen...
2009-03-06 Roan Kattouw* API: (bug 17774) API pretends action=query doesn...
2009-02-27 Roan KattouwAPI: Some cleanup
2009-01-26 Roan Kattouw* API: (bug 15949) Add undo functionality to action...
2008-12-10 Roan KattouwAPI: (bug 16581) Fix regression from r44015 ("Various...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-10-04 Roan Kattouw(bug 15647) API edit with basetimestamp fails if the...
2008-09-30 Rotem LissFixing a function call.
2008-09-30 Chad HorohoeAdded setVal accessor to $wgRequest->data so we don...
2008-09-04 Roan Kattouw(bug 15473) Correcting Doxygen comment for ApiEditPage
2008-09-03 Roan Kattouw(bug 15444) API: Throwing a regular 'unknownerror'...
2008-08-26 Roan KattouwAPI: Fixed bug that caused all action=edit requests...
2008-08-26 Roan KattouwAPI: Throwing a more specific error message when the...
2008-06-15 Roan KattouwAPI: Add nocreate parameter to action=edit
2008-06-15 Roan KattouwAPI: action=edit: Make the combination of prepend/appen...
next