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
/
initEditCount.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
maintenance: Use expression builder instead of raw sql
Umherirrender
2024-07-22
1
-1
/
+1
*
maintenance: Fix missing where in initEditCount.php
Umherirrender
2024-06-16
1
-0
/
+2
*
Use RawSQLValue/RawSQLExpression for some subqueries
Bartosz DziewoĆski
2024-05-29
1
-2
/
+6
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
1
-2
/
+2
*
Convert numerous DB queries to use QueryBuilders
Reedy
2023-10-09
1
-24
/
+20
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-2
/
+1
*
maintenance: Switch simple calls of Database::select to SQB
Amir Sarabadani
2023-07-19
1
-1
/
+4
*
Reorg: Migrate WikiMap to WikiMap/ out of includes
Amir Sarabadani
2023-02-27
1
-0
/
+1
*
Reorg: Move ActorMigration and ActorMigrationBase to user/
Amir Sarabadani
2022-12-16
1
-0
/
+1
*
maintenance: Use $this->waitForReplication()
Amir Sarabadani
2022-10-24
1
-2
/
+1
*
rdbms: Drop deprecated functions from LoadBalancer
Amir Sarabadani
2022-09-29
1
-1
/
+1
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
Reedy
2020-05-02
1
-1
/
+2
*
initEditCount.php: Fix text flow in param description
Ammar Abdulhamid
2020-03-23
1
-6
/
+4
*
Migrate various callers away from wfWikiId() to WikiMap
Aaron Schulz
2019-07-12
1
-1
/
+1
*
ActorMigration: Remove possibility of read-both
Brad Jorsch
2018-10-11
1
-94
/
+18
*
Replace wfGetLB
Umherirrender
2018-05-02
1
-1
/
+4
*
Add `actor` table and code to start using it
Brad Jorsch
2018-02-23
1
-13
/
+99
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Remove a few unused variables
Max Semenik
2016-09-26
1
-2
/
+0
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Change "slave" => "replica DB" in /maintenance
Aaron Schulz
2016-09-06
1
-2
/
+2
*
Remove checks formerly for MySQL server version
Kevin Israel
2016-08-11
1
-6
/
+3
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-2
/
+2
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-1
/
+1
*
Update wfGetDB calls in Maintenance scripts to use getDB()
Reedy
2016-01-02
1
-2
/
+2
*
Remove version check for mysql 4.1 from Maintenance scripts
tonythomas01
2013-12-31
1
-1
/
+1
*
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
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Merge r86398 into the old wfWaitForSlaves. Update core calls.
Platonides
2011-04-20
1
-1
/
+1
*
Fix concern raised by Brion in r74108 (but has really existed since the maint...
Chad Horohoe
2011-01-13
1
-1
/
+1
*
Whitespace fixup under tha maint directory.
Mark A. Hershberger
2010-12-04
1
-1
/
+1
*
Use the load balancer to get the server count, not $wgServers
Alexandre Emsenhuber
2010-10-10
1
-3
/
+2
*
Added a description and @file
Alexandre Emsenhuber
2010-10-10
1
-0
/
+4
*
Big commit: kill almost every freeResult() call as useless
Chad Horohoe
2010-08-08
1
-1
/
+0
*
Use the canonical names for classes.
Platonides
2010-07-27
1
-1
/
+1
*
Stylize maintenance folder..
Sam Reed
2010-05-22
1
-8
/
+8
*
* batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...
Alexandre Emsenhuber
2009-08-17
1
-1
/
+1
*
Changed $wgDBname to wfWikiID() (used for display) to be consistent with othe...
Alexandre Emsenhuber
2009-08-15
1
-1
/
+1
*
Revert r54244 which was stupid and fix this properly. Require commandLine.inc...
Chad Horohoe
2009-08-03
1
-1
/
+1
*
* Add way to get full input from stdin() without having to check the length
Chad Horohoe
2009-08-02
1
-0
/
+1
*
Merge maintenance-work branch (now with less errors!):
Chad Horohoe
2009-08-02
1
-71
/
+89
*
WARNING: HUGE COMMIT
Alexandre Emsenhuber
2008-05-20
1
-0
/
+4
*
Remove ?>'s from files. They're pointless, and just asking for people to mes...
Aryeh Gregor
2007-06-29
1
-1
/
+1
*
Add replication-friendly background batch update mode.
Brion Vibber
2006-12-15
1
-19
/
+64
*
Going ahead and adding this field while other DB updates are pending.
Brion Vibber
2006-12-14
1
-0
/
+40