Dependency cleanups to FileBackendStore
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 18 Sep 2016 21:40:38 +0000 (14:40 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 23 Sep 2016 19:51:04 +0000 (19:51 +0000)
commit81a0e795ec297e5e20e96a330a076eda82b1cbb8
tree5cabc4f557a6ec3398a12b2c0bddd45bc93cbf18
parentbcdf0646ed9515b51a9212d83de84e94c38238a3
Dependency cleanups to FileBackendStore

* Inject a PSR logger in place of wf* logging methods.
* Replace wfTimestamp() call with ConvertableTimestamp.
* Inject the Profiler object.
* Rename $wiki => $domain to avoid "wiki" mentions.
* Remove stray FSFile::extractImageSizeInfo() method.

Change-Id: I3e3a43d36506bec341dc5727b52f5f5a5d32bff5
includes/filebackend/FileBackendGroup.php
includes/filebackend/FileBackendMultiWrite.php
includes/filebackend/FileBackendStore.php
includes/filebackend/FileOpBatch.php
includes/libs/filebackend/FSFile.php
includes/libs/filebackend/FileBackend.php