wiki.techinc.nl/includes/libs/filebackend
stibba 3ee7eee360 Use new ScopedCallback::newScopedIgnoreUserAbort helper function
Introduced in Ib6e307d76f93.

This patch updates FileBackend, LoadBalancer and LBFactory to use a public
function newScopedIgnoreUserAbort in ScopedCallback instead of all using
the exact same function but duplicated.

Bug: T184044
Change-Id: I27d7dc16abfe4b9447d7f3d8bd89f0de3ddeb662
2018-11-01 17:18:01 -07:00
..
filejournal Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
fileop Simplify PHP by using ?? and ?: 2018-07-10 20:03:17 +00:00
fsfile filebackend: Use $tmpDirectory instead of wfTempDir() 2018-08-23 01:14:52 +01:00
FileBackend.php Use new ScopedCallback::newScopedIgnoreUserAbort helper function 2018-11-01 17:18:01 -07:00
FileBackendError.php
FileBackendMultiWrite.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
FileBackendStore.php filebackend: Add normalization for stat errors 2018-10-04 23:00:48 +00:00
FileOpBatch.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
FSFileBackend.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
HTTPFileStreamer.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
MemoryFileBackend.php
SwiftFileBackend.php filebackend: switch callers from ProcessCacheLRU to MapCacheLRU 2018-07-14 11:27:09 +00:00