Stop mutually exclusive values in ApiDelete and ApiMove
[lhc/web/wiklou.git] / includes / api / ApiDelete.php
2010-03-25 Sam ReedStop mutually exclusive values in ApiDelete and ApiMove
2010-03-08 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-19 Jack PhoenixAPI deletion module: trim trailing spaces, tweak coding...
2010-02-19 Sam ReedStylize on Api
2010-02-16 Sam ReedFollowup to r62557 as per Roans comment
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 ReedChange layout of the mustBePosted format to standardise it
2010-02-14 Sam ReedFixup spaces to tabs from r62404
2010-02-13 Sam ReedRest of dieUsageMsg in getPossibleErrors
2010-01-31 Sam ReedStylize.php on API
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-23 Sam ReedAdd/remove whitelines to increase readability in API...
2010-01-11 Aryeh Gregorstylize.php on API code
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-08-15 Tim Starling* Per my CR comments on r44560: merged FileCache into...
2009-06-06 Roan KattouwFix syntax error reported by Jidanni
2009-06-05 Roan KattouwAPI: Fix bug where deleting a file description page...
2009-03-07 Roan Kattouw* API: (bug 17832) action=delete returns 'unknownerror...
2009-03-06 Roan Kattouw* API: (bug 17774) API pretends action=query doesn...
2009-01-29 Andrew GarrettFix broken calls to ArticleDelete hook.
2009-01-21 Roan KattouwFollowup to r45954: it helps to save before committing
2009-01-21 Roan KattouwFix indentation for r45944 and use consistent code...
2009-01-20 Chad HorohoeCode style tweak.
2009-01-20 Alex ZMake API action=delete respect $wgDeleteRevisionsLimit
2008-12-13 Alex Z* (bug 16626) action=delete now correctly handles empty...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-10-07 Roan Kattouw* (bug 15845) API: Added pageid/fromid parameter to...
2008-09-07 Roan KattouwAPI: Uniformizing descriptions for write modules
2008-08-28 Bryan Tong MinhwfReadOnly now checked in ApiMain::requestWriteMode
2008-05-26 Aryeh GregorNo, something that looks stupid *is* in fact ipso facto...
2008-05-26 Roan KattouwPartial revert of r35058: when something looks stupid...
2008-05-24 Bryan Tong Minh* Add wfRunHook calls where appropriate
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-19 Bryan Tong MinhAPI: Merge file deletion code from ApiEdit_Vodafone...
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-03-02 Roan KattouwAPI: Added watch and unwatch parameters to action=move...
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2008-01-18 Roan KattouwAPI: Making a bunch of state-changing modules require...
2008-01-18 Roan KattouwAPI: Unifying "the ... parameter must be set" messages...
2008-01-18 Roan KattouwCore:
2008-01-18 Roan KattouwAPI:
2008-01-12 Daniel CannonAPI: Various docu and clean-up.
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
2007-12-06 Victor VasilievFix svn:eol-style and svn:keywords for files from merge...
2007-12-03 Roan KattouwAPI: A cleaner implementation of r28057: this one also...
2007-12-02 Victor VasilievAPI:
2007-12-02 Roan KattouwOops, forgot a few.
2007-12-02 Roan KattouwOops, requestWriteMode() is in ApiMain, not ApiBase
2007-12-02 Roan KattouwAPIEDIT BRANCH MERGE: Adding apiedit modules: action...