Merge "Localisation updates from http://translatewiki.net."
[lhc/web/wiklou.git] / includes / media / SVGMetadataExtractor.php
2012-05-29 Aaron SchulzMerge "wfProfileOut() for new return added in c6396...
2012-05-24 Brion VIBBERMerge "[FileBackend] Added getScopedLocksForOps() funct...
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-11 NikerabbitMerge "(bug 33928) make diff title page more relevant"
2012-05-10 Aaron SchulzMerge "Revert r97711"
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-09 KrinkleMerge "fix bug 29002 - in RTL wikis resizable are flipped"
2012-05-09 KrinkleMerge "Upgrade to jQuery UI 1.8.20"
2012-05-08 CatropeMerge "Re-enable css @import unit tests"
2012-05-08 Brion VIBBERMerge "Optimized SqlBagOStuff::getBatch() a bit."
2012-05-08 Brion VIBBERMerge "Add new-inline-tags to tidy.conf"
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-07 Aaron SchulzMerge "add type check and bail out when title could...
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-07 SiebrandMerge "Pass the result of the database queries in Title...
2012-05-04 ReedyMerge "Only use per-template profiling for one-time...
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 DemonMerge "[FileRepo] Various ForeignApiRepo fixes."
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 Tim StarlingMerge "(bug 29296) Expanded Blacklist for SVG Files"
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-04 Aaron SchulzMerge "(bug 5445) remove autoblocks when user is unblocked"
2012-05-03 Aaron SchulzMerge "Adding test case for testing revision storage...
2012-05-03 Aaron SchulzMerge "Very basic parser test for language function"
2012-05-03 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-02-09 Sam ReedMore return documentation
2012-01-02 Tim Starling(bug 31719) Revert r107359 and apply a proper solution...
2011-12-27 Brian Wolff(bug 31719) Apply Derk-Jan Hartman's patch to make...
2011-10-26 Sam ReedAdd, update, tweak documentation
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...