[Bug 4947] SVGZ (gzipped SVG) support

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

[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 --- (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 configuring such a

[Bug 4947] SVGZ (gzipped SVG) support

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

[Bug 4947] SVGZ (gzipped SVG) support

2013-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Nemo changed: What|Removed |Added Blocks||8901 -- You are receiving this mail because: Yo

[Bug 4947] SVGZ (gzipped SVG) support

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

[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 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 mail because: --

[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 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!) Inkscape also doesn

[Bug 4947] SVGZ (gzipped SVG) support

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

[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 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 for SVGMetadataExt

[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 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 thing. >From my previou

[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 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 not then it should on

[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 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'; Selecting a gzipped SVG

[Bug 4947] SVGZ (gzipped SVG) support

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

[Bug 4947] SVGZ (gzipped SVG) support

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

[Bug 4947] SVGZ (gzipped SVG) support

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

[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 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: https://bugzilla.wikimedia.org/userp

[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 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 changed in trunk? --

[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 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 an uncompressed file

[Bug 4947] SVGZ (gzipped SVG) support

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

[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 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 patch for this. It's

[Bug 4947] SVGZ (gzipped SVG) support

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

[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 changed: What|Removed |Added CC||platoni...@gmail.com -- Configure bugmail

[Bug 4947] SVGZ (gzipped SVG) support

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

[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 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 have the web ser

[Bug 4947] SVGZ (gzipped SVG) support

2008-12-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #17 from x0...@freenet.de 2008-12-17 03:13:19 UTC --- (In reply to comment #15) > SVGZ is pretty ugly to handle because it doesn't have its own Content-Type... > the server is supposed to serve them out with Content-Type: ima

[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 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 6000 times on every serve (or e

[Bug 4947] SVGZ (gzipped SVG) support

2008-12-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 --- Comment #15 from Brion Vibber 2008-12-16 20:05:54 UTC --- SVGZ is pretty ugly to handle because it doesn't have its own Content-Type... the server is supposed to serve them out with Content-Type: image/svg+xml *and* Content-Encoding: g

[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 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 ImageMagick >= 5.5.7 to thumbnai

[Bug 4947] SVGZ (gzipped SVG) support

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

[Bug 4947] SVGZ (gzipped SVG) support

2008-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Ilmari Karonen changed: What|Removed |Added CC||nos...@vyznev.net --- Comment #12

[Bug 4947] SVGZ (gzipped SVG) support

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

[Bug 4947] SVGZ (gzipped SVG) support

2008-12-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947 Steve Brown changed: What|Removed |Added Attachment #2881 is|0 |1 obsolete|