aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/refreshFileHeaders.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-4/+4
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-051-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-1/+1
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-2/+2
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Introduce FileSelectQueryBuilderAmir Sarabadani2023-08-071-17/+12
* Replace trivial usages of code in strings with concatenationThiemo Kreuz2022-08-261-5/+5
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-3/+3
* maintenance: Avoid deprecated usage of RepoGroup::singleton()Derick A2020-02-181-1/+3
* Set public for override of Maintenance functionsUmherirrender2019-10-091-1/+1
* phan: Enable PhanTypeMismatchArgument issueUmherirrender2019-09-191-0/+4
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Allow file headers to be refreshed from databaseCormac Parle2017-11-271-0/+9
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-3/+10
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-2/+5
* Replace more uses of "SELECT *"Brad Jorsch2017-10-131-1/+1
* Clean up X-Content-DimensionsGilles Dubuc2017-09-211-0/+21
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* Batch/pipeline backend operations in refreshFileHeadersGilles Dubuc2017-05-231-8/+25
* Improve output of refreshImageMetadata and refreshFileHeadersGilles Dubuc2017-05-161-1/+8
* Store original media dimensions as additional headerGilles Dubuc2017-05-091-2/+2
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* 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
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Added a script to populate file HTTP headers for existing files.Aaron Schulz2012-11-281-0/+93