(bug 13143) Fix regression in r25481, in which file extensions were incorrectly being...
[lhc/web/wiklou.git] / includes / SpecialUpload.php
2008-02-25 Andrew Garrett(bug 13143) Fix regression in r25481, in which file...
2008-02-20 Huji(bug 13084) Increase size of source/destination filenam...
2008-02-19 Brion VibberFix rendering of filepageexists message. Previously...
2008-02-19 Brion VibberFix for r30957: instead of just removing the misspelled...
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2008-02-15 Raimond SpekkingPrettify upload form for RTL wikis
2008-02-15 Thomas Bleher'fileexists-thumb' doesn't take any parameter.
2008-02-14 Thomas BleherwfMsgExt() does not recognize the parameter 'parseline...
2008-02-01 Roan KattouwChanging UploadComplete hook call so it actually does...
2008-01-26 Victor VasilievShow warning if image page exists
2008-01-26 Brion VibberRevert r30162 for now.
2008-01-26 Robert LeveringtonFix bug 9246 by watching a page when the upload\reuploa...
2008-01-21 Aaron SchulzDisallow uploads to protected titles (bug 12727)
2007-12-17 Raimond Spekking* Rename new message 'filetype-separator' (r28530)...
2007-12-16 Aryeh Gregor* Special:Upload now lists permitted/prohibited file...
2007-10-30 Rotem LissRemoving a comment, throwing the exception after creati...
2007-10-30 Rotem LissFixing a regression: UploadForm::internalProcessUpload...
2007-10-01 Raimond Spekking* Do, what the comment already says:
2007-09-29 Yuri AstrakhanMerged from apiedit_vodafone branch, r26236.
2007-09-27 Raimond Spekking* Show relevant deletion log lines when uploading a...
2007-09-26 Raimond SpekkingChange message function to make usage of {{PLURAL:...
2007-09-07 Brion VibberSome naming cleanup of the filename prefix blacklist...
2007-09-07 Raimond Spekking* Add a warning for non-descriptive filenames at Specia...
2007-09-04 Brion VibberAnd remove some debug loggin :)
2007-09-04 Brion VibberFix the fix in r25439, which incorrectly assumed that...
2007-09-03 Raimond SpekkingFix a regression from the file repo stuff.
2007-08-31 Tim StarlingIn OggHandler:
2007-08-23 Raimond Spekking* (bug 5206) Add accesskey ',' to 'preferences' navigat...
2007-08-23 Raimond SpekkingRevert r25080, accident commit, sorry :-(
2007-08-23 Raimond Spekking* (bug 5206) Add accesskey ',' to 'preferences' navigat...
2007-08-22 Rob ChurchWhoops, fix up permission check so "deletedhistory...
2007-08-22 Rob Church* (bug 9002) Provide a "view/restore deleted edits...
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
2007-08-03 Rotem LissFix RTL display of the upload form.
2007-07-22 Rob Church(bug 9575) Accept upload description from GET parameters
2007-07-22 Tim Starling* Introduced FileRepoStatus -- result class for file...
2007-07-18 Brion VibberTweaks to the AJAX license preview:
2007-07-18 Raimond Spekking* (bug 10631) Warn when illegal characters are removed...
2007-07-18 Rob Churchtyop
2007-07-16 Anders Wegge JakobsenUpdated translations for da
2007-07-14 Rob Church* Indicate when a preview is unavailable/failed
2007-07-14 Rob Church(bug 10520) Preview licences during upload via AJAX
2007-07-01 Tim StarlingRespect $wgUseAjax
2007-07-01 Tim Starling* De-crappified JS upload dest check feature. Converted...
2007-07-01 Magnus ManskeNew javascript for upload page that will show a warning...
2007-06-29 Raimond SpekkingRevert r23523, r23524, stabbed by Tim :-(
2007-06-29 Tim StarlingRestore MW 1.4 behaviour for Special:Upload -- redirect...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-28 Raimond Spekking* Remove hard coded colons from upload form code, add...
2007-06-24 Aryeh Gregor(bug 9250) Remove hardcoded minimum image name length...
2007-06-21 Tim StarlingPass through wpIgnoreWarning request parameter to the...
2007-06-20 Rob Church(bug 8890) Enable wiki text for "license" message
2007-06-18 Tim StarlingFixed regression in file type detection -- use the...
2007-06-16 Tim Starling* Split off ultimate base class FileRepo from FSRepo
2007-06-03 Tim StarlingFix SpecialUpload::unsaveUploadedFile(). Move UploadVer...
2007-05-30 Tim StarlingMerged filerepo-work branch:
2007-05-22 Aryeh GregorDon't call static functions non-statically either....
2007-05-22 Aaron Schulz*Update documentation, be explicit about access/scope...
2007-05-18 Rob Church* Support passing message arguments to OutputPage:...
2007-05-06 Aaron Schulz*Let users with 'reupload-own' upload over image where...
2007-04-25 Tim Starlingfix calling convention to Linker::makeImageLinkObj()
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-13 Antoine MussoIn regex, do not capture stuff when you dont need it...
2007-03-28 Raimond SpekkingUse proper allowInlineDisplay function, by hint of...
2007-03-20 Raimond Spekking* (bug 3069) Warning on upload of scaled down images
2007-03-15 Raimond Spekking* Show thumbnail of existing image if image exists...
2007-03-15 Aaron Schulz*Check $image->exists() rather that getArticleID()...
2007-03-01 Raimond Spekking* (bug 8728) MediaWiki:Badfiletype splitted into 3...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Rob Church(bug 8671) Expose "wpDestFile" as a parameter to "uploa...
2007-01-20 Antoine MussouserCan(Edit|Create|Move) are deprecated : do not use...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-17 Antoine Mussowhitespaces
2007-01-12 Nick JenkinsFor the "includes/" directory:
2006-12-23 Rob Church* (bug 8214) Output file size limit and actual file...
2006-12-23 Brion Vibberrevert r18517; should have been on branch
2006-12-23 Paa Kwesi ImbeahMinimal version of IC functionality.
2006-12-21 Rob Church* (bug 6603) When warning about invalid file extensions...
2006-12-11 Antoine Musso* Add some summaries for <table> elements
2006-11-29 Ilmari KaronenPatch from LeonWP: added UploadForm:BeforeProcessing...
2006-11-24 Andrew GarrettPatch by Leon Weber that adds a hook 'UploadForm:initia...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-11-08 Nick Jenkins(bug 7820) Improve error reporting for uploads via...
2006-11-06 Nick Jenkins* Prevent PHP "Notice: Undefined property: UploadForm...
2006-11-05 Aryeh GregorURLs shouldn't ever be strtolowered. They can be case...
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-25 Brion Vibber* (bug 7684) Obey watchcreated preference for Special...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-09-03 Jimmy Collins(bug 6675) Replaced message 'watchthis' with new message
2006-08-31 Magnus ManskeImproved form for URL-based upload
2006-08-23 Rotem Liss(bug 5970) Need to login to upload files
2006-08-22 Brion Vibberbegin cleanup on magnus' url upload thingy
2006-08-22 Magnus ManskeSwitched URL upload function to CURL
2006-08-22 Magnus Manske$wgMaxUploadSize now limits URL upload
2006-08-22 Magnus ManskeOption: Allow upload from URL. Set $wgAllowCopyUploads...
2006-07-04 Tim StarlingChanged the image directory global functions, they...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas Mituzasnuke UpdateClasses.php, autoload MacBinary, Licenses
next