wiki.techinc.nl/includes/upload
Mark A. Hershberger ec4dbd13cd Bug #26059 — Add support for KML/KMZ filetype
Patch from Derk-Jan Hartman of which he writes:

    I figured adding kml support would be a breeze, but I had not
    counted on the brain dead browser that is IE6.

    Unfortunately, kml contains the element <heading, which triggers
    the protection in detectScript() that protects from uploads that
    IE6 might mistake for HTML.  It triggers on "<head" not sure if we
    can work around this, but Tim will know.
2011-02-19 03:22:03 +00:00
..
UploadBase.php Bug #26059 — Add support for KML/KMZ filetype 2011-02-19 03:22:03 +00:00
UploadFromFile.php $wgMaxUploadSize may now be set to an array to specify the upload size limit per upload type. 2011-01-06 19:42:55 +00:00
UploadFromStash.php Fixup some trailing newlines 2011-02-02 10:42:17 +00:00
UploadFromUrl.php Follow-up r81612, disable $wgAllowAsyncCopyUploads 2011-02-06 22:53:07 +00:00
UploadStash.php * Remove code duplication for UploadStash: Move all thumbName generation code to its own function File::generateThumbName which accepts a $name parameter which can be called by File::thumbName() and any other functions that require it. The essentially duplicate function StashFile::getParamThumbName() has been removed. 2011-02-11 19:10:31 +00:00