| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove "Created on" from file header comments | Umherirrender | 2018-01-26 | 1 | -4/+0 |
* | Make API documentation links language aware | Baha | 2017-04-05 | 1 | -1/+1 |
* | ApiResult: Add ApiResult::formatExpiry() | Brad Jorsch | 2017-01-11 | 1 | -3/+1 |
* | API: i18n for warnings and errors | Brad Jorsch | 2016-12-06 | 1 | -13/+9 |
* | Add tags support to patrol, protect, unblock, and undelete | Geoffrey Mon | 2016-02-29 | 1 | -1/+17 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -31/+31 |
* | Remove various unused variables | Reedy | 2015-11-07 | 1 | -1/+0 |
* | API: Log all deprecated parameter uses to api-feature-usage.log | Brad Jorsch | 2015-11-03 | 1 | -3/+0 |
* | Change API result data structure to be cleaner in new formats | Brad Jorsch | 2015-04-20 | 1 | -1/+1 |
* | Merge "API: Overhaul ApiResult, make format=xml not throw, and add json forma... | jenkins-bot | 2015-04-16 | 1 | -1/+1 |
|\ |
|
| * | API: Overhaul ApiResult, make format=xml not throw, and add json formatversion | Brad Jorsch | 2015-04-10 | 1 | -1/+1 |
* | | Clean up handling of 'infinity' | Brad Jorsch | 2015-03-13 | 1 | -5/+4 |
|/ |
|
* | Refactor out 'infinity' variants | JuneHyeon Bae | 2015-03-12 | 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 | -31/+9 |
* | API: Overhaul token handling | Brad Jorsch | 2014-08-26 | 1 | -10/+1 |
* | API: Log usage of various deprecated features | Brad Jorsch | 2014-08-14 | 1 | -0/+3 |
* | API: Remove action=paraminfo 'props' and 'errors' result properties | Brad Jorsch | 2014-08-07 | 1 | -25/+0 |
* | API: Allow 'infinity' as a valid protection expiry | Kunal Mehta | 2014-06-15 | 1 | -2/+2 |
* | Switch API to use Config classes | Reedy | 2014-06-15 | 1 | -2/+1 |
* | Add final period to API module descriptions | addshore | 2014-03-10 | 1 | -1/+1 |
* | Update formatting | Siebrand Mazeland | 2014-02-06 | 1 | -4/+7 |
* | Fix CodeSniffer errors and warnings (final round for API classes) | Siebrand Mazeland | 2013-11-15 | 1 | -10/+27 |
* | Update formatting on API classes, Part 3 | Siebrand Mazeland | 2013-11-14 | 1 | -5/+6 |
* | Cleanup watchlist preference usage | Brad Jorsch | 2013-11-08 | 1 | -1/+1 |
* | Return errors from WatchAction | Brad Jorsch | 2013-06-20 | 1 | -2/+1 |
* | Fixed many small spelling mistakes and php docs, var decl. | Yuri Astrakhan | 2013-03-10 | 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 |
* | Add hint for pipe-separated list to action=help | umherirrender | 2012-07-29 | 1 | -1/+1 |
* | (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/+10 |
* | Merge "multi dbms support in api" | Aaron Schulz | 2012-05-20 | 1 | -3/+3 |
|\ |
|
| * | multi dbms support in api | umherirrender | 2012-05-16 | 1 | -3/+3 |
* | | Don't make two database requests to load the same object, again. | Alexandre Emsenhuber | 2012-05-04 | 1 | -2/+2 |
|/ |
|
* | (bug 30488) API now allows listing of backlinks/embeddedin/imageusage | umherirrender | 2012-05-02 | 1 | -2/+0 |
* | Simplify and refactor out api code for getting title or page id | Reedy | 2012-04-27 | 1 | -17/+3 |
* | Make data loading a bit better in ApiProtect. | Alexandre Emsenhuber | 2012-04-25 | 1 | -3/+5 |
* | (bug 32497) API now allows changing of protection level using pageid | Alex Monk | 2012-04-07 | 1 | -15/+32 |
* | * Merged WikiPage::updateRestrictions() and Title::updateTitleProtection() in... | Alexandre Emsenhuber | 2011-12-18 | 1 | -10/+6 |
* | 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 |
* | Use WikiPage instead of Article | Alexandre Emsenhuber | 2011-11-12 | 1 | -2/+2 |
* | Adding context to the API | John Du Hart | 2011-10-26 | 1 | -2/+2 |
* | 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 |
* | Replace more multiple calls to $this->getResult() in methods with temporary v... | Sam Reed | 2011-06-30 | 1 | -2/+3 |