(bug 13750) $wgCapitalLinks should be a per-namespace setting
[lhc/web/wiklou.git] / includes / upload / UploadBase.php
2009-10-09 Chad Horohoe(bug 13750) $wgCapitalLinks should be a per-namespace...
2009-10-08 Michael Dale* bug 21063 http copy upload and upload from stash...
2009-09-23 Bryan Tong Minh(bug 20780) Fix in UploadBase::detectScript: should...
2009-09-19 Bryan Tong MinhFollow up to r56639: Remove some existence check duplic...
2009-09-19 Bryan Tong MinhFix several messages generated by SpecialUpload::getExi...
2009-09-19 Bryan Tong MinhFix overwrite permission checking for users without...
2009-09-18 Bryan Tong MinhSet wpSourceType to file by default for backwards compa...
2009-09-17 Michael Dale* some clean up and defined append function in other...
2009-09-16 Bryan Tong MinhCleanup SpecialUpload::getExistsWarning which reference...
2009-08-27 Bryan Tong Minh* Output warnings as filenames rather than an array...
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-07-31 Raimond SpekkingFix PHP Notice: Undefined variable: wgMimeTypeBlacklist...
2009-07-31 Michael Dalerestored $wgVerifyMimeType check
2009-07-27 Michael Daleremoved session_write_close(); per bug 19932
2009-07-22 Alexandre Emsenhuber* no need to pass "$asyncdownload = false", this is...
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-15 Roan Kattouw(bug 19728) Use wfDebug() instead of print for debuggin...
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...