* Cleanup ApiUpload
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Wed, 26 Aug 2009 19:38:38 +0000 (19:38 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Wed, 26 Aug 2009 19:38:38 +0000 (19:38 +0000)
commit05a916153f745c4dac9ac048bf8858904d9c3285
tree7bcb628c0302e88da18c25c336f8969d055c72de
parent53a77a14534e18577e12082d2cb83c40aeb11926
* Cleanup ApiUpload
* UploadBase::verifyUpload now always returns a status array
* Disabled async upload by url because wfShellBackgroundExec is broken
includes/GlobalFunctions.php
includes/api/ApiBase.php
includes/api/ApiUpload.php
includes/specials/SpecialUpload.php
includes/upload/UploadBase.php
includes/upload/UploadFromChunks.php
includes/upload/UploadFromUrl.php