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
/
ForeignDBRepo.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/filerepo
James D. Forrester
2025-03-19
1
-0
/
+8
*
Replace isset() with falsy checks
Umherirrender
2024-12-19
1
-1
/
+1
*
Replace deprecated MWException
Daimona Eaytoy
2024-01-16
1
-2
/
+4
*
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
*
rdbms: Remove Database::attributesFromType and hard-deprecate ::factory
Amir Sarabadani
2023-02-23
1
-2
/
+3
*
filerepo: Simplify and document 'favicon' FileRepo option
Timo Tijhof
2022-01-26
1
-10
/
+0
*
Replace getMasterDB methods with getPrimaryDB
James D. Forrester
2021-07-14
1
-2
/
+2
*
Optionally split out parts of file metadata to BlobStore
Tim Starling
2021-06-11
1
-0
/
+5
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
filerepo: clean up shared cache keys to avoid key metrics clutter
Aaron Schulz
2020-10-21
1
-22
/
+2
*
filerepo: make ForeignDBRepo::getSharedKey() use the DB domain ID for consist...
Aaron Schulz
2020-05-25
1
-5
/
+8
*
filerepo: use makeGlobalKey() in ForiegnDBViaLBRepo::getSharedCacheKey()
Aaron Schulz
2020-05-22
1
-7
/
+0
*
Fix more Squiz.Scope.MethodScope.Missing
Reedy
2020-05-18
1
-6
/
+6
*
Deprecate wfForeignMemcKey() and remove the last call
Aaron Schulz
2020-04-17
1
-1
/
+5
*
filerepo: clean up File::getRepo() subclass return type comments
Aaron Schulz
2020-03-19
1
-6
/
+0
*
Fix new phan errors, part 5
Daimona Eaytoy
2019-10-18
1
-0
/
+1
*
Unsuppress PhanParamsTooMany
Daimona Eaytoy
2019-10-10
1
-3
/
+2
*
filerepo: remove pointless "foreign" flag in ForeignDBRepo::getMasterDB()
Aaron Schulz
2019-06-28
1
-2
/
+1
*
Replace call_user_func_array(), part 1
Max Semenik
2018-06-04
1
-2
/
+1
*
Use ::class to resolve class names in includes files
Umherirrender
2018-01-27
1
-2
/
+2
*
Move Database and subclasses to Rdbms namespace
Aaron Schulz
2017-04-12
1
-0
/
+1
*
Move IDatabase/IMaintainableDatabase to Rdbms namespace
Aaron Schulz
2017-03-28
1
-0
/
+2
*
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
*
Fix numerous FileRepo IDEA warnings
Aaron Schulz
2016-10-05
1
-1
/
+4
*
Replace DatabaseBase:: with Database:: and update type hints
Aaron Schulz
2016-09-27
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-4
/
+4
*
Make ForeignDBRepo::getDBFactory() actually work on 5.3
Aaron Schulz
2015-10-08
1
-12
/
+13
*
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
-11
/
+21
*
Propagate the favicon information to getInfo() for local repos
Gergő Tisza
2014-01-17
1
-0
/
+10
*
Update documentation for file repo related classes
Siebrand Mazeland
2013-12-04
1
-2
/
+16
*
Declare visibility on class properties of file repo classes
Siebrand Mazeland
2013-11-25
1
-5
/
+11
*
Update formatting of file repo classes
Siebrand Mazeland
2013-11-23
1
-0
/
+2
*
Never prefix table names with $wgSharedDB when used in foreign DB
Liangent
2013-05-27
1
-1
/
+2
*
Fixed spacing in actions/cache/filebackend/filerepo/job folder
umherirrender
2013-04-20
1
-1
/
+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
/
+12
*
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
*
Revert the dbname -> dbName part of r90430. dbname actually dates back to r32...
Tim Starling
2011-06-20
1
-1
/
+1
*
Fixes for r80864 for 1.18 backport:
Tim Starling
2011-06-20
1
-3
/
+3
*
Fixes ForeignDBRepo SQL server connection. Fixes bug #28836.
Merlijn S. van Deen
2011-05-05
1
-1
/
+1
*
Followup to r79848 (and really, make it useful...)
Chad Horohoe
2011-01-24
1
-4
/
+10
*
Add DatabaseBase::classFromType() to reduce the 'Database' . $type duplication
Chad Horohoe
2011-01-07
1
-1
/
+1
*
Simplest possible fix for *(bug 26552) ForeignDBRepo broken?
Sam Reed
2011-01-04
1
-1
/
+1
*
* added file description headers
Alexandre Emsenhuber
2010-09-04
1
-0
/
+7
[next]