Big oops - merged to wrong branch.
[lhc/web/wiklou.git] / includes / upload / UploadFromFile.php
2012-06-05 awjrichardsBig oops - merged to wrong branch.
2012-06-02 awjrichardsRevert to arbitrarily old point before initial remote...
2012-06-05 KrinkleMerge "Reverse the dependency for mediawiki.language...
2012-06-04 DemonMerge "[FileBackend] Gave doQuickOperations() some...
2012-06-04 DemonMerge "[FileBackend] Purge Swift process cache before...
2012-06-04 DemonMerge "[FileBackend] Worked around Akamai CDN purge...
2012-06-04 DemonMerge "[FileRepo] Made getDescription() respect *_delet...
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-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 ...