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
/
externalstore
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace Assert::parameterType with typehints
TChin
2021-08-03
1
-4
/
+1
*
More master -> primary documentation and internal var renaming
James D. Forrester
2021-07-15
1
-1
/
+1
*
Silence transaction profiler warnings in ExternalStoreDB::fetchBlob()
Gergő Tisza
2021-05-16
1
-2
/
+7
*
Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variables
James D. Forrester
2021-05-14
1
-5
/
+5
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
externalstore: convert some log messages to WARNING
Aaron Schulz
2021-04-27
1
-4
/
+4
*
Merge "ExternalStoreMwstore: Remove unnecessary check"
jenkins-bot
2021-03-13
1
-1
/
+1
|
\
|
*
ExternalStoreMwstore: Remove unnecessary check
Ammarpad
2021-03-09
1
-1
/
+1
*
|
ExternalStoreMwstore: Improve method docs
Ammarpad
2021-03-09
1
-4
/
+7
|
/
*
Update a lot of unspecific "array" types in PHPDocs
Thiemo Kreuz
2020-10-28
1
-1
/
+1
*
Fix order of wfDeprecated parameters in ExternalStoreDB::getSlave
DannyS712
2020-10-06
1
-1
/
+1
*
Hard deprecate ExternalStoreDB::getSlave()
Reedy
2020-07-29
1
-0
/
+1
*
Mark exceptions as @newable
daniel
2020-07-08
1
-0
/
+3
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-1
/
+1
*
ExternalStore: report cause of non-exception failure
daniel
2020-04-17
1
-7
/
+21
*
Upgrade phan to 0.9.1
Daimona Eaytoy
2020-01-25
1
-0
/
+1
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-5
/
+5
*
Convert FileBackendGroup to service
Aryeh Gregor
2019-10-25
1
-1
/
+1
*
phpcs: Enable PSR12.Files.ImportStatement.LeadingSlash and make pass
Umherirrender
2019-10-11
1
-3
/
+3
*
externalstore: deprecate getLBInfo() dependency in ExternalStoreDB
Aaron Schulz
2019-09-10
1
-15
/
+81
*
externalstore: use CONN_TRX_AUTOCOMMIT instead of IDatabase::clearFlag()
Aaron Schulz
2019-07-27
1
-10
/
+12
*
externalstore: unbreak writes to non-default storage clusters due to isReadOn...
Aaron Schulz
2019-07-16
4
-26
/
+13
*
Make ExternalStore wrap ExternalStoreFactory and create access class
Aaron Schulz
2019-06-28
8
-195
/
+595
*
externalstore: Fix insert*() return docs and remove redundant checks
Daimona Eaytoy
2019-06-13
3
-21
/
+30
*
ExternalStore: Pass external domain to getReadOnlyReason
Jesús Martínez Novo
2019-05-22
1
-1
/
+3
*
externalstore: make ExternalStoreDB::getDomainId treat false the same as null
Aaron Schulz
2019-05-21
1
-1
/
+1
*
Deprecate the Http class
Aryeh Gregor
2019-05-06
1
-1
/
+4
*
Replace misplaced strlen() checks with strict `false` comparisons
Thiemo Kreuz
2019-03-27
1
-1
/
+1
*
Use short assignment operator in PHP
Fomafix
2019-03-07
1
-1
/
+1
*
Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to WikiMap
Aaron Schulz
2018-10-29
1
-0
/
+1
*
Make ExternalStoreDB "wiki" context override the server "dbname" field
Aaron Schulz
2018-08-15
1
-1
/
+5
*
Use LB server configuration to force DB domains in ExternalStorageDB
Aaron Schulz
2018-08-13
1
-6
/
+30
*
Use consistent caching strategy in Revision storage classes
daniel
2018-07-05
1
-0
/
+4
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
2
-4
/
+4
*
Fix typo accessable --> accessible
Jayprakash12345
2018-03-14
3
-3
/
+3
*
Replace wfGetLBFactory
Umherirrender
2018-02-27
1
-1
/
+3
*
Make LocalFile check early if the revision store is available
Aaron Schulz
2018-02-22
2
-3
/
+27
*
Add ExternalStoreMedium::isReadOnly() method
Aaron Schulz
2018-02-22
5
-31
/
+43
*
Introduce ExternalStoreFactory
addshore
2017-11-14
2
-10
/
+47
*
Improve some parameter docs
Umherirrender
2017-09-10
2
-0
/
+13
*
Remove reference to deprecated IDatabase->nextSequenceValue()
Brad Jorsch
2017-09-01
1
-2
/
+1
*
Remove "@author Aaron Schulz" annotations
Aaron Schulz
2017-06-27
1
-1
/
+0
*
Move DBConnRef/MaintainableDBConnRef to Rdbms namespace
Aaron Schulz
2017-03-29
1
-0
/
+2
*
Move IDatabase/IMaintainableDatabase to Rdbms namespace
Aaron Schulz
2017-03-28
1
-0
/
+1
*
Move remaining LoadBalancer classes to Rdbms
Aaron Schulz
2017-02-23
1
-3
/
+3
*
Add LoadBalancer::getMaintenanceConnectionRef() method
Aaron Schulz
2016-12-10
1
-10
/
+9
*
Use getConnectionRef() in ExternalStoreDB to avoid connection leaks
Aaron Schulz
2016-09-21
1
-2
/
+2
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Change "slave" => "replica DB" in /includes
Aaron Schulz
2016-09-05
1
-2
/
+2
*
Fix ExternalStoreDB IDEA errors
Aaron Schulz
2016-04-20
1
-7
/
+6
[prev]
[next]