index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
populateRevisionSha1.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove populateRevisionSha1.php
Dreamy Jazz
2024-08-26
1
-163
/
+0
*
Use expression builder to avoid raw sql via BETWEEN operator
Umherirrender
2024-04-21
1
-5
/
+5
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
1
-4
/
+4
*
Convert numerous DB queries to use QueryBuilders
Reedy
2023-10-09
1
-12
/
+14
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-3
/
+1
*
maintenance: Switch simple calls of Database::select to SQB
Amir Sarabadani
2023-07-19
1
-2
/
+8
*
maintenance: Remove PopulateArchiveRevId and DeduplicateArchiveRevId
Umherirrender
2023-01-30
1
-64
/
+0
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+1
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-5
/
+5
*
Pass function name to database functions (maintenance scripts)
Umherirrender
2020-06-07
1
-2
/
+2
*
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
[next]