aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/FileDeleteAction.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-2/+2
* Namespace all remaining files in includes/actionsJames D. Forrester2025-03-191-1/+0
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-3/+3
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-1/+1
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Modernize status and error message handlingBartosz Dziewoński2024-11-281-3/+9
* Namespace includes/contextJames D. Forrester2024-02-081-1/+1
* Warn if page was edited while deletion was being confirmedballoonguy2024-01-291-2/+19
* Deprecate returning a string from Action::getPageTitle()C. Scott Ananian2023-09-211-1/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()C. Scott Ananian2023-09-181-1/+1
* DeleteAction: Avoid displaying the form unconditionallyFunc2023-07-041-3/+4
* Convert FormlessAction to FormAction in DeleteActionhueitan2023-06-211-18/+12
* Replace some deprecated wfExpandUrl calls with UrlUtils::expandJames D. Forrester2023-05-301-1/+4
* Follow-up 0f13e81a1: Fix namespace of FileDeleteFormJames D. Forrester2023-03-091-1/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-1/+1
* Reorg: Move five page-related classes to page/ out of includes/Amir Sarabadani2023-02-231-1/+1
* Action: Remove deprecated constructor parametersBartosz Dziewoński2022-11-031-3/+3
* DeleteAction: Show warning when subpages are presentDayllan Maza2022-06-011-0/+1
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-1/+2
* DeleteAction: Add "Delete associated talk page" option to the formDaimona Eaytoy2022-04-181-1/+3
* Merge "Switch between file deletion and normal deletion in WikiFilePage"jenkins-bot2021-11-181-6/+0
|\
| * Switch between file deletion and normal deletion in WikiFilePageDaimona Eaytoy2021-11-121-6/+0
* | Deprecate $hasHistory param to ContentHandler::getAutoDeleteReason()Daimona Eaytoy2021-11-111-2/+1
|/
* Make DeleteAction and FileDeleteAction share showFormDaimona Eaytoy2021-11-081-183/+20
* Fix oldimage deletion error messageTim Starling2021-11-021-3/+0
* Final sync of DeleteAction and FileDeleteAction formsDaimona Eaytoy2021-10-131-14/+27
* DeleteAction: allow easy override of form messagesDaimona Eaytoy2021-10-061-13/+34
* DeleteAction-related cleanup, part 3Daimona Eaytoy2021-10-061-1/+2
* Clean up DeleteAction and FileDeleteAction, part 2Daimona Eaytoy2021-10-061-55/+52
* Clean up DeleteAction and FileDeleteAction, part 1Daimona Eaytoy2021-09-281-104/+73
* Move some methods from FileDeleteForm to a subclass of DeleteActionDaimona Eaytoy2021-09-171-0/+407