aboutsummaryrefslogtreecommitdiffstats
path: root/includes/FileDeleteForm.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mostly drop old comment schemasBrad Jorsch2019-02-071-5/+2
* Remove a few obscure "done" and "empty" commentsThiemo Kreuz2019-01-301-1/+0
* Use OutputPage::wrapWikiTextAsInterface() to add safe <div> wrappersC. Scott Ananian2018-10-171-2/+3
* Use OutputPage::addWikiTextAsInterface() instead of untidy addWikiText()C. Scott Ananian2018-10-171-1/+1
* Merge "Convert file delete to use OOUI"jenkins-bot2018-08-011-90/+129
|\
| * Convert file delete to use OOUIJayprakash123452018-08-011-90/+129
* | Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
|/
* rdbms: make IDatabase::onTransaction* methods pass the DB handle for convenienceAaron Schulz2018-04-241-1/+1
* Update more forms to limit comments by codepoints rather than bytesBrad Jorsch2018-02-261-2/+14
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-5/+5
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-211-2/+0
* FileDeleteForm: Create log entry even if the page didn't existBrad Jorsch2017-06-121-1/+21
* Replace some of the deprecated wfGetLBFactory() callsWMDE-Fisch2017-02-071-1/+2
* Replaced all deprecated Linker methods with proper ones in core(1)Yuriy Shnitkovskiy2017-01-201-2/+4
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-1/+1
* Move tagging of API deletions to RC savecenarium2016-09-211-2/+5
* Use Status::isOK() method in FileDeleteFormAaron Schulz2016-09-201-1/+1
* Remove direct rollback() calls from some placesAaron Schulz2016-08-231-23/+16
* Make non-exception rollback() calls saferAaron Schulz2016-07-211-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-12/+12
* Convert doDeleteArticleReal to startAtomic()/endAtomic()Aaron Schulz2015-10-261-1/+6
* Return log id for file deletionsBrad Jorsch2015-10-071-0/+3
* Revert "Remove mismatched COMMIT from FileDeleteForm"Aaron Schulz2015-10-061-1/+3
* Remove mismatched COMMIT from FileDeleteFormAaron Schulz2015-10-051-3/+1
* Use Linker::linkKnown for some links to MediaWiki pages from navigationumherirrender2015-06-191-1/+1
* Fix edit link for messages in $wgForceUIMsgAsContentMsgumherirrender2015-05-151-1/+1
* Updated some try-catch statements: MWException -> ExceptionAaron Schulz2015-01-091-1/+1
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-1/+1
* Make phpcs-strict pass on includes/ (1/~10)Siebrand Mazeland2014-05-111-8/+31
* Pass $user to LocalFileDeleteBatchumherirrender2014-05-061-2/+2
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-5/+6
* Removed unneeded spaces and colons in @param and friendsumherirrender2014-04-081-7/+7
* Add user rights 'viewmywatchlist', 'editmywatchlist'Brad Jorsch2013-06-261-7/+1
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-13/+13