doc++
[lhc/web/wiklou.git] / includes / media /
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-08 Sam ReedFix version check version from r105559
2011-12-08 Sam ReedBug 32874 - Bitmap.php uses -define in ImageMagick...
2011-11-28 Aaron SchulzRestored r98710 but with a 'forRefresh' option (not...
2011-11-28 Tim StarlingFix for r101677: remove the extra parameters from the...
2011-11-28 Tim StarlingFix for r99911: don't use getImageArea() to determine...
2011-11-11 Brian Wolff(follow-up r99910) Make $wgEnableAutoRotation work...
2011-11-10 Daniel FriesenRefactor core from Title::getLinkUrl to Title::getLinkU...
2011-11-03 Brian Wolff(bug 31944). As a work around for bug 31944, don't...
2011-11-02 Bryan Tong MinhPer comments on r99911 move $wgMaxImageArea check back...
2011-10-29 Sam ReedKill various unused variables
2011-10-29 Sam ReedFix private member variable access, use getName(),...
2011-10-27 Aaron SchulzReverted r84395,r98710: thumbnails must be purged on...
2011-10-26 Sam ReedMove DjVuImage to media/DjVuImage.php
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-24 Brian Wolff(follow up r99477) not sure what I was doing on r99477...
2011-10-24 Brian Wolff(bug 31740) JpegMetadataExtractor and friends weren...
2011-10-15 Bryan Tong MinhPer bug 28135, disable $wgMaxImageArea check when trans...
2011-10-15 Bryan Tong MinhPer r97671, add $wgEnableAutoRotation setting that...
2011-10-13 Sam ReedDocumentation
2011-10-12 Brian Wolff(bug 31637) Do not extract tiff:Orientation from XMP...
2011-10-11 Brian Wolff(bug 31588, sort of) Jpeg metadata code wasn't handling...
2011-10-08 Brian WolffMake partial dates in XMP not have the ommitted fields...
2011-10-07 Bryan Tong Minh(bug 31487) Don't specify -auto-orient, but specify...
2011-10-03 Brion Vibber* (bug 31282) Fix use of ForeignAPIRepo/InstantCommons...
2011-10-02 Bryan Tong MinhFollow-up r84395: Give MediaHandlers the option to...
2011-09-25 Alexandre EmsenhuberSimplify things by using wfMessage() instead of wfMsg...
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...
next