aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiDelete.php
Commit message (Expand)AuthorAgeFilesLines
...
* Add logic for "tags" in ApiBasevictorbarbu2016-02-041-1/+1
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-2/+0
* ApiDelete: Don't pass $user to ChangeTags::addTags()Kunal Mehta2015-10-191-1/+1
* Allow change tags to be added via API action=deleteThis, that and the other2015-10-081-27/+29
* Added wfTransactionalTimeLimit() method and applied itAaron Schulz2015-08-121-0/+2
* Pass user to WikiPage::doDeleteArticleRealumherirrender2015-06-281-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-24/+5
* API: Overhaul token handlingBrad Jorsch2014-08-261-10/+1
* API: Log usage of various deprecated featuresBrad Jorsch2014-08-141-0/+2
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-24/+0
* Cleanup some docs (includes/[a-d])umherirrender2014-07-241-2/+2
* Follow-Ups to "Fixed some @params documentation"umherirrender2014-04-231-1/+1
* Fixed some @params documentation (includes/api)umherirrender2014-04-181-5/+5
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Merge "Address errors and warnings in CodeSniffer in api/"jenkins-bot2013-11-181-6/+17
|\
| * Address errors and warnings in CodeSniffer in api/Siebrand Mazeland2013-11-171-6/+17
* | Update documentation for ApiDelete::deleteFile()Siebrand Mazeland2013-11-171-6/+6
|/
* Update formatting on API classesSiebrand Mazeland2013-11-141-0/+3
* Return errors from WatchActionBrad Jorsch2013-06-201-2/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-2/+2
* api: remove duplicate __contruct callsAntoine Musso2013-01-291-4/+0
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-101-1/+1
* merge latest master into Wikidata branchdaniel2012-10-081-7/+10
|\
| * pass user object for delete/undelete/filerevert in api/guiumherirrender2012-10-061-1/+1
| * Bug 40756 - API: Call to a member function isGood() on a non-object in ApiDel...Reedy2012-10-041-6/+9
| * Remove unused variables/function values returnedReedy2012-08-081-2/+0
* | merging latest masterdaniel2012-08-201-2/+0
* | merged masterdaniel2012-07-231-22/+22
|\|
| * Merge "Updated result properties in paraminfo API"Aaron Schulz2012-07-211-1/+2
| |\
| | * Updated result properties in paraminfo APIPetr Onderka2012-07-071-1/+2
| * | (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
| * | | Merge "API: Cleanup around comment/reason params"Catrope2012-07-181-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | API: Cleanup around comment/reason paramsumherirrender2012-07-081-1/+1
| | |/
| * / Fix for: Fatal error: Call to undefined method ApiDelete::getErrorsArray()Reedy2012-07-141-1/+1
| |/
| * Merge "Expose the log_id of the deletion log entry in the action=delete API"Siebrand2012-07-011-18/+14
| |\
| | * Expose the log_id of the deletion log entry in the action=delete APICatrope2012-05-131-18/+14
* | | Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into...daniel2012-06-141-0/+9
|\| |
| * | Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+9
| |/
* | un-deprecate WikiPage::getAutoDeleteReasondaniel2012-06-131-1/+1
* | merged latest masterdaniel2012-05-141-5/+2
|\|
| * Don't make two database requests to load the same object, again.Alexandre Emsenhuber2012-05-041-3/+2
| * (bug 30488) API now allows listing of backlinks/embeddedin/imageusageumherirrender2012-05-021-2/+0
* | merged from masterdaniel2012-04-291-19/+6
|\|
| * Simplify and refactor out api code for getting title or page idReedy2012-04-271-19/+6
* | merged from masterdaniel2012-04-251-6/+8
|\|
| * Make data loading a bit better in ApiDelete.Alexandre Emsenhuber2012-04-161-6/+8