aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiProtect.php
Commit message (Expand)AuthorAgeFilesLines
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Make API documentation links language awareBaha2017-04-051-1/+1
* ApiResult: Add ApiResult::formatExpiry()Brad Jorsch2017-01-111-3/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-13/+9
* Add tags support to patrol, protect, unblock, and undeleteGeoffrey Mon2016-02-291-1/+17
* Convert all array() syntax to []Kunal Mehta2016-02-171-31/+31
* Remove various unused variablesReedy2015-11-071-1/+0
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-3/+0
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-1/+1
* Merge "API: Overhaul ApiResult, make format=xml not throw, and add json forma...jenkins-bot2015-04-161-1/+1
|\
| * API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-1/+1
* | Clean up handling of 'infinity'Brad Jorsch2015-03-131-5/+4
|/
* Refactor out 'infinity' variantsJuneHyeon Bae2015-03-121-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-31/+9
* API: Overhaul token handlingBrad Jorsch2014-08-261-10/+1
* API: Log usage of various deprecated featuresBrad Jorsch2014-08-141-0/+3
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-25/+0
* API: Allow 'infinity' as a valid protection expiryKunal Mehta2014-06-151-2/+2
* Switch API to use Config classesReedy2014-06-151-2/+1
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Update formattingSiebrand Mazeland2014-02-061-4/+7
* Fix CodeSniffer errors and warnings (final round for API classes)Siebrand Mazeland2013-11-151-10/+27
* Update formatting on API classes, Part 3Siebrand Mazeland2013-11-141-5/+6
* Cleanup watchlist preference usageBrad Jorsch2013-11-081-1/+1
* Return errors from WatchActionBrad Jorsch2013-06-201-2/+1
* Fixed many small spelling mistakes and php docs, var decl.Yuri Astrakhan2013-03-101-1/+1
* api: remove duplicate __contruct callsAntoine Musso2013-01-291-4/+0
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* Add hint for pipe-separated list to action=helpumherirrender2012-07-291-1/+1
* (bug 38190) Add "required" flag to some token paramsumherirrender2012-07-201-1/+4
* Merge "escape HTML elements in docblock with double quotes"Aaron Schulz2012-07-181-1/+1
|\
| * escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* | API: Cleanup around comment/reason paramsumherirrender2012-07-081-1/+1
|/
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+10
* Merge "multi dbms support in api"Aaron Schulz2012-05-201-3/+3
|\
| * multi dbms support in apiumherirrender2012-05-161-3/+3
* | Don't make two database requests to load the same object, again.Alexandre Emsenhuber2012-05-041-2/+2
|/
* (bug 30488) API now allows listing of backlinks/embeddedin/imageusageumherirrender2012-05-021-2/+0
* Simplify and refactor out api code for getting title or page idReedy2012-04-271-17/+3
* Make data loading a bit better in ApiProtect.Alexandre Emsenhuber2012-04-251-3/+5
* (bug 32497) API now allows changing of protection level using pageidAlex Monk2012-04-071-15/+32
* * Merged WikiPage::updateRestrictions() and Title::updateTitleProtection() in...Alexandre Emsenhuber2011-12-181-10/+6
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-1/+1
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* Use WikiPage instead of ArticleAlexandre Emsenhuber2011-11-121-2/+2
* Adding context to the APIJohn Du Hart2011-10-261-2/+2
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* Followup r92396, add help urls for most of the core (non query) modulesSam Reed2011-07-171-0/+4
* Replace more multiple calls to $this->getResult() in methods with temporary v...Sam Reed2011-06-301-2/+3