aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/eraseArchivedFile.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-1/+1
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Maintenance: Print errors from StatusValue objects in a consistent wayBartosz DziewoƄski2024-06-121-2/+1
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-2/+2
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+2
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Introduce FileSelectQueryBuilderAmir Sarabadani2023-08-071-22/+7
* maintenance: Use SelectQueryBuilder to construct queriesDerick Alangi2022-07-221-6/+21
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-2/+2
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-2/+4
* Merge "Use Status::wrap instead of suppress PhanUndeclaredMethod"jenkins-bot2020-02-191-2/+1
|\
| * Use Status::wrap instead of suppress PhanUndeclaredMethodUmherirrender2020-02-181-2/+1
* | maintenance: Avoid deprecated usage of RepoGroup::singleton()Derick A2020-02-181-1/+1
|/
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
* Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-1/+3
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-3/+3
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-4/+6
* Replace more uses of "SELECT *"Brad Jorsch2017-10-131-2/+2
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-2/+2
* Removed LocalFile::purgeHistory methodAaron Schulz2015-04-271-1/+0
* Standardize @todoumherirrender2014-07-231-1/+1
* Fix spacing and break some linesumherirrender2013-08-241-2/+2
* Add a script to remove deleted files from storageAaron Schulz2013-06-041-0/+119