| Commit message (Expand) | Author | Age | Files | Lines |
* | Unsuppress more phan issues (part 3) | Daimona Eaytoy | 2019-08-31 | 1 | -1/+0 |
* | Update populateRevisionSha1.php for MCR schema changes | Bill Pirkle | 2019-07-04 | 1 | -51/+54 |
* | Pass '' instead of false for the $conds parameter in select calls. | daniel | 2018-03-02 | 1 | -2/+2 |
* | Remove wfWaitForSlaves when using Maintenance::commitTransaction | Umherirrender | 2018-02-26 | 1 | -2/+0 |
* | Use ::class to resolve class names in maintenance scripts | Umherirrender | 2018-01-23 | 1 | -1/+1 |
* | Cast block start to int in maintenace SQL | Phantom42 | 2017-12-08 | 1 | -2/+2 |
* | Maintenance: add fatalError() method | Bryan Davis | 2017-11-21 | 1 | -2/+2 |
* | Finish migration to Maintenance::getBatchSize() | Max Semenik | 2017-11-07 | 1 | -4/+5 |
* | Replace selectFields() methods with getQueryInfo() | Brad Jorsch | 2017-10-30 | 1 | -6/+10 |
* | Replace more uses of "SELECT *" | Brad Jorsch | 2017-10-13 | 1 | -5/+5 |
* | maintenance: Replace implicit Bugzilla bug numbers with Phab ones | James D. Forrester | 2017-02-21 | 1 | -4/+4 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -6/+6 |
* | Use addDescription() instead of accessing mDescription directly | Max Semenik | 2016-01-30 | 1 | -1/+1 |
* | Clean up transactions in maintenance scripts | Aaron Schulz | 2015-12-30 | 1 | -6/+6 |
* | Updated some try-catch statements: MWException -> Exception | Aaron Schulz | 2015-01-09 | 1 | -2/+2 |
* | Update formatting in maintenance/ (3/4) | Siebrand Mazeland | 2014-04-23 | 1 | -0/+11 |
* | Pass phpcs-strict on maintenance/ (3/8) | Siebrand Mazeland | 2014-04-22 | 1 | -1/+2 |
* | Fixed some @params documentation (maintenance) | umherirrender | 2014-04-17 | 1 | -9/+9 |
* | phpcs: More require/include is not a function | Timo Tijhof | 2013-05-21 | 1 | -1/+1 |
* | phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings | Timo Tijhof | 2013-05-09 | 1 | -1/+1 |
* | else if -> elseif | umherirrender | 2013-04-17 | 1 | -3/+3 |
* | (bug 38110) provide a way to separate out schema changes | MarkAHershberger | 2012-11-21 | 1 | -0/+3 |
* | merged master | daniel | 2012-08-29 | 1 | -1/+1 |
* | Revert "merged master" | Daniel Kinzler | 2012-08-29 | 1 | -1/+1 |
* | merged master | daniel | 2012-08-29 | 1 | -1/+1 |
* | merging latest master | daniel | 2012-08-20 | 1 | -0/+7 |
* | getting rid of getRawText() | daniel | 2012-06-08 | 1 | -5/+5 |
* | Big oops - merged to wrong branch. | awjrichards | 2012-06-05 | 1 | -5/+9 |
* | Revert to arbitrarily old point before initial remote branch creation to help... | awjrichards | 2012-06-02 | 1 | -9/+5 |
* | Handle more ES exceptions when getting text. | Aaron Schulz | 2012-05-29 | 1 | -5/+9 |
* | Merge "Work around annoying Revision::newFromArchiveRow exception." | Brion VIBBER | 2012-05-24 | 1 | -1/+5 |
|\ |
|
| * | Work around annoying Revision::newFromArchiveRow exception. | Aaron Schulz | 2012-05-23 | 1 | -3/+7 |
* | | Skip legacy archives rows that already have the sha1 filled. | Aaron Schulz | 2012-05-23 | 1 | -3/+4 |
|/ |
|
* | Minor followup to r111795, make doSha1LegacyUpdates return it's count value s... | Sam Reed | 2012-03-06 | 1 | -2/+17 |
* | More __METHOD__ in our madness | Sam Reed | 2012-02-24 | 1 | -6/+6 |
* | r111795: Split out upgradeLegacyArchiveRow() function and added NS/title to c... | Aaron Schulz | 2012-02-20 | 1 | -1/+26 |
* | r111795: update line to remove bogus $db argument | Aaron Schulz | 2012-02-19 | 1 | -1/+1 |
* | (bug 34373) - 'populateRevisionSha1.php misses archive rows, whose text is st... | Aaron Schulz | 2012-02-17 | 1 | -20/+53 |
* | Documentations! | Sam Reed | 2012-02-14 | 1 | -0/+4 |
* | Reinstated r94289 et all - rev_sha1/ar_sha1 field for bug 21860 | Aaron Schulz | 2011-10-27 | 1 | -0/+108 |
* | Revert r94289, r94290, r94294, r94333, r94345, r94362, r94370 -- core schema ... | Brion Vibber | 2011-08-15 | 1 | -116/+0 |
* | More to r94370: | Aaron Schulz | 2011-08-12 | 1 | -1/+1 |
* | * Added LoggedUpdateMaintenance subclass | Aaron Schulz | 2011-08-12 | 1 | -23/+37 |
* | Give notice about missing text | Aaron Schulz | 2011-08-12 | 1 | -5/+11 |
* | Fix for r94289: we want to skip rows with non-empty sha1, not non-NULL (which... | Aaron Schulz | 2011-08-12 | 1 | -1/+1 |
* | Follow-up r94289: SQLite support, unbreaks tests | Max Semenik | 2011-08-12 | 1 | -1/+1 |
* | Fix copy-paste mistake in r94289 | Roan Kattouw | 2011-08-12 | 1 | -2/+2 |
* | * Added rev_sha1 and ar_sha1 columns to revision/archive tables (useful for b... | Aaron Schulz | 2011-08-11 | 1 | -0/+96 |