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
/
includes
/
libs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing spaces to imploded debug strings
Matěj Suchánek
2021-07-28
1
-1
/
+1
*
DBMS-specific ResultWrapper subclasses
Tim Starling
2021-07-21
13
-652
/
+519
*
objectcache: make BagOStuff::lock/unlock easier to override
Aaron Schulz
2021-07-19
5
-63
/
+123
*
rdbms: track the acquisition timestamps of named locks in Database
Aaron Schulz
2021-07-19
6
-91
/
+133
*
More master -> primary documentation and internal var renaming
James D. Forrester
2021-07-15
12
-43
/
+43
*
objectcache: normalize $exptime to a TTL in APCUBagOStuff/WinCacheBagOStuff
Amir Sarabadani
2021-07-13
2
-6
/
+12
*
Merge "rdbms: improve caching logic for "rdbms-server-readonly" keys"
jenkins-bot
2021-07-01
3
-20
/
+31
|
\
|
*
rdbms: improve caching logic for "rdbms-server-readonly" keys
Aaron Schulz
2021-06-29
3
-20
/
+31
*
|
objectcache: tweak WANObjectCache sister key documentation
Aaron Schulz
2021-06-29
1
-12
/
+11
*
|
Fix a bunch of random typos
DannyS712
2021-06-29
1
-1
/
+1
*
|
Merge "Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)"
jenkins-bot
2021-06-29
2
-2
/
+2
|
\
\
|
*
|
Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)
Fomafix
2021-06-28
2
-2
/
+2
|
|
/
*
/
Make SelectQueryBuilder @stable to extend.
Petr Pchelko
2021-06-28
1
-0
/
+6
|
/
*
purgeParserCache.php: Implement --tag for purging one server only
Timo Tijhof
2021-06-24
5
-17
/
+14
*
rdbms: use PHP strings for server_id/gt_domain_id, and binlog event numbers
Aaron Schulz
2021-06-23
4
-32
/
+42
*
MultiHttpClient: Replace PHP version check with defined()
Reedy
2021-06-23
1
-1
/
+1
*
Localisation updates from https://translatewiki.net.
Translation updater bot
2021-06-21
1
-0
/
+17
*
Remove some more comments that literally repeat the code
Thiemo Kreuz
2021-06-18
5
-13
/
+13
*
Add getLazyReadConnectionRef() to ConnectionManager
Lucas Werkmeister
2021-06-16
1
-0
/
+25
*
Merge "Gently discourage LoadBalancerSingle/LBFactorySingle constructors"
jenkins-bot
2021-06-15
2
-0
/
+4
|
\
|
*
Gently discourage LoadBalancerSingle/LBFactorySingle constructors
Lucas Werkmeister
2021-06-11
2
-0
/
+4
*
|
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
2
-2
/
+2
|
/
*
Use the unserialized form of image metadata internally
Tim Starling
2021-06-08
1
-22
/
+1
*
Sanitize the function name when making an SQL comment
Tim Starling
2021-06-08
1
-2
/
+2
*
Add some missing __METHOD__ parameters to database calls
DannyS712
2021-06-07
1
-1
/
+2
*
Merge "ConnectionManager: add optional $flags param"
jenkins-bot
2021-06-07
2
-11
/
+22
|
\
|
*
ConnectionManager: add optional $flags param
Jakob Warkotsch
2021-06-07
2
-11
/
+22
*
|
Localisation updates from https://translatewiki.net.
Translation updater bot
2021-06-07
1
-1
/
+5
*
|
Use null coalecing operators everywhere consistenctly.
Petr Pchelko
2021-06-03
2
-4
/
+2
|
/
*
Merge "Replace usage of custom File properties"
jenkins-bot
2021-05-27
1
-1
/
+22
|
\
|
*
Replace usage of custom File properties
Tim Starling
2021-05-27
1
-1
/
+22
*
|
Merge "Dabatase: Assert that join conditions are arrays"
jenkins-bot
2021-05-27
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Dabatase: Assert that join conditions are arrays
Gergő Tisza
2021-05-27
1
-0
/
+2
*
|
Merge "rdbms: cleanup ILBFactory comments about tracked load balancers"
jenkins-bot
2021-05-27
3
-43
/
+94
|
\
\
|
*
|
rdbms: cleanup ILBFactory comments about tracked load balancers
Aaron Schulz
2021-05-25
3
-43
/
+94
|
|
/
*
/
Localisation updates from https://translatewiki.net.
Translation updater bot
2021-05-25
1
-0
/
+1
|
/
*
rdbms: Fix outdated docs url in DatabaseMysqlBase::makeLockName
Timo Tijhof
2021-05-20
1
-4
/
+3
*
rdbms: make getLagFromSlaveStatus() account for master_delay > 0
Aaron Schulz
2021-05-20
1
-1
/
+3
*
Merge "rdbms: factor out getMySqlServerVariant() helper method"
jenkins-bot
2021-05-20
1
-8
/
+24
|
\
|
*
rdbms: factor out getMySqlServerVariant() helper method
Aaron Schulz
2021-05-18
1
-8
/
+24
*
|
rdbms: fix log message in LoadMonitor::computeServerStates()
Aaron Schulz
2021-05-19
1
-1
/
+1
*
|
Add TransactionProfiler::silenceForScope()
Gergő Tisza
2021-05-16
2
-2
/
+14
*
|
Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variables
James D. Forrester
2021-05-14
3
-60
/
+60
|
/
*
Remove unused default values from class properties
Thiemo Kreuz
2021-05-12
2
-2
/
+2
*
Merge "rdbms: disallow upsert()/replace() calls with multiple unique keys"
jenkins-bot
2021-05-07
3
-20
/
+20
|
\
|
*
rdbms: disallow upsert()/replace() calls with multiple unique keys
Aaron Schulz
2021-05-05
3
-20
/
+20
*
|
Merge "rdbms: use is_file() in DatabaseSqlite::open()"
jenkins-bot
2021-05-06
1
-5
/
+1
|
\
\
|
*
|
rdbms: use is_file() in DatabaseSqlite::open()
Aaron Schulz
2021-05-05
1
-5
/
+1
*
|
|
rdbms: add an IDatabase method to expose DB server IDs
Aaron Schulz
2021-05-05
5
-5
/
+47
|
/
/
*
/
rdbms: cleanup getServer() and connection parameter fields in Database
Aaron Schulz
2021-05-05
11
-168
/
+212
|
/
[next]