aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiDelete.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-1/+1
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-2/+2
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-1/+1
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-9/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+10
* Make use of the ??= and ?? operators where it makes sensethiemowmde2024-08-261-5/+2
* Use StatusValue::getMessages() instead of deprecated methodsBartosz Dziewoński2024-05-181-2/+2
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* Get correct main page in API call examplesAmmar Abdulhamid2023-09-201-2/+6
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-5/+2
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Api: Fix some very old copyright statements for RoanJames D. Forrester2023-03-161-1/+1
* Follow-up 0f13e81a1: Fix namespace of FileDeleteFormJames D. Forrester2023-03-091-1/+1
* Reorg: Move five page-related classes to page/ out of includes/Amir Sarabadani2023-02-231-0/+1
* api: Replace numerous more deprecated constantsReedy2022-06-061-2/+2
* api: Replace numerous deprecated constantsReedy2022-06-061-5/+6
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+4
* ApiDelete: add option to delete associated talk pageDayllan Maza2022-02-221-10/+43
* Change return format of DeletePage againDaimona Eaytoy2021-11-291-10/+7
* Use DeletePage in FileDeleteForm and fix output of ApiDeleteDaimona Eaytoy2021-11-181-2/+5
* Deprecate $hasHistory param to ContentHandler::getAutoDeleteReason()Daimona Eaytoy2021-11-111-4/+1
* Merge "ApiDelete: pass in page title to 'deleted-scheduled' message"jenkins-bot2021-10-211-1/+1
|\
| * ApiDelete: pass in page title to 'deleted-scheduled' messageMusikAnimal2021-10-201-1/+1
* | Change return format of DeletePage entrypointsDaimona Eaytoy2021-10-201-4/+14
|/
* Use DeletePage in ApiDelete and DeletePageJobDaimona Eaytoy2021-10-051-41/+37
* api: Inject services into ApiWatchlistTraitUmherirrender2021-07-061-1/+10
* api: Inject services into ApiDeleteUmherirrender2021-06-291-7/+18
* ApiDelete: eliminate User class usages.Petr Pchelko2021-06-111-7/+8
* Use the edited page's title for magic words in action=edit error messagesBartosz Dziewoński2021-05-211-0/+1
* Convert ChangeTags public interface to Authority.Petr Pchelko2021-02-241-1/+1
* Document list of change tags as string[]Umherirrender2020-11-201-2/+2
* Remove requirement for ApiWatchlistTrait to be in ApiBase.Ammar Abdulhamid2020-09-071-1/+1
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-2/+2
* Add watchlist expiry support to applicable APIsMusikAnimal2020-07-131-11/+22
* Use MediaWikiServices::getRepoGroup in api related classesUmherirrender2020-04-111-1/+4
* ApiDelete: Make ::delete(File)? only accept a wikipage, make privateDannyS7122020-03-201-6/+14
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+2
* Fix function/class caseMax Semenik2019-03-291-1/+1
* ApiDelete: Handle batched deletions properlyBrad Jorsch2018-12-201-2/+9
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Improve test coverage for ApiDelete.phpAryeh Gregor2018-03-261-1/+2
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* API: Account for PHP 7.2 changeBrad Jorsch2017-12-041-1/+1
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-2/+2
* API: Allow deleting files without corresponding pagesBrad Jorsch2017-06-121-3/+13
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-13/+7
* Move tagging of API deletions to RC savecenarium2016-09-211-12/+10
* Convert all array() syntax to []Kunal Mehta2016-02-171-21/+21