aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/populateRevisionSha1.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r94289, r94290, r94294, r94333, r94345, r94362, r94370 -- core schema ...Brion Vibber2011-08-151-116/+0
* More to r94370:Aaron Schulz2011-08-121-1/+1
* * Added LoggedUpdateMaintenance subclassAaron Schulz2011-08-121-23/+37
* Give notice about missing textAaron Schulz2011-08-121-5/+11
* Fix for r94289: we want to skip rows with non-empty sha1, not non-NULL (which...Aaron Schulz2011-08-121-1/+1
* Follow-up r94289: SQLite support, unbreaks testsMax Semenik2011-08-121-1/+1
* Fix copy-paste mistake in r94289Roan Kattouw2011-08-121-2/+2
* * Added rev_sha1 and ar_sha1 columns to revision/archive tables (useful for b...Aaron Schulz2011-08-111-0/+96