aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/refreshImageMetadata.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+2
* 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
* Replace IDatabase::buildLike with expression builderUmherirrender2024-05-181-1/+4
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-3/+3
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Introduce FileSelectQueryBuilderAmir Sarabadani2023-08-071-38/+29
* maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-3/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+1
* maintenance: Add support for oldimage table metadata refreshAmir Sarabadani2022-01-031-16/+26
* media: Drop XML metadata support from DjvuHandlerAmir Sarabadani2021-11-211-1/+3
* Add --sleep option to refreshImageMetadata.phpAmir Sarabadani2021-06-291-0/+10
* Manual and automatic image metadata reserializationTim Starling2021-06-261-11/+36
* Use the unserialized form of image metadata internallyTim Starling2021-06-081-26/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+2
* maintenance: Avoid deprecated usage of RepoGroup::singleton()Derick A2020-02-181-1/+2
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-2/+2
* Set public for override of Maintenance functionsUmherirrender2019-10-091-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Finish migration to Maintenance::getBatchSize()Max Semenik2017-11-071-3/+4
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-3/+6
* Replace more uses of "SELECT *"Brad Jorsch2017-10-131-1/+1
* Improve output of refreshImageMetadata and refreshFileHeadersGilles Dubuc2017-05-161-3/+1
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-2/+5
* Make refreshImageMetadata not fail completely if it doesn't like a single fileReedy2016-12-091-31/+39
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-2/+2
* Defer maybeUpgradeRow() post-send since they can trigger on non-POSTAaron Schulz2016-08-111-0/+1
* refreshImageMetadata: Allow filtering by 'img_media_type' tooBartosz DziewoƄski2016-03-291-1/+12
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* 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
* Unify the spelling of MIME in documentationrillke2014-08-071-1/+1
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-7/+4
* Pass phpcs-strict on maintenance/ (2/8)Siebrand Mazeland2014-04-221-7/+38
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-3/+3
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-1/+1
* Fixed spacingumherirrender2013-11-211-1/+0
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-3/+3
* Fixed some spacing in maintenance folderumherirrender2013-04-181-2/+2
* style: fix up commas in function argumentsAntoine Musso2013-02-061-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-091-1/+6
* Fix doc for maintenance/Antoine Musso2012-02-081-1/+1
* Followup r95458Sam Reed2011-09-061-1/+9