Remove putrid remains of $wgAllowAsyncCopyUploads
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 21 Jan 2016 22:45:10 +0000 (23:45 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Fri, 22 Jan 2016 00:18:25 +0000 (00:18 +0000)
commit1ebc9128d017f6a1e348ff64c8fdf5db94a14f3a
treecd96706ab02be1079688f754b6d7f9122a4458ee
parentaa920550a8437f171d07f135d7121fe9cec3bb1b
Remove putrid remains of $wgAllowAsyncCopyUploads

None of this works and it's been long begging for a mercy kill.
All it does is waste contributor time on updating deprecations
in the dead code. I imagine we wouldn't reuse much of this
code if we're ever going to reimplement it.

Bug: T119336
Change-Id: Ibd26a4bea621857aac77823017e9be9b7dc52cca
13 files changed:
RELEASE-NOTES-1.27
autoload.php
includes/DefaultSettings.php
includes/api/ApiUpload.php
includes/api/i18n/en.json
includes/api/i18n/qqq.json
includes/jobqueue/jobs/UploadFromUrlJob.php [deleted file]
includes/upload/UploadFromUrl.php
languages/i18n/en.json
languages/i18n/qqq.json
maintenance/dictionary/mediawiki.dic
tests/phpunit/includes/api/ApiUploadTest.php
tests/phpunit/includes/upload/UploadFromUrlTest.php