- add comment to document us_chunk_inx in sql file
[lhc/web/wiklou.git] / includes / upload / UploadFromChunks.php
2011-12-22 Jan Gerber- add comment to document us_chunk_inx in sql file
2011-12-20 Neil Kandalgaonkarfix race condition in UploadFromChunks, followup to...
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...
2011-11-30 Jan GerberUse database to track uploaded chunks and concatenate...
2011-11-30 Roan KattouwRevert r104659 and its followup r104665: break the...
2011-11-30 Jan GerberUse database to track uploaded chunks and concatenate...
2010-03-12 Bryan Tong MinhMerge r63621 and r63636 from REL1_16:
2010-02-22 Mark A. Hershbergerfollow up r62231, r61779, r62175
2010-02-11 Mark A. HershbergerMake sure Firefogg gets the json it needs.
2010-02-10 Mark A. Hershberger* new FauxResponse class to help with unit testing
2010-02-09 Mark A. Hershbergerfollow-up r61355 a bit more, still have several bits...
2010-02-09 Mark A. Hershberger* Fix up ApiTest a bit, cookie handling works
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 ...