aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/file/LocalFileRestoreBatch.php
Commit message (Expand)AuthorAgeFilesLines
* Use namespaced classesUmherirrender2024-10-211-0/+1
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+2
* Migrate another major batch to SelectQueryBuilderAmir Sarabadani2023-09-201-8/+11
* In query builders, use insertInto() and deleteFrom() instead of insert() and ...Tim Starling2023-09-081-3/+3
* Merge "file: Check for old image existence in LocalFileDeleteBatch"jenkins-bot2023-08-281-1/+1
|\
| * file: Check for old image existence in LocalFileDeleteBatchUmherirrender2023-08-241-1/+1
* | Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* | Merge "Mass migrate Database::insert calls to InsertQueryBuilder"jenkins-bot2023-08-081-2/+8
|\ \
| * | Mass migrate Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-08-071-2/+8
| |/
* / Introduce FileSelectQueryBuilderAmir Sarabadani2023-08-071-11/+7
|/
* Replace IDatabase::delete with DeleteQueryBuilderUmherirrender2023-06-211-3/+4
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-1/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* filerepo: Clean up file and class doc commentsTimo Tijhof2022-04-071-3/+2
* Explicit cast TS_UNIX to int for arithmetic operations and int argsUmherirrender2022-01-111-1/+1
* Stop using LocalFile::lock()Tim Starling2021-11-151-9/+19
* file: Fix nullable documentation for property, args and return typesUmherirrender2021-10-201-1/+1
* Replace getMasterDB methods with getPrimaryDBJames D. Forrester2021-07-141-1/+1
* Use the unserialized form of image metadata internallyTim Starling2021-06-081-11/+18
* Remove unused default values from class propertiesThiemo Kreuz2021-05-121-1/+1
* Stop using legacy ActorMigration fields img_user/oi_user/fa_userTim Starling2021-04-261-6/+4
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-301-0/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-2/+2
* filerepo: clean up File::getRepo() subclass return type commentsAaron Schulz2020-03-191-2/+2
* Use MediaWikiServices::getRepoGroup in file related classesUmherirrender2020-03-141-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-4/+4
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* Fix new phan errors, part 2Daimona Eaytoy2019-10-121-1/+1
* Split LocalFile.php to have one class in one fileUmherirrender2019-04-141-0/+427