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
/
updateCollation.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
maintenance: Migrate to IDatabase::newUpdateQueryBuilder
Umherirrender
2024-04-14
1
-7
/
+7
*
updateCollation: Minor cleanup
Reedy
2024-03-02
1
-21
/
+16
*
updateCollation: Explicitly cast $scale to int
Reedy
2024-03-02
1
-1
/
+1
*
updateCollation: Fix output of spacing text
Reedy
2024-01-30
1
-1
/
+1
*
Merge "updateCollation: Simplify and redo how batching works"
jenkins-bot
2024-01-23
1
-79
/
+15
|
\
|
*
updateCollation: Simplify and redo how batching works
Amir Sarabadani
2024-01-22
1
-79
/
+15
*
|
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
1
-2
/
+2
*
|
maintenance: Migrate to expression builders
Amir Sarabadani
2024-01-17
1
-1
/
+1
|
/
*
Migrate remaining Database::insert calls to InsertQueryBuilder
Amir Sarabadani
2023-12-22
1
-1
/
+5
*
Use thousands separators in selected integer literals
Tim Starling
2023-12-12
1
-1
/
+1
*
maintenance: Migrate another batch to SelectQueryBuilder
Amir Sarabadani
2023-09-21
1
-19
/
+16
*
Namespace NamespaceInfo under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+1
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-2
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Replace usages of MWException
Daimona Eaytoy
2023-01-29
1
-1
/
+1
*
SQLPlatform: Introduce buildComparison()
Bartosz Dziewoński
2022-09-10
1
-17
/
+5
*
Use MainConfigNames instead of string literals, #5
Aryeh Gregor
2022-04-27
1
-1
/
+2
*
phan: Remove PhanTypePossiblyInvalidDimOffset suppression
Umherirrender
2022-03-28
1
-0
/
+2
*
phan: Disable scalar_implicit_cast setting
Umherirrender
2022-03-18
1
-0
/
+1
*
maintenance: Add table copying feature to updateCollation.php
Tim Starling
2022-01-20
1
-85
/
+221
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+1
*
collation: Create CollationFactory service
Umherirrender
2021-09-04
1
-2
/
+1
*
Remove dead variables and functions and unneeded parenthesis
Umherirrender
2021-08-13
1
-1
/
+0
*
Prevent passing empty array to max()
Ammarpad
2021-07-26
1
-0
/
+3
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
Fix PSR12.Properties.ConstantVisibility.NotFound in maintenance/
Reedy
2020-05-09
1
-2
/
+2
*
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
Reedy
2020-05-02
1
-1
/
+1
*
updateCollation.php: fix PHP error
Ostrzyciel
2020-02-25
1
-4
/
+3
*
Set method visibility on maintenance scripts
Umherirrender
2019-11-16
1
-3
/
+3
*
Use Maintenance::getConfig in some maintenance scripts
Umherirrender
2019-09-01
1
-5
/
+3
*
Unsuppress more phan issues (part 5)
Daimona Eaytoy
2019-09-01
1
-3
/
+2
*
NamespaceInfo service to replace MWNamespace
Aryeh Gregor
2019-04-10
1
-1
/
+3
*
maintenance: Remove unused code from several maintenance scripts
Thiemo Kreuz
2019-03-03
1
-1
/
+0
*
Use PHP 7 '??' operator instead of if-then-else
Fomafix
2018-10-27
1
-10
/
+2
*
MWNamespace: Add getCategoryLinkType() method
Kevin Israel
2018-06-29
1
-7
/
+1
*
Remove wfWaitForSlaves when using Maintenance::commitTransaction
Umherirrender
2018-02-26
1
-6
/
+0
*
updateCollation.php: Improve --dry-run mode
Bartosz Dziewoński
2018-02-15
1
-4
/
+14
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Use IDatabase type hints in /maintenance
Aaron Schulz
2017-04-07
1
-1
/
+3
*
Replace DatabaseBase => Database in more places
Aaron Schulz
2016-09-28
1
-1
/
+1
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Merge "Change "slave" => "replica DB" in /maintenance"
jenkins-bot
2016-09-06
1
-2
/
+2
|
\
|
*
Change "slave" => "replica DB" in /maintenance
Aaron Schulz
2016-09-06
1
-2
/
+2
*
|
Fixing dry-run logic in updateCollation.php
Kaldari
2016-08-29
1
-2
/
+6
|
/
*
Merge "Make updateCollation wait for slaves every 500 (instead of 2000)"
jenkins-bot
2016-05-12
1
-1
/
+1
|
\
|
*
Make updateCollation wait for slaves every 500 (instead of 2000)
Brian Wolff
2016-05-12
1
-1
/
+1
*
|
Merge "use slave for row estimate in updateCollation.php"
jenkins-bot
2016-05-11
1
-2
/
+4
|
\
\
|
*
|
use slave for row estimate in updateCollation.php
Brian Wolff
2016-05-10
1
-2
/
+4
|
|
/
*
/
Use STRAIGHT_JOIN on updateCollation.php per jcrespo
Brian Wolff
2016-05-10
1
-0
/
+1
|
/
*
Add -f as an alias of --force to cli args of updateCollation.php
Brian Wolff
2016-04-26
1
-1
/
+1
[next]