Revert "[FileBackend] Added optional callback parameter to concatenate()."
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 25 Nov 2012 00:59:16 +0000 (00:59 +0000)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 25 Nov 2012 01:01:12 +0000 (17:01 -0800)
commit65612b4290c218731e9ac4c89ff9a87ec187214a
tree2c99d6961958728eb58242ee16a771e86e7cb39f
parent6c9f13b5477f54fbe9cff893f665814ad8cdff87
Revert "[FileBackend] Added optional callback parameter to concatenate()."

This gives updates for the faster part (local FS file changes) and not
the slow GETs that really need this. This should be re-done to use a
byte based read progress callback (that handles the parallel GETs).

This reverts commit 6c9f13b5477f54fbe9cff893f665814ad8cdff87

Change-Id: Id8d739e1d5048e7f38c68eda4f9a008682707cba
includes/filebackend/FileBackend.php
includes/filebackend/FileBackendStore.php
includes/filerepo/FileRepo.php