More parameter documentation
[lhc/web/wiklou.git] / includes / upload / UploadBase.php
2011-02-19 Sam ReedMore parameter documentation
2011-02-18 Sam ReedRemove unused variables
2011-02-02 Sam ReedFixup some trailing newlines
2011-01-28 PlatonidesRemove empty statement (r80993) and unused global ...
2011-01-27 Bryan Tong Minh(bug 26285) Extensions will be automatically generated...
2011-01-25 Bryan Tong MinhMake the UploadStash repo specific by creating FileRepo...
2011-01-22 Bryan Tong Minh(bug 26809) Uploading files with multiple extensions...
2011-01-22 Ilmari KaronenAdd extension and MIME type as parameters to filetype...
2011-01-21 Ilmari KaronenCheck that the MIME type is allowed before checking...
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2011-01-06 Bryan Tong Minh$wgMaxUploadSize may now be set to an array to specify...
2011-01-06 Sam ReedFixup FIXME on r65818
2010-12-12 Benjamin LeesFollow-up to r77956: instead of making $wgFileExtension...
2010-12-07 Benjamin Lees(bug 18372) $wgFileExtensions will now override $wgFile...
2010-11-30 Sam ReedMore unused variables
2010-11-25 Sam ReedMore reversion of r77297, 2 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-16 Roan KattouwFollowup r76782: is_a() -> instanceof (we dropped PHP...
2010-11-16 Neil Kandalgaonkarfixed typo
2010-11-16 Neil KandalgaonkarFixed bug#25784 (thumbnails of stashed files had wrong...
2010-11-13 Sam ReedFixed up some doxygen warnings
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-08 Bryan Tong MinhUndeprecate UploadForm:BeforeProcessing. Instead only...
2010-11-03 Neil Kandalgaonkarcore changes for UploadWizard (merged from r73549 to...
2010-09-07 Tim StarlingFixes for r72024:
2010-09-04 Alexandre EmsenhuberFixed some doxygen warnings
2010-09-01 Chad HorohoeCall time pass-by-ref
2010-08-31 Daniel Kinzlerintroducing Generic::verifyFileHook() to let media...
2010-08-31 Daniel KinzlerFollow-up to r71944: Interoducing MimeMagic::improveTyp...
2010-08-31 Daniel Kinzlerreverting r71944 as per TheDJ's comment. Will investiga...
2010-08-30 Daniel Kinzleras per r71789: don't guess mime type again, that's...
2010-08-30 Daniel Kinzlerinteroduced new hoop in Uploadbase::verifyFile, as...
2010-07-29 Bryan Tong MinhUploading to a protected title will allow the user...
2010-07-28 Bryan Tong MinhRestructured upload-by-url:
2010-07-27 Bryan Tong Minh(bug 23380) Uploaded files that are larger than allowed...
2010-07-25 Sam ReedMore self:: to $this->
2010-05-28 PlatonidesBug 23699: Add trailing \n at the end of <div>s in...
2010-05-04 Bryan Tong MinhFix for r65818: the proper permission is 'createpage...
2010-05-02 Bryan Tong MinhFix for r65818.
2010-05-02 Bryan Tong Minh(bug 18408) All required permissions for uploading...
2010-04-17 Mark A. Hershbergerre: r65152 fix translatewiki problems
2010-04-17 Mark A. Hershberger* New UploadFromUrlJob class to handle Upload-by-Copy
2010-04-15 Bryan Tong Minh(bug 17941) $wgMaxUploadSize is now honored by all...
2010-04-12 Alexandre EmsenhuberFix documentation introduced in r64403
2010-03-30 Mark A. Hershberger* Set $titleObj to null by default on getWatchlistValue...
2010-03-25 Sam ReedMinor tweak to performUpload in UploadBase.php
2010-03-20 Bryan Tong MinhUploadBase::getTitle():
2010-03-19 Alexandre EmsenhuberFixed some doxygen warnings
2010-03-12 Bryan Tong MinhRemove the session_start from UploadBase, since there...
2010-02-22 Mark A. Hershbergerfollow up r53282
2010-02-16 Jack Phoenixmore braces, documentation and spacing tweaks
2010-02-15 Mark A. HershbergerTidy up phpdoc to match code
2010-02-09 Mark A. Hershbergerfollow up r61407
2010-02-01 Mark A. Hershbergerfollow up r61355, initial, incomplete dealing with...
2010-01-22 Mark A. Hershbergerws only cleanup
2010-01-14 Platonides(bug 19226) First line renders differently on many...
2009-12-24 Bryan Tong MinhFollow up to r57868: Fix virus scanner on Windows ...
2009-12-19 Bryan Tong MinhFixed certain cases where license construction would...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-11-20 Tim StarlingRework of libAddMedia. The changes are entirely unteste...
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-16 Michael Dalefix per r57729#c4267
2009-10-14 Michael Dale* added db commit logic to the watch request in api...
2009-10-14 Michael Dale* follow-up to r57728 switched to use global wfShellExe...
2009-10-14 Michael Dale* (bug 21140) Fixed Upload Form for using an Antivirus...
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 ...