* (bug 20336) changed json_decode json_encode to static class in global functions
[lhc/web/wiklou.git] / includes / upload / UploadFromChunks.php
2009-09-09 Michael Dale* (bug 20336) changed json_decode json_encode to static...
2009-09-04 Alexandre Emsenhuberuse wfScript() so that it uses $wgScriptExtension to...
2009-08-27 Michael Dalequick fix for r55604 broken chunk upload class abstraction
2009-08-26 Bryan Tong Minh* Cleanup ApiUpload
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 ...