Can't return values from functions that don't return anything
[lhc/web/wiklou.git] / includes / upload / UploadFromStash.php
2012-04-19 ReedyCan't return values from functions that don't return...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-08 Antoine MussoFix doc for includes/upload
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...
2011-10-16 Sam ReedFew bits of documentation
2011-10-14 Sam ReedUpdate some deprecated code
2011-08-26 Ian BakerUploadFromStash::stashSession returned an object instea...
2011-08-18 Ian BakerTwo bugs:
2011-08-16 Ian BakerCleaning up little things, updates to code clarity...
2011-08-15 Ian BakerRemoved the ability to pass a key into stashFile()...
2011-08-15 Ian Bakerchecking for existence of mLocalFile in stashFile(...
2011-08-15 Ian BakerFixed incorrect usage of || operator, added test
2011-08-02 Jan GerberExtend upload api adding an option to upload files...
2011-07-14 Ian Bakerproperly handle the case where a file disappears during...
2011-07-13 Ian BakerAdded us_status column for future expansion re Bryan...
2011-07-12 Ian BakerRefactored UploadStash and related classes to use the...
2011-05-29 Sam ReedAnd even more documentation in various files
2011-05-28 Sam ReedAnd even more documentation, the last of this batch
2011-02-20 Sam ReedMore explicit variable definitions, function documentation
2011-02-02 Sam ReedFixup some trailing newlines
2011-01-29 Bryan Tong Minh(bug 27021) Session key was changed somewhere from...
2011-01-06 Bryan Tong Minh$wgMaxUploadSize may now be set to an array to specify...
2010-12-22 Sam ReedProperly qualify usage of class constants
2010-08-20 Alexandre Emsenhuber* Standardised file description headers
2010-07-29 Bryan Tong MinhUploading to a protected title will allow the user...
2010-03-31 Mark A. Hershbergeruse class constant from r64403
2010-03-12 Bryan Tong MinhMerge r63621 and r63636 from REL1_16:
2010-02-09 Mark A. Hershbergerfollow up r61407
2009-11-04 Bryan Tong Minh* Disable autofill for reuploads
2009-10-23 Bryan Tong Minh* Updated upload hooks documentation
2009-10-18 Bryan Tong MinhRewrote Special:Upload to allow easier extension. Mostl...
2009-10-08 Michael Dale* bug 21063 http copy upload and upload from stash...
2009-09-17 Bryan Tong MinhResolving virtual url of temp path for stashed files...
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-07-17 Michael Dale* fixed filldestination with for non-js2 version of...
2009-07-15 Jack Phoenixcoding style cleanup for upload stuff
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...