Minor fixup to api/ApiEditPage.php to remove getMaxArticleSize function
[lhc/web/wiklou.git] / includes / api / ApiEditPage.php
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...
2008-06-12 Roan Kattouw(bug 14459) Added prependtext and appendtext parameters...
2008-05-31 Bryan Tong MinhRemove the AlternateEdit hook from the API: it is a...
2008-05-28 Roan KattouwAPI: Added optional md5 parameter to action=edit. If...
2008-05-28 Roan KattouwAPIEditPage:
2008-05-24 Bryan Tong Minh* Add wfRunHook calls where appropriate
2008-05-23 Leon Weber(no commit message)
2008-05-22 Roan Kattouw(bug 14231) Tweak help for action=edit
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-18 Roan KattouwRemove deprecated ApiMain::scheduleCommit()
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-11 Roan KattouwCommitting patch for bug 10931, which also fixes bug...
2008-04-04 Roan KattouwOops, a backtick snuck in
2008-04-04 Roan KattouwActually, let's have that commit() call there anyway...
2008-04-02 Roan Kattouw(bug 13587) Execute deferred updates in api.php
2008-04-02 Roan KattouwShould've added $dbw->commit() here, hope this fixes...
2008-03-30 Roan KattouwAPI: Fixing exception in ApiEditPage
2008-03-25 Roan KattouwAPI: Rename dontcreate to createonly, which actually...
2008-03-25 Roan KattouwAdd this parameter so it actually works. I'm not really...
2008-03-25 Roan KattouwThat backslash should be there, I forgot to escape it.
2008-03-25 Alexandre EmsenhuberParse error.
2008-03-25 Roan KattouwAPI: Fixing errors in action=edit example
2008-03-25 Roan KattouwAPI: Adding dontcreate parameter to action=edit
2008-03-12 Roan Kattouw(bug 13315) Adding section editing to API action=edit...
2008-03-06 Andrew GarrettFix errors in example for EditPage API module (referred...
2008-03-03 Alexandre Emsenhubersetting property svn:keywords Id to api files that...
2008-03-03 Alexandre Emsenhubersetting svn:eol-style native on ApiEditPage.php
2008-03-03 Roan KattouwAPI: Adding action=edit module