Followup to r70460 and r70461: Use true instead of 1
[lhc/web/wiklou.git] / includes / api / ApiMove.php
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-22 Sam ReedBig blitz on unused variables (a lot of $db = $this...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-05-25 Sam ReedRemove arrays from getDescription where we are only...
2010-05-11 Sam ReedMixture of things.
2010-04-14 Bryan Tong MinhFollowup to r64962: Fixed watchlist parameter in API...
2010-04-12 Mark A. Hershbergerre r64962 clean up the logic for watchlist a little
2010-04-12 Mark A. Hershbergerre r64291 and r64852 use ApiBase::setWatch instead...
2010-04-07 Sam ReedFixup to r64197 per mediawiki.org/wiki/Special:Code...
2010-03-28 Sam ReedFollowup r64197
2010-03-25 Sam ReedFix bug 22944 in a much better fashion (using watchlist...
2010-03-25 Sam ReedRevert my api changes to pre r64815
2010-03-25 Sam ReedAdd array( 'show' ), to getPossibleErrors
2010-03-25 Sam ReedStop mutually exclusive values in ApiProtect
2010-03-25 Sam ReedStop mutually exclusive values in ApiDelete and ApiMove
2010-02-22 Jack PhoenixApiMove.php: fix copyright symbol, spacing & coding...
2010-02-22 Mark A. Hershbergerws-only cleanup
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-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-10-24 Alex Z(bug 18019) Warn users when moving a file to a name...
2009-03-06 Roan Kattouw* API: (bug 17774) API pretends action=query doesn...
2009-02-09 Roan KattouwRemove a TODO from ApiMove and add a FIXME to SpecialMo...
2009-02-09 Roan Kattouw* API: (bug 17357) Add subpage moving to the API
2008-10-07 Roan Kattouw* (bug 15845) API: Added pageid/fromid parameter to...
2008-09-25 Roan KattouwWe can at least *pretend* to be consistent here
2008-09-25 Roan KattouwAPI:
2008-09-07 Roan KattouwAPI: Uniformizing descriptions for write modules
2008-05-30 Bryan Tong MinhAlways return an array if an error has occurred in...
2008-05-27 Roan KattouwIn the spirit of r35407, don't go crazy if Title::moveT...
2008-05-27 Roan Kattouw* Refactor Title::isValidMoveOperation() and Title...
2008-05-24 Bryan Tong Minh* Add wfRunHook calls where appropriate
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-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:
2008-01-18 Roan KattouwAPI: Unifying "the ... parameter must be set" messages...
2008-01-18 Roan KattouwCore:
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-04 Roan KattouwRemoving double tabs inserted due to my editor's retard...
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...