aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/populateFilearchiveSha1.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Migrate to IDatabase::newUpdateQueryBuilderUmherirrender2024-04-141-5/+6
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-2/+2
* maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-9/+10
* maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-4/+1
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+2
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+4
* Pass '' instead of false for the $conds parameter in select calls.daniel2018-03-021-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-1/+1
* Change "slave" => "replica DB" in /maintenanceAaron Schulz2016-09-061-1/+1
* 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
* phpcs: Use __DIR__ constant instead of callingumherirrender2015-11-151-1/+1
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-0/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-2/+2
* (bug 38110) provide a way to separate out schema changesMarkAHershberger2012-11-211-0/+6
* Seems we have error conditions where fa_storage_key == ''Reedy2012-10-251-1/+5
* Add separate fa_sha1 field to filearchive tableumherirrender2012-10-141-0/+97