| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove "Created on" from file header comments | Umherirrender | 2018-01-26 | 1 | -4/+0 |
* | SECURITY: Do not allow users to undelete a page they can't edit or create | Brian Wolff | 2017-04-06 | 1 | -1/+4 |
* | Make API documentation links language aware | Baha | 2017-04-05 | 1 | -1/+1 |
* | API: i18n for warnings and errors | Brad Jorsch | 2016-12-06 | 1 | -6/+4 |
* | Add tags support to patrol, protect, unblock, and undelete | Geoffrey Mon | 2016-02-29 | 1 | -1/+14 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -19/+19 |
* | Add dieBlocked to APIBase and make use of it | Andrew H | 2015-12-22 | 1 | -9/+4 |
* | Added wfTransactionalTimeLimit() method and applied it | Aaron Schulz | 2015-08-12 | 1 | -0/+2 |
* | API: Give block details along with errors | Alex Monk | 2015-06-17 | 1 | -1/+6 |
* | Replace wfRunHooks calls with direct Hooks::run calls | Aaron Schulz | 2014-12-10 | 1 | -1/+1 |
* | API: Fix access on getExamplesMessages | Brad Jorsch | 2014-10-29 | 1 | -1/+1 |
* | API: Internationalize all remaining core API modules | Brad Jorsch | 2014-10-20 | 1 | -28/+6 |
* | API: Overhaul token handling | Brad Jorsch | 2014-08-26 | 1 | -13/+1 |
* | API: Remove action=paraminfo 'props' and 'errors' result properties | Brad Jorsch | 2014-08-07 | 1 | -20/+0 |
* | SpecialUndelete/PageArchive: Use Config instead of globals | Kunal Mehta | 2014-08-06 | 1 | -1/+1 |
* | API: Allow undeleting files | Brad Jorsch | 2014-07-31 | 1 | -6/+20 |
* | Add final period to API module descriptions | addshore | 2014-03-10 | 1 | -1/+1 |
* | Fix CodeSniffer errors and warnings on some API classes | Siebrand Mazeland | 2013-11-15 | 1 | -4/+6 |
* | API: Throw error when interwiki is given for various title param | umherirrender | 2013-03-01 | 1 | -1/+1 |
* | api: remove duplicate __contruct calls | Antoine Musso | 2013-01-29 | 1 | -4/+0 |
* | (bug 35885) remove api version string and parameter | Yuri Astrakhan | 2013-01-18 | 1 | -4/+0 |
* | pass user object for delete/undelete/filerevert in api/gui | umherirrender | 2012-10-06 | 1 | -1/+7 |
* | (bug 38190) Add "required" flag to some token params | umherirrender | 2012-07-20 | 1 | -1/+4 |
* | Merge "escape HTML elements in docblock with double quotes" | Aaron Schulz | 2012-07-18 | 1 | -1/+1 |
|\ |
|
| * | escape HTML elements in docblock with double quotes | Antoine Musso | 2012-07-15 | 1 | -1/+1 |
* | | API: Cleanup around comment/reason params | umherirrender | 2012-07-08 | 1 | -1/+1 |
|/ |
|
* | Added result properties to action=paraminfo | Petr Onderka | 2012-06-06 | 1 | -0/+11 |
* | Removed intval for undelete reason in API | Petr Onderka | 2012-05-02 | 1 | -1/+1 |
* | Oh noes, moar http:// -> https:// | Sam Reed | 2011-11-28 | 1 | -1/+1 |
* | Removed the 'eclipse helper' bit on top of every API module | John Du Hart | 2011-11-16 | 1 | -5/+0 |
* | Adding context to the API | John Du Hart | 2011-10-26 | 1 | -4/+3 |
* | Based on diff to wikia, set more functions consistently public rather than pr... | Sam Reed | 2011-08-17 | 1 | -1/+1 |
* | Followup r92396, add help urls for most of the core (non query) modules | Sam Reed | 2011-07-17 | 1 | -0/+4 |
* | * (bug 28392) mark action=undelete×tamps as type "timestamp" | Sam Reed | 2011-06-05 | 1 | -1/+2 |
* | Single messages can be passed as strings to Api::dieUsageMsg() | Antoine Musso | 2011-05-19 | 1 | -3/+3 |
* | Delete all the "API for MediaWiki 1.8+" comments | Sam Reed | 2010-12-22 | 1 | -1/+1 |
* | Replace my old e-mail address with my new one in API comments. A bit outdated... | Roan Kattouw | 2010-12-22 | 1 | -1/+1 |
* | * (bug 25248) API: paraminfo errors with certain modules | Sam Reed | 2010-10-01 | 1 | -0/+4 |
* | Remove some unused variables | Sam Reed | 2010-09-20 | 1 | -2/+0 |
* | (Bug 25138) ApiUndelete begins a transaction, but does not commit. | Platonides | 2010-09-10 | 1 | -2/+0 |
* | Standardised file description headers, added @file | Alexandre Emsenhuber | 2010-08-07 | 1 | -4/+6 |
* | Followup r70461 if PARAM_REQUIRED is set, use for missing param in getPossibl... | Sam Reed | 2010-08-04 | 1 | -1/+0 |
* | Followup to r70460 and r70461: Use true instead of 1 | X! | 2010-08-04 | 1 | -1/+1 |
* | Followup to r70460: Committed wrong version of ApiBase.php, convert all core ... | X! | 2010-08-04 | 1 | -4/+4 |
* | Correct the address of the FSF in some of the GPL headers | Derk-Jan Hartman | 2010-06-21 | 1 | -1/+1 |
* | Mixture of things. | Sam Reed | 2010-05-11 | 1 | -1/+1 |
* | * EOL ws clean on ApiBase.php | Mark A. Hershberger | 2010-04-14 | 1 | -10/+2 |
* | Followup r64197 | Sam Reed | 2010-03-28 | 1 | -4/+6 |
* | Followup to r64197 | Sam Reed | 2010-03-27 | 1 | -1/+1 |
* | Fix bug 22944 in a much better fashion (using watchlist parameter) | Sam Reed | 2010-03-25 | 1 | -2/+20 |