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
/
storage
/
trackBlobs.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
maintenance: Use type declaration on undocumented private functions
Umherirrender
2025-03-31
1
-2
/
+2
*
Replace a number of uses of class aliases with the real things
James D. Forrester
2025-03-26
1
-0
/
+1
*
externalstore: cleanup ExternalStoreDB::getTable() and fix callers
Aaron Schulz
2024-09-18
1
-1
/
+3
*
maintenance: Add missing documentation to class properties
Umherirrender
2024-09-13
1
-0
/
+6
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+4
*
maintenance: Use expression builder instead of raw sql
Umherirrender
2024-07-22
1
-1
/
+1
*
rdbms: Create IReadableDatabase::andExpr() / ::orExpr()
Umherirrender
2024-07-11
1
-2
/
+1
*
rdbms: Remove IReadableDatabase::getReplicaPos()
Amir Sarabadani
2024-04-30
1
-2
/
+1
*
maintenance: storage: Fix multiple property declaration phpcs errors
Taavi Väänänen
2024-04-21
1
-1
/
+2
*
maintenance: Replace unnecessary uses of LBFactory and LoadBalancer
Bartosz Dziewoński
2024-01-23
1
-4
/
+2
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
1
-8
/
+8
*
maintenance: Migrate to expression builders
Amir Sarabadani
2024-01-17
1
-2
/
+2
*
Migrate remaining Database::insert calls to InsertQueryBuilder
Amir Sarabadani
2023-12-22
1
-4
/
+16
*
Use thousands separators in selected integer literals
Tim Starling
2023-12-12
1
-1
/
+1
*
maintenance: Migrate $db->buildLike() to expression builder
Amir Sarabadani
2023-11-06
1
-8
/
+21
*
maintenance: Migrate another batch to SelectQueryBuilder
Amir Sarabadani
2023-09-21
1
-7
/
+11
*
maintenance: Migrate some Database::select() calls to SQB
Amir Sarabadani
2023-09-15
1
-17
/
+12
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-5
/
+4
*
Simplify WHERE conditions with field IS NULL
Umherirrender
2023-07-24
1
-1
/
+1
*
maintenance: Switch simple calls of Database::select to SQB
Amir Sarabadani
2023-07-19
1
-18
/
+24
*
Make some storage scripts use Maintenance class
daniel
2023-06-14
1
-18
/
+20
*
Make use of ?:, ?? and ??= operators in mostly trivial cases
thiemowmde
2022-12-05
1
-4
/
+1
*
Remove unused local variables
Umherirrender
2022-09-19
1
-4
/
+0
*
IDatabase: Rename masterPosWait to primaryPosWait
James D. Forrester
2021-09-02
1
-1
/
+1
*
Same code style and formatting for exists-style SQL queries
Thiemo Kreuz
2021-08-12
1
-1
/
+1
*
ILoadBalancer and IDatabase: Rename getMasterPos to getPrimaryPos
James D. Forrester
2021-08-02
1
-1
/
+1
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-4
/
+4
*
build: Enable phan-taint-check-plugin and suppress issues
Umherirrender
2020-12-30
1
-2
/
+0
*
Suppress taint-check issues in maintenance scripts/cli context
Umherirrender
2020-12-07
1
-6
/
+8
*
maintenance: Move commandLine from .inc to .php
James D. Forrester
2020-09-28
1
-1
/
+1
*
Pass function name to database functions (maintenance scripts)
Umherirrender
2020-06-07
1
-4
/
+4
*
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
Reedy
2020-05-02
1
-4
/
+5
*
Remove compat code for pre-MCR schema.
daniel
2020-03-24
1
-18
/
+9
*
Pass 1 always as string to IDatabase::select and friends
Umherirrender
2020-01-11
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
Set method visibility on maintenance scripts
Umherirrender
2019-11-16
1
-8
/
+8
*
Set public for override of Maintenance functions
Umherirrender
2019-10-09
1
-1
/
+1
*
Convert maintenance scripts to LoadBalancer::getMaintenanceConnectionRef()
Aaron Schulz
2019-08-02
1
-4
/
+4
*
Remove references to field rev_text_id
Bill Pirkle
2019-04-22
1
-11
/
+34
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
Drop archive.ar_text and ar_flags
Brad Jorsch
2018-04-03
1
-19
/
+0
*
Merge "Replace wfGetLBFactory"
jenkins-bot
2018-03-09
1
-1
/
+3
|
\
|
*
Replace wfGetLBFactory
Umherirrender
2018-02-27
1
-1
/
+3
*
|
Pass '' instead of false for the $conds parameter in select calls.
daniel
2018-03-02
1
-3
/
+3
|
/
*
Move DB errors to Rdbms namespace
Aaron Schulz
2017-04-15
1
-0
/
+2
*
maintenance: Replace implicit Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-21
1
-2
/
+2
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-5
/
+5
*
Change "slave" => "replica DB" in /maintenance
Aaron Schulz
2016-09-06
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-30
/
+30
*
Update formatting in maintenance/ (4/4)
Siebrand Mazeland
2014-04-23
1
-0
/
+3
[next]