aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/rebuildImages.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use type declaration on undocumented private functionsUmherirrender2025-03-311-5/+6
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* maintenance: Replace call_user_func with dynamic function callUmherirrender2025-01-311-1/+1
* 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: Migrate to IReadableDatabase::newSelectQueryBuilderUmherirrender2024-04-271-6/+5
* Update name & email for bvibberBrooke Vibber2024-02-081-2/+2
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-2/+2
* Merge "maintenance: Migrate another batch to SelectQueryBuilder"jenkins-bot2023-09-211-5/+9
|\
| * maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-5/+9
* | Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
|/
* Namespace SpecialU* under \MediaWiki\SpecialsJames D. Forrester2023-09-141-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-4/+3
* Remove unused arguments to private functionsUmherirrender2023-02-081-6/+6
* Fix various documentation related to scalar typesUmherirrender2022-03-091-1/+1
* Manual and automatic image metadata reserializationTim Starling2021-06-261-6/+5
* Use a constant for 'Maintenance script' usernameGergő Tisza2021-05-031-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Make ImageBuilder::checkMissingImage publicReedy2020-11-031-1/+1
* Use recordUpload3, hard deprecate recordUpload2DannyS7122020-09-101-3/+3
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+2
* maintenance: Avoid deprecated usage of RepoGroup::singleton()Derick A2020-02-181-1/+1
* ImageBuilder: Update to LocalFile::recordUpload2, pass a userDannyS7122020-02-071-6/+10
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-12/+12
* Set public for override of Maintenance functionsUmherirrender2019-10-091-1/+1
* maintenance: Explicitly declare all used propertiesDaimona Eaytoy2019-09-091-2/+22
* Add docblocks to a bunch of methodsDaimona Eaytoy2019-09-081-0/+4
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-2/+3
* Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-3/+3
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+3
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-4/+6
* Replace more uses of "SELECT *"Brad Jorsch2017-10-131-4/+5
* A service for read-only modeTim Starling2017-04-191-1/+2
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-1/+3
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* 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
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-1/+1
* Remove --max-slave-lag options and remnants from maintenance scriptsKevin Israel2015-03-261-1/+0
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-9/+14
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-1/+1
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-3/+10
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Remove usage of wfTime() in maintenanceAlexandre Emsenhuber2012-09-041-2/+2
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-091-1/+6