Fix Bug #30322 “SVG metadata is read incorrectly” by applying supplied patch
[lhc/web/wiklou.git] / includes / media / SVGMetadataExtractor.php
2011-08-11 Mark A. HershbergerFix Bug #30322 “SVG metadata is read incorrectly” by...
2011-07-20 PlatonidesFixup r89029. You don't include the brackets in the...
2011-05-28 Niklas Laxströmfu r89029 - spelling
2011-05-28 Antoine MussoHandle old libxml when extracting SVG metadata
2011-05-25 Brion Vibber* (bug 27465) Fix metadata extraction for SVG files...
2011-05-25 Brion VibberReverting r82307 (bug 27465) as initial step to recommi...
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-03-06 Brian Wolff(bug 27508) SVGMetadataExtractor takes too much resourc...
2011-03-04 PlatonidesIf the unknown element is empty, there won't be a match...
2011-02-27 Derk-Jan HartmanRemove unneeded commented code, that I accidently added...
2011-02-19 Derk-Jan HartmanClose the xmlreader when we are done with it.
2011-02-16 Derk-Jan HartmanAdd support for namespace prefixed elements in svg...
2011-02-08 Tim StarlingMake SVGMetadataExtractor less noisy when it reads...
2010-11-30 Sam ReedMore unused variables
2010-11-04 Derk-Jan HartmanSkip comments and stuff before the <svg> element.
2010-11-04 Derk-Jan Hartman* The SVGMetadataExtractor now based on XmlReader
2010-11-01 Derk-Jan Hartman* Moving wfGetSVGSize() and wfScaleSVGUnit() into a...