aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/ForeignDBViaLBRepo.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-0/+8
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-231-1/+1
* Replace deprecated MWExceptionDaimona Eaytoy2024-01-161-2/+4
* filerepo: Switch to use IConnectionProvider where possibleAmir Sarabadani2023-09-121-9/+11
* Create shared interface for foreign db reposRyan Schmidt2023-06-131-1/+1
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-0/+1
* Remove deprecated getMasterDB methodsMatěj Suchánek2022-11-171-5/+0
* filerepo: Clean up file and class doc commentsTimo Tijhof2022-04-071-4/+1
* Follow-up I68198bc3: Hard-deprecate getMasterDB() methodsJames D. Forrester2021-07-151-1/+1
* Replace getMasterDB methods with getPrimaryDBJames D. Forrester2021-07-141-1/+6
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* filerepo: clean up shared cache keys to avoid key metrics clutterAaron Schulz2020-10-211-24/+6
* filerepo: use makeGlobalKey() in ForiegnDBViaLBRepo::getSharedCacheKey()Aaron Schulz2020-05-221-10/+1
* Fix more Squiz.Scope.MethodScope.MissingReedy2020-05-181-5/+5
* filerepo: clean up File::getRepo() subclass return type commentsAaron Schulz2020-03-191-7/+0
* Fix new phan errors, part 5Daimona Eaytoy2019-10-181-0/+1
* Unsuppress PhanParamsTooManyDaimona Eaytoy2019-10-101-2/+2
* Remove unused fields in ForeignDBViaLBRepoAaron Schulz2018-10-211-9/+3
* Replace wfGetLBUmherirrender2018-05-021-3/+15
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-2/+2
* build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-1/+1
* 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
* Use getConnectionRef() in ForeignDBViaLBRepoAaron Schulz2016-10-051-5/+4
* Cleanups and IDEA warning fixes to FileRepo classesAaron Schulz2016-09-191-0/+3
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* 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-0/+10
* Fix ForeignDBViaLBRepo faviconGergő Tisza2014-02-241-0/+4
* Update documentation for file repo related classesSiebrand Mazeland2013-12-041-1/+10
* Declare visibility on class properties of file repo classesSiebrand Mazeland2013-11-251-3/+5
* Update formatting of file repo classesSiebrand Mazeland2013-11-231-0/+1
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-191-1/+1
* Improved/added parameter documentationReedy2012-05-181-0/+9
* 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
* Merged FileBackend branch. Manually avoiding merging the many prop-only chang...Aaron Schulz2011-12-201-0/+1
* * added file description headersAlexandre Emsenhuber2010-09-041-0/+7
* Bug 19240 (bad image list performance regression):Tim Starling2009-06-171-0/+15
* Forgot to remove the newFileFrom row thingies from ForeignDBRepoBryan Tong Minh2008-05-301-6/+0
* * Use a proper factory for newFromRow Bryan Tong Minh2008-05-301-0/+1
* Hack around borkage with findFiles() on ForeignDBViaLBRepo by copying newFile...Brion Vibber2008-05-291-0/+6
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+1
* * Introduced LBFactory -- an abstract class for configuring database load bal...Tim Starling2008-03-301-0/+37