aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/migrateFileRepoLayout.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+2
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-4/+4
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-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-4/+4
* Add namespace and deprecation alias to FileBackendEbrahim Byagowi2024-05-191-0/+2
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-4/+4
* maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-11/+16
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+1
* scripts: Use real bool in options for FileBackend::doOperationsUmherirrender2022-03-081-4/+4
* Replace getMasterDB methods with getPrimaryDBJames D. Forrester2021-07-141-1/+1
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+2
* maintenance: Avoid deprecated usage of RepoGroup::singleton()Derick A2020-02-181-1/+3
* Fix new phan errors, part 4Daimona Eaytoy2019-10-121-0/+4
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-4/+5
* Make MigrateFileRepoLayout use getErrors()Aaron Schulz2016-09-211-4/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-27/+27
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Cleanups to MigrateFileRepoLayoutAaron Schulz2015-10-041-9/+15
* Support for storing files under SHA-1 namesAaron Schulz2015-07-211-0/+232