() are valid in URLs, not sure why we're using them as a finishing point in ApiFormatBase
[lhc/web/wiklou.git] / includes / api / ApiRollback.php
2011-11-28 Sam ReedOh noes, moar http:// -> https://
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-11-12 Alexandre EmsenhuberUse WikiPage instead of Article
2011-10-26 John Du HartAdding context to the API
2011-08-17 Sam ReedBased on diff to wikia, set more functions consistently...
2011-07-17 Sam ReedFollowup r92396, add help urls for most of the core...
2011-05-19 Antoine MussoSingle messages can be passed as strings to Api::dieUsa...
2011-02-27 Sam ReedTweak comments, remove some unused stuff.
2011-01-02 Sam ReedMethod documentation
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-12-22 Roan KattouwReplace my old e-mail address with my new one in API...
2010-10-28 Sam ReedFunction return type hints
2010-10-01 Sam Reed* (bug 25248) API: paraminfo errors with certain modules
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
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-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-05-11 Sam ReedMixture of things.
2010-04-17 Sam ReedStylize Api upto date
2010-04-10 Sam ReedRefactor getTokenSalt to use caching getUser/getTitle...
2010-04-10 Roan KattouwFollowup to r64850: replace $username with the right var
2010-04-10 Mark A. Hershberger* Clean up some duplicated code in r64291
2010-04-10 Mark A. Hershbergerfix a bug where an undefined var was used, api actually...
2010-04-09 Sam ReedRefactor code in ApiRollback to fix bug 23117
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 ApiRollback and ApiUn...
2010-03-25 Sam ReedPart of bug 22944
2010-02-26 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
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 ReedFixup spaces to tabs from r62404
2010-02-13 Sam ReedRest of dieUsageMsg in getPossibleErrors
2010-01-23 Sam ReedNormalise comment usage (# --> //)
2010-01-11 Aryeh Gregorstylize.php on API code
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-06-21 Roan KattouwAPI: (bug 19313) action=rollback returns wrong revid...
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-02-27 Roan KattouwAPI: Some cleanup
2008-12-26 Alex Zfix param description, rollback token comes from prop...
2008-12-17 Roan KattouwAPI: Crusade against extract(). Left one extract()...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-09-11 Chad HorohoeRemove unused global declaration.
2008-09-08 X!Fix action=rollback to now revert IPs too. Patch submit...
2008-09-07 Roan KattouwAPI: Uniformizing descriptions for write modules
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-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 KattouwAPI:
2008-01-15 Roan KattouwWhoops, removed one check too many.
2008-01-15 Roan KattouwAPI:
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 KattouwI'm clearly not fully awake
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...
2007-07-05 Daniel CannonDeleted trunk/phase3/includes/api/ApiRollback.php Mista...
2007-06-29 Roan KattouwReverting r23562: accidentally modified phase3 rather...
2007-06-29 Roan Kattouw* Separating UI code and DB code in Article::rollback()