aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/findMissingFiles.php
Commit message (Expand)AuthorAgeFilesLines
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-1/+1
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+2
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-3/+3
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+1
* Migrate more calls of Database::select* to SelectQueryBuilderAmir Sarabadani2023-07-261-20/+15
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-5/+6
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+2
* maintenance: Avoid deprecated usage of RepoGroup::singleton()Derick A2020-02-181-1/+3
* Add string casts when using array_keys() with SQL query conditionsBrad Jorsch2019-12-161-1/+1
* Set public for override of Maintenance functionsUmherirrender2019-10-091-2/+2
* Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-3/+4
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* Rename getSlaveDB() FileRepo method to getReplicaDB()Aaron Schulz2016-11-181-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-19/+19
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Avoid the page join when not really neededAaron Schulz2014-10-021-6/+8
* Avoid stupid mariadb filesort in findMissingFiles.phpAaron Schulz2014-10-011-2/+4
* Use a less confusing column alias in findMissingFiles.phpAaron Schulz2014-09-231-4/+4
* Made findMissingFiles inspect the destination title for movesAaron Schulz2014-08-291-15/+18
* Made findMissingFiles use preloadFileStat() on old versions too to speed it upAaron Schulz2014-08-291-3/+11
* Made findMissingFiles support scanning files changed in a time rangeAaron Schulz2014-08-281-4/+23
* Added a script to find missing LocalRepo filesAaron Schulz2014-08-071-0/+85