aboutsummaryrefslogtreecommitdiffstats
path: root/includes/FileDeleteForm.php
Commit message (Expand)AuthorAgeFilesLines
* SpecialDelete: check permissions again when deletingDayllan Maza2022-04-111-1/+1
* filerepo: make FileDeleteForm use cancelAtomic() instead of rollbackPrimaryCh...Aaron Schulz2022-02-211-3/+2
* DeletePage: add option to delete the associated talk pageDaimona Eaytoy2022-01-111-2/+10
* Change return format of DeletePage againDaimona Eaytoy2021-11-291-4/+5
* Use DeletePage in FileDeleteForm and fix output of ApiDeleteDaimona Eaytoy2021-11-181-34/+36
* DeleteAction-related cleanup, part 3Daimona Eaytoy2021-10-061-21/+5
* Move some methods from FileDeleteForm to a subclass of DeleteActionDaimona Eaytoy2021-09-171-406/+1
* ILoadBalancer/ILBFactory: Rename rollbackMasterChanges to rollbackPrimaryChangesJames D. Forrester2021-09-021-1/+1
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-7/+4
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-4/+7
* FileDeleteForm: inject servicesAlexander Vorwerk2021-06-151-12/+45
* Use IContextSource in FileDeleteForm instead of User and OutputPagePetr Pchelko2021-06-091-77/+85
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Fix parameter order of setWatch to match add/removeWatchCindy Cicalese2021-04-211-2/+2
* Use WatchlistManager in several classesCindy Cicalese2021-04-211-3/+4
* Create mediawiki.actions.styles module for misc action stylesmainframe982021-03-311-0/+1
* FileDeleteForm: reduce use of global contextDannyS7122021-03-281-20/+17
* Merge "Avoid using User::getBoolOption()"jenkins-bot2021-03-281-3/+4
|\
| * Avoid using User::getBoolOption()ZabeMath2021-03-271-3/+4
* | FileDeleteForm: Declare some param and return type hints to methodsTimo Tijhof2021-03-271-6/+6
* | FileDeleteForm: Remove use of $wgLangDannyS7122021-03-271-8/+10
|/
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-1/+1
* Document list of change tags as string[]Umherirrender2020-11-201-1/+1
* Replace deprecated WikiPage::factory in deletion related classesUmherirrender2020-11-121-1/+2
* Remove support for FileDeleteForm::doDelete without a userDannyS7122020-09-091-9/+2
* FileDeleteForm: Inject OutputPage instanceDannyS7122020-08-291-51/+48
* Remove deprecated support for FileDeleteForm creation without UserDannyS7122020-08-261-15/+2
* Merge "Combine mediawiki.action.delete.js and mediawiki.action.delete.file.js"jenkins-bot2020-08-131-1/+1
|\
| * Combine mediawiki.action.delete.js and mediawiki.action.delete.file.jsDannyS7122020-06-301-1/+1
* | Split reason dropdown list for action=deleteUmherirrender2020-07-011-4/+22
|/
* Introduce wfDeprecatedMsg()Tim Starling2020-06-221-2/+3
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Improve docs in FileDeleteFormUmherirrender2020-05-071-2/+6
* FileDeleteForm: Use LocalFile::deleteFileDannyS7122020-03-201-1/+1
* Pass a user to WikiPage::doDeleteArticleReal, use new signatureDannyS7122020-03-191-2/+9
* LocalFileDeleteBatch: Migrate to new signature requiring a userDannyS7122020-03-171-1/+1
* Use MediaWikiServices::getRepoGroup in file related classesUmherirrender2020-03-141-1/+2
* Deprecate calling FileDeleteForm::doDelete without passing a userDannyS7122020-02-211-1/+3
* FileDeleteForm: Add a user to constructor, hard deprecate not providingDannyS7122020-02-181-14/+42
* FileDeleteForm: Fix phpdoc for doDelete()Kunal Mehta2019-12-221-1/+1
* Document $file in FileDeleteForm as LocalFile (not File)Umherirrender2019-09-081-6/+6
* Merge "Better grouping for code adding elements to arrays"jenkins-bot2019-09-031-5/+6
|\
| * Better grouping for code adding elements to arraysDaimona Eaytoy2019-09-031-5/+6
* | Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-2/+2
|/
* Merge "Avoid usage of deprecated setTags() method, use addTags() instead"jenkins-bot2019-09-011-2/+2
|\
| * Avoid usage of deprecated setTags() method, use addTags() insteadDerick Alangi2019-09-011-2/+2
* | Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-0/+1
|/
* Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-3/+6