https://bugzilla.wikimedia.org/show_bug.cgi?id=4947
Aryeh Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #13 from Aryeh Gregor <[email protected]> 2008-12-14 14:34:59 UTC --- (In reply to comment #12) > Just tried it out. I see two issues so far. The bigger one is that > thumbnailing doesn't seem to work. The other problem is file extensions: it > seems I can upload gzipped SVG as either .svg or .svgz, but not as .svg.gz > (which is what I originally tried). I'm not sure what the most reasonable > thing to do here would be What we do for .jpeg, .jpg, .JPEG, .JPG, etc. is just store the extensions differently despite there being no difference in the file type. :) Which is the bug for "don't make file extension part of file name"? I don't see why users should decide whether to gzip SVG at upload time, though. Surely it should just be transparently compressed as it's served to the user, like with styles/scripts? .svgz and .svg.gz could then be accepted as aliases for .svg on upload, and the files could be decompressed for storage. Or compressed, or whatever, but consistently. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
