aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/filebackend/FileBackendMultiWrite.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+1
* filebackend: Find thumbnails from all backends in FileBackendMultiWriteAmir Sarabadani2023-04-171-1/+23
* Add explicit casts between scalar typesUmherirrender2022-03-011-2/+2
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* Drop experimental FileJournal system without deprecationJames D. Forrester2021-11-011-3/+1
* Use static closures where safe to useUmherirrender2021-02-111-2/+2
* Use __CLASS__/::class to define callback for array_map/_filter/usortUmherirrender2021-01-221-1/+1
* Merge "filebackend: inject the proxy backend logger into FileBackendMultiWrit...jenkins-bot2021-01-191-12/+13
|\
| * filebackend: inject the proxy backend logger into FileBackendMultiWrite sub-b...Aaron Schulz2021-01-191-12/+13
* | Merge "filebackend: fix bogus replication error log entries in FileBackendMul...jenkins-bot2021-01-191-6/+9
|\|
| * filebackend: fix bogus replication error log entries in FileBackendMultiWriteAaron Schulz2021-01-041-6/+9
* | filebackend: add more logging to SwiftFileBackend for "conservative" sync modeAaron Schulz2021-01-041-0/+1
|/
* Fix some includes/libs PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-3/+3
* filebackend: make sure $scopeLock reference is valid in FileBackendMultiWriteAaron Schulz2020-02-071-1/+1
* Unit tests for FileBackendAryeh Gregor2019-10-301-1/+1
* filebackend: reduce unnecessary stat calls in FileBackend some casesAaron Schulz2019-10-221-3/+3
* Fix new phan errors, part 6Daimona Eaytoy2019-10-201-1/+2
* filebackend: improve internal use of FileBackend constantsAaron Schulz2019-09-031-13/+20
* filebackend: improve FileBackendMultiWrite consistencyCheck()/resyncFiles()Aaron Schulz2019-08-301-85/+138
* filebackend: update code comments and break some long linesAaron Schulz2019-08-241-5/+7
* Collapse some nested if statementsReedy2019-04-041-13/+9
* Upgrade to newer phanKunal Mehta2019-03-231-3/+0
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-6/+2
* Phan: resolve and reenable PhanAccessMethodProtectedMax Semenik2018-01-231-0/+3
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0Umherirrender2017-06-261-3/+3
* Clean up get_class($this) -> static::class in /includes/cache and /includes/libsTimo Tijhof2017-03-071-2/+2
* Make multi-write backend "template" config work as expectedAaron Schulz2016-09-291-1/+4
* Move FileBackendMultiWrite to /libsAaron Schulz2016-09-231-0/+753