Merge "user table: replace some '*' with explicit fields in selects"
[lhc/web/wiklou.git] / includes / upload / UploadFromFile.php
2012-02-09 Sam ReedMore return documentation
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-05-28 Sam ReedAnd even more documentation, the last of this batch
2011-02-20 Sam ReedMore explicit variable definitions, function documentation
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-11-03 Neil Kandalgaonkarcore changes for UploadWizard (merged from r73549 to...
2010-08-20 Alexandre Emsenhuber* Standardised file description headers
2010-07-27 Bryan Tong MinhFollow-up r70037: Fix ApiUpload by passing a WebRequest...
2010-07-27 Bryan Tong MinhFollow-up r70037: Move isIniSizeOverflow magic to WebRe...
2010-07-27 Bryan Tong Minh(bug 23380) Uploaded files that are larger than allowed...
2010-05-27 Tim StarlingFixed severe breakage of non-JS upload, presumably...
2010-02-17 Michael Dale* added missing initialize function to UploadFromFile...
2010-02-10 Mark A. Hershbergerfollow-up r62164
2009-08-26 Bryan Tong Minh* Code style & commenting on upload functions.
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...