aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filebackend/FileBackendGroup.php
Commit message (Expand)AuthorAgeFilesLines
* Fix uses of TempFSFileFactory's old class aliasJames D. Forrester2025-03-171-1/+1
* filebackend: Remove dependencies on MediaWiki codedaniel2025-01-081-0/+2
* filebackend: Check for old alias in FileBackendMultiWriteUmherirrender2024-10-221-1/+2
* Use namespaced classesUmherirrender2024-10-211-2/+2
* Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\StatsJames D. Forrester2024-09-271-1/+1
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-1/+1
* Remove unchecked exception annotationsAdam Wight2024-09-171-3/+0
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* Add namespace and deprecation alias to FileBackendGroupEbrahim Byagowi2024-05-201-0/+12
* Add namespace and deprecation alias to FileBackendEbrahim Byagowi2024-05-191-0/+1
* Deprecate ConfiguredReadOnlyMode serviceAmir Sarabadani2023-09-121-5/+5
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-0/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms libraryAmir Sarabadani2023-05-041-1/+1
* Reorg: Move ReadOnlyMode classes to db/Amir Sarabadani2023-04-281-0/+1
* Merge "Use short array destructuring instead of list()"jenkins-bot2022-10-211-1/+1
|\
| * Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* | Use the null coalescing assignment operatorTim Starling2022-10-211-3/+2
|/
* Ensure that strlen() does not get passed a (valid) nullMark A. Hershberger2022-07-121-1/+1
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-7/+8
* Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* Merge "Simpler RedisLockManager configuration"jenkins-bot2021-11-031-1/+2
|\
| * Simpler RedisLockManager configurationTim Starling2021-11-021-1/+2
* | Drop experimental FileJournal system without deprecationJames D. Forrester2021-11-011-5/+0
|/
* Remove FileBackendGroup::singleton() and ::destroySingletons()Alexander Vorwerk2021-09-151-21/+0
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Hard deprecate FileBackendGroup::singleton() and ::destroySingletons()ZabeMath2021-05-041-2/+7
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-2/+0
* Mark CONSTRUCTOR_OPTIONS as internalAryeh Gregor2020-08-211-1/+1
* mime: Update usage of MimeAnalyzer methodsOri Livneh2020-05-281-1/+1
* Add missing @param and @return to documentationUmherirrender2019-11-101-0/+1
* Deprecate FileJournal::factoryAryeh Gregor2019-11-041-3/+11
* Convert FileBackendGroup to serviceAryeh Gregor2019-10-251-53/+74
* Fix new phan errors, part 2Daimona Eaytoy2019-10-121-1/+4
* filebackend: avoid use of wfWikiId() in FileBackendGroupAaron Schulz2019-09-241-2/+22
* Integration tests for FileBackendGroupAryeh Gregor2019-08-281-0/+1
* 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
* Avoid use of deprecated "wikiId" parameter for FileBackendAaron Schulz2019-03-291-3/+9
* filebackend: change "profiler" parameter in FileBackend so it works againAaron Schulz2019-03-141-1/+3
* Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to WikiMapAaron Schulz2018-10-291-0/+1
* 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-191-1/+1
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-5/+5
* Remove leading backslashes from "use \…" tagsThiemo Mättig2017-12-281-1/+2
* Replace MimeMagic::singleton() callsReedy2017-11-271-1/+1
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0