Refactored UploadFromUrl to use HttpFunctions.
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Thu, 15 Apr 2010 08:44:25 +0000 (08:44 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Thu, 15 Apr 2010 08:44:25 +0000 (08:44 +0000)
commit738de2e6915658487df1e2dc829de6f407582044
treefe9a721d092806ef6f0b053d064e9dfeddf30b90
parent861d1b81b1b1d3cd8c74ee5f5641a26eaac4fe9f
Refactored UploadFromUrl to use HttpFunctions.
Errors while fetching the file are now properly handled and also displayed in a reasonable way to the user (bug 22015).
includes/specials/SpecialUpload.php
includes/upload/UploadFromUrl.php