aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/ForeignDBRepo.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-0/+8
* Replace isset() with falsy checksUmherirrender2024-12-191-1/+1
* Replace deprecated MWExceptionDaimona Eaytoy2024-01-161-2/+4
* Create shared interface for foreign db reposRyan Schmidt2023-06-131-1/+1
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-0/+1
* rdbms: Remove Database::attributesFromType and hard-deprecate ::factoryAmir Sarabadani2023-02-231-2/+3
* filerepo: Simplify and document 'favicon' FileRepo optionTimo Tijhof2022-01-261-10/+0
* Replace getMasterDB methods with getPrimaryDBJames D. Forrester2021-07-141-2/+2
* Optionally split out parts of file metadata to BlobStoreTim Starling2021-06-111-0/+5
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* filerepo: clean up shared cache keys to avoid key metrics clutterAaron Schulz2020-10-211-22/+2
* filerepo: make ForeignDBRepo::getSharedKey() use the DB domain ID for consist...Aaron Schulz2020-05-251-5/+8
* filerepo: use makeGlobalKey() in ForiegnDBViaLBRepo::getSharedCacheKey()Aaron Schulz2020-05-221-7/+0
* Fix more Squiz.Scope.MethodScope.MissingReedy2020-05-181-6/+6
* Deprecate wfForeignMemcKey() and remove the last callAaron Schulz2020-04-171-1/+5
* filerepo: clean up File::getRepo() subclass return type commentsAaron Schulz2020-03-191-6/+0
* Fix new phan errors, part 5Daimona Eaytoy2019-10-181-0/+1
* Unsuppress PhanParamsTooManyDaimona Eaytoy2019-10-101-3/+2
* filerepo: remove pointless "foreign" flag in ForeignDBRepo::getMasterDB()Aaron Schulz2019-06-281-2/+1
* Replace call_user_func_array(), part 1Max Semenik2018-06-041-2/+1
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-2/+2
* Move Database and subclasses to Rdbms namespaceAaron Schulz2017-04-121-0/+1
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+2
* Clean up get_class() in /includes/filerepo and /includes/resourceloaderTimo Tijhof2017-03-071-1/+1
* Rename getSlaveDB() FileRepo method to getReplicaDB()Aaron Schulz2016-11-181-1/+1
* Fix numerous FileRepo IDEA warningsAaron Schulz2016-10-051-1/+4
* Replace DatabaseBase:: with Database:: and update type hintsAaron Schulz2016-09-271-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* Make ForeignDBRepo::getDBFactory() actually work on 5.3Aaron Schulz2015-10-081-12/+13
* Update more docs and type hints to use IDatabaseAaron Schulz2015-10-061-2/+2
* Support for storing files under SHA-1 namesAaron Schulz2015-07-211-11/+21
* Propagate the favicon information to getInfo() for local reposGergő Tisza2014-01-171-0/+10
* Update documentation for file repo related classesSiebrand Mazeland2013-12-041-2/+16
* Declare visibility on class properties of file repo classesSiebrand Mazeland2013-11-251-5/+11
* Update formatting of file repo classesSiebrand Mazeland2013-11-231-0/+2
* Never prefix table names with $wgSharedDB when used in foreign DBLiangent2013-05-271-1/+2
* Fixed spacing in actions/cache/filebackend/filerepo/job folderumherirrender2013-04-201-1/+1
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-191-1/+1
* Improved/added parameter documentationReedy2012-05-181-0/+12
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-071-1/+16
* [FileRepo] Various code cleanups.Aaron Schulz2012-04-051-8/+2
* More return documentationSam Reed2012-02-091-0/+1
* Revert the dbname -> dbName part of r90430. dbname actually dates back to r32...Tim Starling2011-06-201-1/+1
* Fixes for r80864 for 1.18 backport:Tim Starling2011-06-201-3/+3
* Fixes ForeignDBRepo SQL server connection. Fixes bug #28836.Merlijn S. van Deen2011-05-051-1/+1
* Followup to r79848 (and really, make it useful...)Chad Horohoe2011-01-241-4/+10
* Add DatabaseBase::classFromType() to reduce the 'Database' . $type duplicationChad Horohoe2011-01-071-1/+1
* Simplest possible fix for *(bug 26552) ForeignDBRepo broken?Sam Reed2011-01-041-1/+1
* * added file description headersAlexandre Emsenhuber2010-09-041-0/+7