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
Commit message (
Expand
)
Author
Age
Files
Lines
*
maintenance: Use type declaration on undocumented private functions
Umherirrender
2025-03-31
4
-10
/
+10
*
Replace a number of uses of class aliases with the real things
James D. Forrester
2025-03-26
9
-0
/
+11
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
1
-3
/
+0
*
build: Upgrade mediawiki/mediawiki-phan-config from 0.14.0 to 0.15.0
James D. Forrester
2024-12-19
1
-0
/
+1
*
externalstore: cleanup ExternalStoreDB::getTable() and fix callers
Aaron Schulz
2024-09-18
2
-3
/
+5
*
maintenance: Add missing documentation to class properties
Umherirrender
2024-09-13
3
-0
/
+26
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
10
-0
/
+40
*
Make use of the ??= and ?? operators where it makes sense
thiemowmde
2024-08-26
1
-7
/
+4
*
maintenance: remove Database::clearFlag() call in recompressTracked.php
Aaron Schulz
2024-08-08
1
-1
/
+0
*
maintenance: Use expression builder instead of raw sql
Umherirrender
2024-07-22
4
-7
/
+7
*
rdbms: Create IReadableDatabase::andExpr() / ::orExpr()
Umherirrender
2024-07-11
1
-2
/
+1
*
Use namespaced classes (1)
Umherirrender
2024-06-16
1
-0
/
+1
*
rdbms: Remove IReadableDatabase::getReplicaPos()
Amir Sarabadani
2024-04-30
2
-8
/
+2
*
Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecated
Amir Sarabadani
2024-04-30
1
-8
/
+1
*
Merge "Use expression builder to avoid raw sql via BETWEEN operator"
jenkins-bot
2024-04-23
3
-6
/
+18
|
\
|
*
Use expression builder to avoid raw sql via BETWEEN operator
Umherirrender
2024-04-21
3
-6
/
+18
*
|
maintenance: storage: Fix multiple property declaration phpcs errors
Taavi Väänänen
2024-04-21
3
-5
/
+12
|
/
*
maintenance: Migrate to IDatabase::newUpdateQueryBuilder
Umherirrender
2024-04-14
3
-49
/
+65
*
Replace last remaining wfGetDB() calls in core, except ResourceLoader
James D. Forrester
2024-02-14
1
-10
/
+14
*
maintenance: Replace unnecessary uses of LBFactory and LoadBalancer
Bartosz Dziewoński
2024-01-23
3
-10
/
+5
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
8
-28
/
+28
*
maintenance: Migrate to expression builders
Amir Sarabadani
2024-01-17
4
-10
/
+18
*
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
2
-2
/
+2
*
WikiImporter: Pass Authority for permissions instead of global context
Bartosz Dziewoński
2023-12-11
1
-1
/
+3
*
maintenance: Migrate $db->buildLike() to expression builder
Amir Sarabadani
2023-11-06
1
-8
/
+21
*
maintenance: Return false rather than silently continue on corrupted legacy b...
James D. Forrester
2023-10-13
2
-7
/
+52
*
Convert numerous DB queries to use QueryBuilders
Reedy
2023-10-09
2
-41
/
+34
*
maintenance: Migrate another batch to SelectQueryBuilder
Amir Sarabadani
2023-09-21
4
-34
/
+33
*
maintenance: Migrate some Database::select() calls to SQB
Amir Sarabadani
2023-09-15
1
-17
/
+12
*
Introduce RevisionSelectQueryBuilder
Amir Sarabadani
2023-09-06
1
-10
/
+7
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
9
-33
/
+23
*
compressOld: Do not assume the latest revision has the greatest ID
Func
2023-08-05
1
-6
/
+6
*
Merge "Migrate more calls of Database::select* to SelectQueryBuilder"
jenkins-bot
2023-07-26
1
-6
/
+10
|
\
|
*
Migrate more calls of Database::select* to SelectQueryBuilder
Amir Sarabadani
2023-07-26
1
-6
/
+10
*
|
Simplify WHERE conditions with field IS NULL
Umherirrender
2023-07-24
2
-2
/
+2
|
/
*
maintenance: Switch simple calls of Database::select to SQB
Amir Sarabadani
2023-07-19
8
-157
/
+159
*
Add maintenance/storage/fixLegacyEncoding.php
Amir Sarabadani
2023-06-22
2
-6
/
+78
*
Merge "Make some storage scripts use Maintenance class"
jenkins-bot
2023-06-16
3
-103
/
+128
|
\
|
*
Make some storage scripts use Maintenance class
daniel
2023-06-14
3
-103
/
+128
*
|
moveToExternal: First decompress gziped entries before iconv
Amir Sarabadani
2023-06-15
1
-0
/
+8
|
/
*
moveToExternal: Also check for utf8 encoding before trying to convert
Amir Sarabadani
2023-06-08
1
-0
/
+1
*
moveToExternal: Actually convert encoding of cur_text
Kevin Israel
2023-06-03
1
-1
/
+2
*
build: Cleanup of .phpcs.xml
Umherirrender
2023-04-13
1
-0
/
+1
*
Fix some PHPStorm inspections (#1)
Tim Starling
2023-03-25
1
-2
/
+2
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
3
-0
/
+3
*
Reorg: Migrate WikiMap to WikiMap/ out of includes
Amir Sarabadani
2023-02-27
1
-0
/
+1
*
Remove unused local variable assignment
Umherirrender
2023-02-04
2
-3
/
+0
*
Merge "Update moveToExternal and resolveStubs"
jenkins-bot
2022-12-20
2
-162
/
+367
|
\
|
*
Update moveToExternal and resolveStubs
Tim Starling
2022-12-20
2
-162
/
+367
[next]