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
/
recompressTracked.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
maintenance: Use type declaration on undocumented private functions
Umherirrender
2025-03-31
1
-1
/
+1
*
build: Upgrade mediawiki/mediawiki-phan-config from 0.14.0 to 0.15.0
James D. Forrester
2024-12-19
1
-0
/
+1
*
maintenance: Add missing documentation to class properties
Umherirrender
2024-09-13
1
-0
/
+19
*
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
1
-1
/
+1
*
rdbms: Remove IReadableDatabase::getReplicaPos()
Amir Sarabadani
2024-04-30
1
-6
/
+1
*
Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecated
Amir Sarabadani
2024-04-30
1
-8
/
+1
*
maintenance: storage: Fix multiple property declaration phpcs errors
Taavi Väänänen
2024-04-21
1
-3
/
+8
*
maintenance: Migrate to IDatabase::newUpdateQueryBuilder
Umherirrender
2024-04-14
1
-18
/
+21
*
Replace last remaining wfGetDB() calls in core, except ResourceLoader
James D. Forrester
2024-02-14
1
-10
/
+14
*
maintenance: Migrate to expression builders
Amir Sarabadani
2024-01-17
1
-4
/
+4
*
Use thousands separators in selected integer literals
Tim Starling
2023-12-12
1
-1
/
+1
*
Convert numerous DB queries to use QueryBuilders
Reedy
2023-10-09
1
-6
/
+5
*
maintenance: Migrate another batch to SelectQueryBuilder
Amir Sarabadani
2023-09-21
1
-11
/
+7
*
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
-57
/
+48
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Reorg: Migrate WikiMap to WikiMap/ out of includes
Amir Sarabadani
2023-02-27
1
-0
/
+1
*
Various whitespace changes
Umherirrender
2022-07-12
1
-1
/
+1
*
phan: Disable scalar_implicit_cast setting
Umherirrender
2022-03-18
1
-0
/
+1
*
maintenance: Replace some usages of Wikimedia\(suppress|restore)Warnings()
Reedy
2022-02-24
1
-2
/
+3
*
ExternalStoreDB: Rename getMaster to getPrimary
James D. Forrester
2021-09-03
1
-1
/
+1
*
IDatabase: Rename masterPosWait to primaryPosWait
James D. Forrester
2021-09-02
1
-1
/
+1
*
Simplify else-branches after continue/break
Umherirrender
2021-08-17
1
-1
/
+2
*
Remove dead variables and functions and unneeded parenthesis
Umherirrender
2021-08-13
1
-13
/
+0
*
ILoadBalancer and IDatabase: Rename getMasterPos to getPrimaryPos
James D. Forrester
2021-08-02
1
-1
/
+1
*
Rename DB primary position interfaces to DBPrimaryPos and MySQLPrimaryPos
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
-0
/
+2
*
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
-1
/
+1
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-1
/
+1
*
WikiMap: Add WikiMap::getCurrentWikiId() to make common use case easier
Timo Tijhof
2020-03-03
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-2
/
+2
*
build: Upgrade phan to 0.9.0
Daimona Eaytoy
2019-12-07
1
-1
/
+1
*
Set method visibility on maintenance scripts
Umherirrender
2019-11-16
1
-25
/
+25
*
Set public for override of Maintenance functions
Umherirrender
2019-10-09
1
-5
/
+5
*
Merge "Remove Revision::getRevisionText and gated pre-MCR schema access"
jenkins-bot
2019-09-27
1
-2
/
+9
|
\
|
*
Remove Revision::getRevisionText and gated pre-MCR schema access
Petr Pchelko
2019-09-27
1
-2
/
+9
*
|
In recompressTracked.php, fix the names of things related to child processes
Tim Starling
2019-09-27
1
-34
/
+34
|
/
*
maintenance: Explicitly declare all used properties
Daimona Eaytoy
2019-09-09
1
-0
/
+2
*
recompressTracked.php: Fix typehint of RecompressTracked::dispatch()
Umherirrender
2019-09-08
1
-1
/
+1
*
Unsuppress other phan issues (part 4)
Daimona Eaytoy
2019-08-31
1
-1
/
+1
*
Convert maintenance scripts to LoadBalancer::getMaintenanceConnectionRef()
Aaron Schulz
2019-08-02
1
-3
/
+4
*
Merge "Replace wfWiki() usage with WikiMap in some additional places"
jenkins-bot
2019-07-23
1
-1
/
+3
|
\
|
*
Replace wfWiki() usage with WikiMap in some additional places
Aaron Schulz
2019-07-04
1
-1
/
+3
*
|
Migrate various callers away from wfWikiId() to WikiMap
Aaron Schulz
2019-07-12
1
-1
/
+1
|
/
*
Make ExternalStore wrap ExternalStoreFactory and create access class
Aaron Schulz
2019-06-28
1
-1
/
+3
*
Get rid of unnecessary func_get_args() and friends
Aryeh Gregor
2019-04-12
1
-2
/
+1
[next]