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
/
filerepo
/
ForeignDBViaLBRepo.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/filerepo
James D. Forrester
2025-03-19
1
-0
/
+8
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
1
-3
/
+0
*
Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()
Bartosz Dziewoński
2024-01-23
1
-1
/
+1
*
Replace deprecated MWException
Daimona Eaytoy
2024-01-16
1
-2
/
+4
*
filerepo: Switch to use IConnectionProvider where possible
Amir Sarabadani
2023-09-12
1
-9
/
+11
*
Create shared interface for foreign db repos
Ryan Schmidt
2023-06-13
1
-1
/
+1
*
Fix even more PHPStorm inspections (#3)
Tim Starling
2023-03-25
1
-0
/
+1
*
Remove deprecated getMasterDB methods
Matěj Suchánek
2022-11-17
1
-5
/
+0
*
filerepo: Clean up file and class doc comments
Timo Tijhof
2022-04-07
1
-4
/
+1
*
Follow-up I68198bc3: Hard-deprecate getMasterDB() methods
James D. Forrester
2021-07-15
1
-1
/
+1
*
Replace getMasterDB methods with getPrimaryDB
James D. Forrester
2021-07-14
1
-1
/
+6
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
filerepo: clean up shared cache keys to avoid key metrics clutter
Aaron Schulz
2020-10-21
1
-24
/
+6
*
filerepo: use makeGlobalKey() in ForiegnDBViaLBRepo::getSharedCacheKey()
Aaron Schulz
2020-05-22
1
-10
/
+1
*
Fix more Squiz.Scope.MethodScope.Missing
Reedy
2020-05-18
1
-5
/
+5
*
filerepo: clean up File::getRepo() subclass return type comments
Aaron Schulz
2020-03-19
1
-7
/
+0
*
Fix new phan errors, part 5
Daimona Eaytoy
2019-10-18
1
-0
/
+1
*
Unsuppress PhanParamsTooMany
Daimona Eaytoy
2019-10-10
1
-2
/
+2
*
Remove unused fields in ForeignDBViaLBRepo
Aaron Schulz
2018-10-21
1
-9
/
+3
*
Replace wfGetLB
Umherirrender
2018-05-02
1
-3
/
+15
*
Use ::class to resolve class names in includes files
Umherirrender
2018-01-27
1
-2
/
+2
*
build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0
Umherirrender
2017-06-26
1
-1
/
+1
*
Clean up get_class() in /includes/filerepo and /includes/resourceloader
Timo Tijhof
2017-03-07
1
-1
/
+1
*
Rename getSlaveDB() FileRepo method to getReplicaDB()
Aaron Schulz
2016-11-18
1
-1
/
+1
*
Use getConnectionRef() in ForeignDBViaLBRepo
Aaron Schulz
2016-10-05
1
-5
/
+4
*
Cleanups and IDEA warning fixes to FileRepo classes
Aaron Schulz
2016-09-19
1
-0
/
+3
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-5
/
+5
*
Update more docs and type hints to use IDatabase
Aaron Schulz
2015-10-06
1
-2
/
+2
*
Support for storing files under SHA-1 names
Aaron Schulz
2015-07-21
1
-0
/
+10
*
Fix ForeignDBViaLBRepo favicon
Gergő Tisza
2014-02-24
1
-0
/
+4
*
Update documentation for file repo related classes
Siebrand Mazeland
2013-12-04
1
-1
/
+10
*
Declare visibility on class properties of file repo classes
Siebrand Mazeland
2013-11-25
1
-3
/
+5
*
Update formatting of file repo classes
Siebrand Mazeland
2013-11-23
1
-0
/
+1
*
Remove a bunch of trailing spaces and unneeded newlines
umherirrender
2012-10-19
1
-1
/
+1
*
Improved/added parameter documentation
Reedy
2012-05-18
1
-0
/
+9
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-07
1
-1
/
+16
*
[FileRepo] Various code cleanups.
Aaron Schulz
2012-04-05
1
-8
/
+2
*
More return documentation
Sam Reed
2012-02-09
1
-0
/
+1
*
Merged FileBackend branch. Manually avoiding merging the many prop-only chang...
Aaron Schulz
2011-12-20
1
-0
/
+1
*
* added file description headers
Alexandre Emsenhuber
2010-09-04
1
-0
/
+7
*
Bug 19240 (bad image list performance regression):
Tim Starling
2009-06-17
1
-0
/
+15
*
Forgot to remove the newFileFrom row thingies from ForeignDBRepo
Bryan Tong Minh
2008-05-30
1
-6
/
+0
*
* Use a proper factory for newFromRow
Bryan Tong Minh
2008-05-30
1
-0
/
+1
*
Hack around borkage with findFiles() on ForeignDBViaLBRepo by copying newFile...
Brion Vibber
2008-05-29
1
-0
/
+6
*
WARNING: HUGE COMMIT
Alexandre Emsenhuber
2008-05-20
1
-0
/
+1
*
* Introduced LBFactory -- an abstract class for configuring database load bal...
Tim Starling
2008-03-30
1
-0
/
+37