wiki.techinc.nl/includes/upload
Mark A. Hershberger e519859e49 * re r65152 add back async option for uploadByURL API call
* Remove vestigal commented-out code and make sure permission checking works
2010-06-12 03:58:31 +00:00
..
UploadBase.php Bug 23699: Add trailing \n at the end of <div>s in wrapWikiMsg() 2010-05-28 21:22:45 +00:00
UploadFromFile.php Fixed severe breakage of non-JS upload, presumably introduced in the 1.16 upload rewrite. If the user doesn't enter a destination filename, it's meant to use the name of the source file. Untested code "$wgRequest->getText('wpUploadFile')" did not work, you need to fetch from $_FILES not $_REQUEST. Code to propagate the relevant default to UploadForm was missing, readded here. 2010-05-27 07:30:34 +00:00
UploadFromStash.php use class constant from r64403 2010-03-31 00:15:32 +00:00
UploadFromUrl.php * re r65152 add back async option for uploadByURL API call 2010-06-12 03:58:31 +00:00