aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/populateRevisionSha1.php
Commit message (Expand)AuthorAgeFilesLines
* Remove populateRevisionSha1.phpDreamy Jazz2024-08-261-163/+0
* Use expression builder to avoid raw sql via BETWEEN operatorUmherirrender2024-04-211-5/+5
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-4/+4
* Convert numerous DB queries to use QueryBuildersReedy2023-10-091-12/+14
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+1
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-2/+8
* maintenance: Remove PopulateArchiveRevId and DeduplicateArchiveRevIdUmherirrender2023-01-301-64/+0
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-5/+5
* Pass function name to database functions (maintenance scripts)Umherirrender2020-06-071-2/+2
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-1/+0
* Update populateRevisionSha1.php for MCR schema changesBill Pirkle2019-07-041-51/+54
* Pass '' instead of false for the $conds parameter in select calls.daniel2018-03-021-2/+2
* Remove wfWaitForSlaves when using Maintenance::commitTransactionUmherirrender2018-02-261-2/+0
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Cast block start to int in maintenace SQLPhantom422017-12-081-2/+2
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Finish migration to Maintenance::getBatchSize()Max Semenik2017-11-071-4/+5
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-6/+10
* Replace more uses of "SELECT *"Brad Jorsch2017-10-131-5/+5
* maintenance: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-4/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-6/+6
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Clean up transactions in maintenance scriptsAaron Schulz2015-12-301-6/+6
* Updated some try-catch statements: MWException -> ExceptionAaron Schulz2015-01-091-2/+2
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-0/+11
* Pass phpcs-strict on maintenance/ (3/8)Siebrand Mazeland2014-04-221-1/+2
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-9/+9
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* else if -> elseifumherirrender2013-04-171-3/+3
* (bug 38110) provide a way to separate out schema changesMarkAHershberger2012-11-211-0/+3
* merged masterdaniel2012-08-291-1/+1
* Revert "merged master"Daniel Kinzler2012-08-291-1/+1
* merged masterdaniel2012-08-291-1/+1
* merging latest masterdaniel2012-08-201-0/+7
* getting rid of getRawText()daniel2012-06-081-5/+5
* Big oops - merged to wrong branch.awjrichards2012-06-051-5/+9
* Revert to arbitrarily old point before initial remote branch creation to help...awjrichards2012-06-021-9/+5
* Handle more ES exceptions when getting text.Aaron Schulz2012-05-291-5/+9
* Merge "Work around annoying Revision::newFromArchiveRow exception."Brion VIBBER2012-05-241-1/+5
|\
| * Work around annoying Revision::newFromArchiveRow exception.Aaron Schulz2012-05-231-3/+7
* | Skip legacy archives rows that already have the sha1 filled.Aaron Schulz2012-05-231-3/+4
|/
* Minor followup to r111795, make doSha1LegacyUpdates return it's count value s...Sam Reed2012-03-061-2/+17
* More __METHOD__ in our madnessSam Reed2012-02-241-6/+6
* r111795: Split out upgradeLegacyArchiveRow() function and added NS/title to c...Aaron Schulz2012-02-201-1/+26
* r111795: update line to remove bogus $db argumentAaron Schulz2012-02-191-1/+1
* (bug 34373) - 'populateRevisionSha1.php misses archive rows, whose text is st...Aaron Schulz2012-02-171-20/+53
* Documentations!Sam Reed2012-02-141-0/+4
* Reinstated r94289 et all - rev_sha1/ar_sha1 field for bug 21860Aaron Schulz2011-10-271-0/+108