[Bug 4947] SVGZ (gzipped SVG) support

2014-02-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added See Also|

[Bug 4947] SVGZ (gzipped SVG) support

2013-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Gabriel Wicke gwi...@wikimedia.org changed: What|Removed |Added CC|

[Bug 4947] SVGZ (gzipped SVG) support

2013-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #34 from Brion Vibber br...@wikimedia.org --- (In reply to comment #33) Can we at least enable gzip Transfer-Encoding for plain SVG files? That would be very logical yes! I've filed bug 54291 in the Wikimedia servers component for

[Bug 4947] SVGZ (gzipped SVG) support

2013-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Nemo federicol...@tiscali.it changed: What|Removed |Added Blocks||8901 -- You are

[Bug 4947] SVGZ (gzipped SVG) support

2013-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Michelle Lee Kosik kosi...@mail.com changed: What|Removed |Added CC||kosi...@mail.com

[Bug 4947] SVGZ (gzipped SVG) support

2011-11-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #31 from Vitaliy Filippov vita...@yourcmc.ru 2011-11-18 10:48:16 UTC --- (In reply to comment #27) (.dia doesn't have this problem as there's not a separate extension or special HTTP header configuration for compressed files!)

[Bug 4947] SVGZ (gzipped SVG) support

2011-11-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #32 from Brion Vibber br...@wikimedia.org 2011-11-18 18:41:05 UTC --- That isa quirk of Inkscape that you cannot rely on. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 4947] SVGZ (gzipped SVG) support

2011-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #30 from Platonides platoni...@gmail.com 2011-11-17 16:23:10 UTC --- (In reply to comment #26) Created attachment 9470 [details] Updated patch for r103314 (VitaliyFilippov) Updated the patch. Is it OK to use stream wrappers

[Bug 4947] SVGZ (gzipped SVG) support

2011-11-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Sumana Harihareswara suma...@panix.com changed: What|Removed |Added Keywords|need-review |reviewed --

[Bug 4947] SVGZ (gzipped SVG) support

2011-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Vitaliy Filippov vita...@yourcmc.ru changed: What|Removed |Added Attachment #8827|0 |1 is

[Bug 4947] SVGZ (gzipped SVG) support

2011-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Sumana Harihareswara suma...@panix.com changed: What|Removed |Added Keywords|reviewed|need-review --

[Bug 4947] SVGZ (gzipped SVG) support

2011-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #29 from Brion Vibber br...@wikimedia.org 2011-11-17 00:21:00 UTC --- Testing the patch on current trunk... does not work for me. My LocalSettings.php contains: $wgFileExtensions[] = 'svg'; $wgFileExtensions[] = 'svgz';

[Bug 4947] SVGZ (gzipped SVG) support

2011-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #28 from Brion Vibber br...@wikimedia.org 2011-11-17 00:07:29 UTC --- On the streams -- main thing to check is what behavior you get if zlib support is not enabled in PHP. If it still works with uncompressed files, then fine -- if

[Bug 4947] SVGZ (gzipped SVG) support

2011-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #27 from Brion Vibber br...@wikimedia.org 2011-11-17 00:06:26 UTC --- Hmm, looks like it ought to work (haven't tested just yet). Looks like SvgMegadataExtractor ought to work, though I'm uncertain about that file subset cutoff

[Bug 4947] SVGZ (gzipped SVG) support

2011-11-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Sumana Harihareswara suma...@panix.com changed: What|Removed |Added Keywords||reviewed

[Bug 4947] SVGZ (gzipped SVG) support

2011-07-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #23 from Vitaliy Filippov vita...@yourcmc.ru 2011-07-30 23:38:56 UTC --- Yeah, but there's also no separate mime type for SVGZ... Width/height extraction works at least in 1.16... It looks like it also uses XmlTypeCheck... Is it

[Bug 4947] SVGZ (gzipped SVG) support

2011-07-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #24 from Brion Vibber br...@wikimedia.org 2011-07-31 00:12:13 UTC --- Yep, that changed back in 1.17. Always make and test patches against trunk to make sure you're working with current code. -- Configure bugmail:

[Bug 4947] SVGZ (gzipped SVG) support

2011-07-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #22 from Brion Vibber br...@wikimedia.org 2011-07-28 18:32:41 UTC --- Hmm, it kinda looks like that won't be able to distinguish between a gzipped file with .svg extension (wrong) and a gzipped file with .svgz extension (right), or

[Bug 4947] SVGZ (gzipped SVG) support

2011-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #20 from Vitaliy Filippov vita...@yourcmc.ru 2011-07-27 13:34:54 UTC --- Created attachment 8827 -- https://bugzilla.wikimedia.org/attachment.cgi?id=8827 VitaliyFilippov's patch, based on XMLTypeCheck Hi all! I've made my own

[Bug 4947] SVGZ (gzipped SVG) support

2011-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Vitaliy Filippov vita...@yourcmc.ru changed: What|Removed |Added CC||vita...@yourcmc.ru

[Bug 4947] SVGZ (gzipped SVG) support

2010-10-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Steve Brown steveb05+wikib...@gmail.com changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug 4947] SVGZ (gzipped SVG) support

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Bug 4947 depends on bug 22191, which changed state. Bug 22191 Summary: Send svg files compressed on upload.wikimedia.org https://bugzilla.wikimedia.org/show_bug.cgi?id=22191 What|Old Value |New Value

[Bug 4947] SVGZ (gzipped SVG) support

2010-01-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Platonides platoni...@gmail.com changed: What|Removed |Added Depends on||22191 -- Configure

[Bug 4947] SVGZ (gzipped SVG) support

2010-01-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Platonides platoni...@gmail.com changed: What|Removed |Added CC||platoni...@gmail.com

[Bug 4947] SVGZ (gzipped SVG) support

2008-12-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #18 from Brion Vibber br...@wikimedia.org 2008-12-17 19:23:59 UTC --- (In reply to comment #17) IMHO the cleanest way to go would be to transparently decompress .svgz files on upload, normalize everything to .svg, and

[Bug 4947] SVGZ (gzipped SVG) support

2008-12-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #14 from Steve Brown steveb05+wikib...@gmail.com 2008-12-16 18:45:37 UTC --- (In reply to Comment #12) thumbnailing works for me. We must track this down, but I don't know what could be going on. It looks like you need

[Bug 4947] SVGZ (gzipped SVG) support

2008-12-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #16 from Aryeh Gregor simetrical+wikib...@gmail.com 2008-12-16 23:30:10 UTC --- (In reply to comment #14) -For efficiency's sake, we should compress images only once if possible. It doesn't make sense to recompress a SVG

[Bug 4947] SVGZ (gzipped SVG) support

2008-12-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Aryeh Gregor simetrical+wikib...@gmail.com changed: What|Removed |Added CC|

[Bug 4947] SVGZ (gzipped SVG) support

2008-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Steve Brown steveb05+wikib...@gmail.com changed: What|Removed |Added Attachment #5578 is|0 |1