Add support for Number grouping(commafy) based on CLDR number grouping patterns like...
[lhc/web/wiklou.git] / includes / media /
2011-09-22 Tim StarlingRemoved the redundant wfMkdirParents() call added to...
2011-09-20 Brion Vibber* (bug 6672, 31024) Fixes for handling of images with...
2011-09-09 Brian Wolff(bug 30640; follow-up r92279) Rotating images was makin...
2011-09-07 Sam ReedDocumentation
2011-08-21 Brian Wolfffollow-up r86169 - 2 minor issues found while writing...
2011-08-21 Sam ReedAdd in \n from/to r95055 to LoadBalancer.php
2011-08-19 Sam ReedIncorporate Wikia diff, don't duplicate debugging thoug...
2011-08-11 Mark A. HershbergerFix Bug #30322 “SVG metadata is read incorrectly” by...
2011-08-02 Brion Vibber* $wgSVGMaxSize is now applied to the smaller of width...
2011-07-28 Chad HorohoeMove wfFixBoxImage() out of ImageFunctions and into...
2011-07-26 Daniel FriesenFollowup r93157, missing another one of the stray )'s.
2011-07-26 Daniel FriesenFollowup r93132, misplaced ) caused 'dirname() expects...
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-07-20 PlatonidesFixup r89029. You don't include the brackets in the...
2011-07-15 Bryan Tong Minh(bug 28762) Resizing to specified height broken for...
2011-07-15 Bryan Tong MinhFollow-up r79845: Fix rotation. Turns out that we need...
2011-07-06 Chad HorohoeBunch of error suppression operator fixes (bug
2011-07-06 Brion VibberPartial revert of r91106: followup to r91127.
2011-07-01 Alexandre EmsenhuberReplaced calls to Skin::formatSize() by Language::forma...
2011-06-29 Brian Wolff(follow-up r91106) Explicitly compare against the self...
2011-06-29 Bryan Tong MinhAdd wfUnserialize() wrapper around unserialize to preve...
2011-06-26 Sam ReedUpdate calls to deprecated User::isValidEmailAddr
2011-06-19 Bryan Tong Minh(bug 29471) Exception thrown for files with invalid...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-17 Sam ReedSwap else if for elseif
2011-06-17 Brian Wolff(follow-up r86567) per CR rename the class JpegOrTiffHa...
2011-05-29 Sam ReedEven more documentation in various files
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedAnd some more....
2011-05-28 Sam ReedAnd more documentation. Yaaaay
2011-05-28 Sam ReedAnd some more parameter documentation!!
2011-05-28 Niklas Laxströmfu r89029 - spelling
2011-05-28 Antoine MussoHandle old libxml when extracting SVG metadata
2011-05-26 Sam ReedMore documentation tweaks/additions
2011-05-26 Sam ReedParam documentation updates/added
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-25 Aaron SchulzFinish r88768, *ahem*
2011-05-25 Aaron Schulz* Changed @ => wfSuppressWarnings
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-05-19 Sam ReedAdd/remove/tweak method documentation
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-15 PlatonidesMove $wgContLang out of the switch
2011-05-09 Brian Wolff(bug 28883) Add messages for compression types (metadat...
2011-05-07 Brian Wolff(bug 28868) Include the number of pages in the default...
2011-05-06 Sam ReedKill some more long deprecated unused functions
2011-04-28 Mark A. HershbergerProvisional fix for Bug #28631 to remove artifacts...
2011-04-20 Brian WolffRemove the JPEG/TIFF specific metadata code from Bitmap...
2011-04-18 Sam ReedFew more comment/whitespace issues from r86169
2011-04-18 Sam ReedFew style/whitespace/comment issues from r86169
2011-04-16 Brian Wolfffollow-up r86195 (Sort of). Make sure the string there...
2011-04-16 Brian Wolff(follow-up r86169) per Reedy, the $val = $val thing...
2011-04-16 Brian Wolfffollow-up r86195 - That $valid really was reachable :P
2011-04-16 Brian Wolff(Follow-up r86169) Needed supress warnings around iconv
2011-04-16 Sam ReedRemove some unused variables
2011-04-16 Sam ReedFollowup r86169, move unreachable debug statement
2011-04-16 Brian Wolff(Follow-up r86169) Fix three minor issues Reedy found.
2011-04-16 Sam ReedFix whitespace issues at top of file
2011-04-16 Brian WolffMerge to trunk everything in img_metadata branch.
2011-04-12 Sam ReedWhitespace, braces, documentation
2011-04-11 Sam ReedSpaces, braces and trailing whitespace
2011-03-26 Sam ReedAdd some documentation in w/c
2011-03-18 Bryan Tong MinhExtract bit depth and color type for PNG images
2011-03-18 Bryan Tong MinhAdded hook BitmapHandlerTransform to allow extension...
2011-03-12 Bryan Tong MinhFollow-up r83792: Remove left in debugging
2011-03-12 Bryan Tong MinhFollow-up r83778: Need to de-rotate, so use 360 - angle...
2011-03-12 Bryan Tong MinhFix switch fail in r83778: add missing break.
2011-03-12 Bryan Tong Minh(bug 18691) Added support for SVG rasterization using...
2011-03-12 Bryan Tong Minh(bug 14706) Added support for the Imagick PHP extension...
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-03-02 Bryan Tong Minh(bug 27809) Check for availability of imagerotate funct...
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-18 Sam ReedMore function level documentation
2011-02-18 Sam ReedParameter documentation
2011-02-16 Derk-Jan HartmanAdd support for namespace prefixed elements in svg...
2011-02-13 Brian Wolff(Follow-up r75968) r75968 started extracting and displa...
2011-02-08 Tim StarlingMake SVGMetadataExtractor less noisy when it reads...
2011-02-06 Bryan Tong MinhFiles with a mime type that does not match the extensio...
2011-02-04 Alexandre EmsenhuberUse wfMessage() instead of wfMsgGetKey()
2011-01-22 Bryan Tong MinhFollow-up r79867: Read out EXIF orientation in JavaScri...
2011-01-12 PlatonidesFollow up r79845. No need to keep $wgCustomConvertComma...
2011-01-10 Derk-Jan HartmanMove the () surrounding description strings of files...
2011-01-09 Derk-Jan HartmanFollowup r68325, with comment describing intent of...
2011-01-08 Bryan Tong MinhFollow-up r79845: add function documentation; only...
2011-01-07 Bryan Tong Minh$wgMaxUploadSize may now be set to an array to specify...
2010-12-14 Sam ReedFix up few remaining fixme things from r69910
2010-12-05 PlatonidesFollow up r75705 typo.
2010-11-30 Sam ReedMore unused variables
2010-11-25 Sam ReedMore reversion of r77297, 1 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-25 Roan KattouwFix r77261 by adding the parentheses already added...
2010-11-24 Roan KattouwFix strange bug in ImageMagick call: if $params['commen...
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-09 Alexandre Emsenhuber* (bug 21364) External links using link= attribute...
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...
2010-10-31 Derk-Jan HartmanAdd a new isVectorized() to files and media handlers...
next