Removed the $tmpFile parameter to UploadBase::verifyUpload in favour of $this->mTempFile.
[lhc/web/wiklou.git] / includes / upload / UploadFromChunks.php
2009-08-26 Bryan Tong MinhRemoved the $tmpFile parameter to UploadBase::verifyUpl...
2009-08-26 Bryan Tong Minh* Code style & commenting on upload functions.
2009-08-06 Michael Dale* made wgMaxUploadSize check work with js2/firefogg...
2009-08-06 Michael Dale* added check to chunk uploads to make sure we have...
2009-07-25 Jack Phoenixcoding style tweaks
2009-07-25 Michael Dale* updates for strict compliance mode chunk uploading
2009-07-15 Jack Phoenixcoding style cleanup for upload stuff
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...