aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filebackend
Commit message (Expand)AuthorAgeFilesLines
* Follow-up I68198bc3: Hard-deprecate getMasterDB() methodsJames D. Forrester2021-07-151-1/+1
* Replace getMasterDB methods with getPrimaryDBJames D. Forrester2021-07-141-7/+19
* Hard deprecate FileBackendGroup::singleton() and ::destroySingletons()ZabeMath2021-05-041-2/+7
* Hard deprecate LockManagerGroup::singleton() and ::destroySingletons()ZabeMath2021-05-031-2/+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
* Improve docs in FileJournal classUmherirrender2020-11-271-2/+2
* filebackend: convert DBFileJournal to using CONN_TRX_AUTOCOMMITAaron Schulz2020-11-251-9/+2
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-2/+0
* Mark CONSTRUCTOR_OPTIONS as internalAryeh Gregor2020-08-211-1/+1
* Pass function name to database functionsUmherirrender2020-06-071-1/+1
* mime: Update usage of MimeAnalyzer methodsOri Livneh2020-05-281-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-103-3/+3
* docs: Remove ingroup tag from Markdown filesapaskulin2019-11-121-2/+0
* Add missing @param and @return to documentationUmherirrender2019-11-101-0/+1
* Deprecate FileJournal::factoryAryeh Gregor2019-11-042-5/+13
* Merge "docs: Convert class-level documentation files to Markdown"jenkins-bot2019-11-011-28/+17
|\
| * docs: Convert class-level documentation files to Markdownapaskulin2019-10-311-28/+17
* | Merge "Hard-deprecate LockManagerGroup::getDefault/getAny"jenkins-bot2019-10-301-4/+8
|\ \
| * | Hard-deprecate LockManagerGroup::getDefault/getAnyAryeh Gregor2019-10-291-4/+8
| |/
* / Convert FileBackendGroup to serviceAryeh Gregor2019-10-251-53/+74
|/
* Fix new phan errors, part 2Daimona Eaytoy2019-10-122-2/+5
* filebackend: avoid use of wfWikiId() in FileBackendGroupAaron Schulz2019-09-241-2/+22
* FileJournal testsAryeh Gregor2019-09-031-5/+9
* Merge "Integration tests for FileBackendGroup"jenkins-bot2019-08-281-0/+1
|\
| * Integration tests for FileBackendGroupAryeh Gregor2019-08-281-0/+1
* | LockManagerGroup tweaksAryeh Gregor2019-08-282-19/+4
|/
* LockManagerGroupFactory to replace singletonsAryeh Gregor2019-08-272-48/+96
* Use local variabe $services instead of MediaWikiServices::getInstance()Fomafix2019-08-261-1/+1
* TempFSFileFactory serviceAryeh Gregor2019-08-211-2/+3
* Code style cleanups to FileBackendGroupAaron Schulz2019-08-011-33/+35
* filebackend: avoid use of LoadBalancer::newMainLB() in LockManagerGroupAaron Schulz2019-07-161-4/+7
* Fix/suppress misc phan errors (#5)Kunal Mehta2019-04-051-0/+1
* Avoid use of deprecated "wikiId" parameter for FileBackendAaron Schulz2019-03-292-8/+14
* filebackend: change "profiler" parameter in FileBackend so it works againAaron Schulz2019-03-141-1/+3
* Rename WikiMap DB domain ID methods to reduce confusion with web domainsAaron Schulz2019-02-061-1/+1
* Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to WikiMapAaron Schulz2018-10-292-1/+5
* filebackend: let any specific backend value of "readOnly" override the defaultAaron Schulz2018-07-191-3/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-10/+4
* Fix and improve PHPDoc type hints in FileBackend and FileRepoThiemo Kreuz2018-04-192-3/+3
* Use ::class to resolve class names in includes filesUmherirrender2018-01-272-6/+6
* Remove leading backslashes from "use \…" tagsThiemo Mättig2017-12-281-1/+2
* Replace MimeMagic::singleton() callsReedy2017-11-271-1/+1
* update mediawiki-codesniffer to 0.11.0 and fix issuesWMDE-Fisch2017-08-111-1/+1
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-273-3/+0
* Move DB errors to Rdbms namespaceAaron Schulz2017-04-152-0/+2
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-282-0/+4
* Replace some of the deprecated wfGetLBFactory() callsWMDE-Fisch2017-02-071-1/+3
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-1/+1
* Clean up some ObjectCache factory callersAaron Schulz2016-10-031-1/+2