Added async upload-from-stash support.
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 4 Dec 2012 02:18:48 +0000 (18:18 -0800)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 9 Jan 2013 02:13:37 +0000 (02:13 +0000)
commita31d0f8edd167e9ee301b694a8092fe0cbcfdabf
tree064c3fb2f6379e7df68fcf1e16841b13cbbed00b
parentd47f1cbea496e89262fac6055bfdb085fdc121d3
Added async upload-from-stash support.

* This works similarly to the async concatenation code.

Change-Id: Iae38b93d65182158561b92168af51a1e9f50374c
includes/api/ApiUpload.php
includes/upload/PublishStashedFile.php [new file with mode: 0644]
includes/upload/UploadBase.php
includes/upload/UploadFromStash.php