* Fix for r57997 and bug 21222: move math, gallery, pre and nowiki to a new module...
[lhc/web/wiklou.git] / includes / upload / UploadFromChunks.php
2010-02-03 Mark A. Hershbergerfollow up r61779 - anyone who writes "!$x == null"...
2010-02-01 Roan KattouwWhitespace fixes for r61761, r61779
2010-02-01 Mark A. Hershbergerfollow up r61355, initial, incomplete dealing with...
2010-02-01 Tim StarlingFor r61355:
2010-01-23 Mark A. Hershbergerfollow up r61355
2010-01-22 Mark A. HershbergerUploadChunks added from js2 branch. Refactored. Still...
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-10-15 Michael Dale* ( bug 21089 ) fixes js2 upload stash support.
2009-10-08 Michael Dale* bug 21063 http copy upload and upload from stash...
2009-09-17 Michael Dale* minor fix to uploadFromChunks in case its initialized...
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 ...