API: fix copyright symbol, coding style cleanup, more braces
[lhc/web/wiklou.git] / includes / api / ApiProtect.php
2010-02-23 Jack PhoenixAPI: fix copyright symbol, coding style cleanup, more...
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 ReedAnd an erroneous )
2010-02-13 Sam ReedRem erroneous bracket, followup to r62404
2010-02-13 Sam ReedRest of dieUsageMsg in getPossibleErrors
2010-01-23 Sam ReedMore of r61437 (adding/removing whitespace)
2010-01-11 Aryeh Gregorstylize.php on API code
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-02 Sam Reedbug 21740 Attempting to protect a page that doesn't...
2009-11-09 Bryan Tong MinhFollow-up to r58633 and r58628 (lqt): Rename Title...
2009-11-06 Andrew GarrettEnabling changes for r56828: some refactoring and code...
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-02 Roan KattouwAPI: (bug 17317) Added watch parameter to action=protect
2008-12-10 Roan Kattouw* API: (bug 16613) action=protect doesn't say when...
2008-11-01 Alex Z(bug 16207) - Fix title protection in the API. $expiry...
2008-10-25 Tim StarlingRemoved all instances of empty() where error suppressio...
2008-10-04 Roan KattouwRemove debugging code
2008-10-04 Roan KattouwAPI: * (bug 15785) Allow for different expiry times...
2008-09-30 Matt Johnston(bug 15791) Typo in API docs, APIProtect has some remna...
2008-09-18 Alex Z*Don't let the API action=protect set actions that...
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:
2008-01-08 Roan KattouwChanging name of error code to something making slightl...
2008-01-08 Roan Kattouw* (bug 12543) API should support new protected titles...
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, requestWriteMode() is in ApiMain, not ApiBase
2007-12-02 Roan KattouwAPIEDIT BRANCH MERGE: Adding apiedit modules: action...