Merge "Revert "Adding sanity check to Title::isRedirect().""
[lhc/web/wiklou.git] / includes / upload / UploadFromChunks.php
2012-06-03 Brion VIBBERMerge "Revert "Adding sanity check to Title::isRedirect...
2012-06-02 Aaron SchulzMerge "Adding sanity check to the LinksUpdate() constru...
2012-06-02 SiebrandMerge "(bug 36819) Make language names lowercase first...
2012-06-01 ReedyMerge "Added base class for testing ORMRow deriving...
2012-06-01 ReedyMerge "Adding interfaces for ORM row and table classes...
2012-05-31 Aaron SchulzMerge "Show revdel links instead of checkboxes on pages...
2012-05-31 Aaron SchulzMerge "Revision::getTitle produce rev_id IS NULL query"
2012-05-31 ReedyMerge "(bug 37194) remove obsoletes *.deps.php"
2012-05-31 Tim StarlingMerge "(bug 36839) Use mb_check_encoding() if available."
2012-05-29 ReedyMerge "Localisation updates from translatewiki.net."
2012-05-29 ReedyMerge "Added missing GPLv2 headers in some places."
2012-05-29 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-02-13 Antoine MussoRemove backslash from @return types
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-08 Antoine MussoFix doc for includes/upload
2012-01-03 Sam ReedFixup some returns/return documentation
2012-01-01 Sam ReedTidyup outputChunk added in r104687, remove/update...
2011-12-27 Jan Gerberupdate mLocalFile in concatenateChunks to make chunk...
2011-12-23 Aaron SchulzIn FileBackendBase/FileBackend:
2011-12-23 Jan GerberUse getPath, all operations are on filerepo level no...
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 ...