aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/checkImages.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-1/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Introduce FileSelectQueryBuilderAmir Sarabadani2023-08-071-8/+5
* maintenance: Use SelectQueryBuilder to construct queriesDerick Alangi2022-07-191-3/+8
* maintenance: Avoid deprecated usage of RepoGroup::singleton()Derick A2020-02-181-1/+4
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-1/+1
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-2/+3
* Replace more uses of "SELECT *"Brad Jorsch2017-10-131-1/+2
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Fixed stat calls in checkImagesAaron Schulz2015-04-171-13/+7
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-1/+0
* Pass phpcs-strict on maintenance/ (7/8)Siebrand Mazeland2014-04-231-1/+2
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-06-161-1/+6
* Remove evil @Chad Horohoe2011-08-301-1/+3
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-8/+8
* * Standardised file description headersAlexandre Emsenhuber2010-09-051-0/+1
* Stylize maintenance folder..Sam Reed2010-05-221-2/+2
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-45/+76
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-58/+46
* Merge maintenance-work branch:Chad Horohoe2009-06-241-46/+58
* * Fix batchingTim Starling2009-02-171-1/+7
* TypoTim Starling2008-10-091-1/+1
* Image integrity checkerTim Starling2008-10-091-0/+45