aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialUpload.php
Commit message (Expand)AuthorAgeFilesLines
* * Reorganised the includes directory, creating subdirectories db, parser and ...Tim Starling2008-06-161-1755/+0
* Fixing it the way RockMFR said I should. Chad Horohoe2008-06-161-1/+4
* (bug 14551) - Cancel upload no longer automatically suppresses warnings.Chad Horohoe2008-06-161-1/+1
* hoist by my own petard!Brion Vibber2008-06-111-3/+3
* Let's not go overboard with Xml::tag() for simple <div> and <span>s :)Brion Vibber2008-06-111-8/+8
* (bug 14479) MediaWiki:upload-maxfilesize should have a div id wrapper on Spec...Bryan Tong Minh2008-06-111-1/+3
* (bug 14496) Fix regression with parseinline on Special:UploadChad Horohoe2008-06-101-2/+3
* Perform a duplicate check on upload and throw a warning which can be observed...Brion Vibber2008-05-301-0/+28
* * (bug 14220) Disabling $wgCheckFileExtensions now works without also disabli...Brion Vibber2008-05-221-2/+3
* Revert r35178 and normalize User's getID() and setID() methods to prettier ge...Brion Vibber2008-05-221-1/+1
* Make Special:Upload display detailed permissions errors. Also avoid checking...Ilmari Karonen2008-05-221-4/+10
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-3/+3
* Cut a few more kb out of wikibits.js... broke edit-page specific things (tool...Brion Vibber2008-05-181-3/+3
* * (bug 14111) Similar filename warning links now lead to correct pageBrion Vibber2008-05-131-2/+5
* Revert r34619, r34622 and do it right. :)Brion Vibber2008-05-121-5/+3
* Avoid possible register_globals issue.Robert Leverington2008-05-111-4/+5
* Notice: Undefined variable: extensionsList in includes/SpecialUpload.php on ...Robert Leverington2008-05-111-0/+4
* * Honor upload restrictions in SpecialUpload.php and FileRevertForm.php Bryan Tong Minh2008-04-281-1/+3
* * (bug 13725) Upload form watch checkbox state set correctly with wpDestFileBrion Vibber2008-04-151-2/+30
* Revert strange dest check from r17248 (bug 13725)Aaron Schulz2008-04-151-2/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-36/+36
* $out is needed hereAaron Schulz2008-04-121-1/+1
* Kill a bunch of '=&' references for LinkCache, ParserCache, and MimeMagic sin...Brion Vibber2008-04-091-3/+3
* Add showLogExtract() and remove use of FauxRequest hacksAaron Schulz2008-04-021-11/+9
* (bug 13556, and possible regression from r32372) Don't show a blank form if n...Alexandre Emsenhuber2008-03-291-7/+7
* Sanitize evil php.ini values. Thanks to SimetricalRaimond Spekking2008-03-271-2/+2
* doc tweaks: link to http://www.php.net instead of mirrors.Alexandre Emsenhuber2008-03-271-1/+1
* * (bug 13490) Show upload/file size limit on upload formRaimond Spekking2008-03-271-1/+22
* Use proper XML functions for upload warning, prettify a bit.Raimond Spekking2008-03-271-44/+23
* * Fixed call to deprecated functionsAlexandre Emsenhuber2008-03-241-7/+7
* * (Bug 13448) Fix regression from r32077: Readd CSS id for hidden field.Raimond Spekking2008-03-201-1/+1
* fix regression in XHTML validityBrion Vibber2008-03-191-2/+2
* Some rework on 'mainUploadForm':Raimond Spekking2008-03-171-83/+108
* * Added idNiklas Laxström2008-03-161-1/+2
* * (bug 3131) Manually-specified upload destination filename is no longerBrion Vibber2008-03-141-3/+5
* (bug 13269) Adding MediaWiki:Uploadfooter to the bottom of Special:UploadAlexandre Emsenhuber2008-03-101-2/+6
* * Let's remove hardcoding togetherNiklas Laxström2008-03-071-10/+9
* * Replace hard coded colon with the new colon separator messageRaimond Spekking2008-03-071-8/+9
* * (bug 13022) Fix upload from URL on PHP 5.0.xBrion Vibber2008-02-261-1/+2
* * (bug 13149) Correctly format fileexists message on Upload page.Andrew Garrett2008-02-251-1/+1
* (bug 13143) Fix regression in r25481, in which file extensions were incorrect...Andrew Garrett2008-02-251-1/+4
* (bug 13084) Increase size of source/destination filename fields in upload formHuji2008-02-201-6/+6
* Fix rendering of filepageexists message. Previously was incorrectly raw HTML,...Brion Vibber2008-02-191-1/+1
* Fix for r30957: instead of just removing the misspelled parameter, fix the sp...Brion Vibber2008-02-191-2/+2
* * Introduced OutputPage::addWikiMsg() and OutputPage::wrapWikiMsg(), to make ...Tim Starling2008-02-181-2/+2
* Prettify upload form for RTL wikisRaimond Spekking2008-02-151-8/+9
* 'fileexists-thumb' doesn't take any parameter.Thomas Bleher2008-02-151-3/+3
* wfMsgExt() does not recognize the parameter 'parseline'. Pass array()Thomas Bleher2008-02-141-2/+2
* Changing UploadComplete hook call so it actually does what the docs say it do...Roan Kattouw2008-02-011-1/+1
* Show warning if image page existsVictor Vasiliev2008-01-261-0/+3