Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org...
[lhc/web/wiklou.git] / includes / media / Bitmap.php
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
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-16 Sam ReedRemove some unused variables
2011-04-16 Brian WolffMerge to trunk everything in img_metadata branch.
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 14706) Added support for the Imagick PHP extension...
2011-03-02 Bryan Tong Minh(bug 27809) Check for availability of imagerotate funct...
2011-02-18 Sam ReedParameter documentation
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-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-05 PlatonidesFollow up r75705 typo.
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-10-30 Bryan Tong MinhFollow-up r75702: change physicalSize to physicalDimens...
2010-10-30 Bryan Tong MinhFollow-up r75702: stylize
2010-10-30 Bryan Tong MinhSplit BitmapHandler::doTransform in functions: transfor...
2010-10-26 PlatonidesProvide a proper implementation for passing environment...
2010-10-15 Platonidesr71546 broke imagemagick usage in Windows, since cmd...
2010-09-03 Sam ReedFollowup r72238, remove &
2010-09-02 Sam ReedAdd some $retval = '' before some wfShellExec
2010-08-24 Tim StarlingFixes for new ImageMagick:
2010-08-20 Derk-Jan HartmanOptimize a produced animated GIF with OptimizeTranspare...
2010-08-20 Derk-Jan HartmanAdd getMagickVersion(). Will use this to provide optimi...
2010-08-19 Ryan Kaldarireverting self (r71304)
2010-08-19 Ryan Kaldarichanging -sharpen to -unsharp due to new ImageMagick...
2010-08-15 Alexandre Emsenhuber* Standardised file description headers
2010-06-09 Chad HorohoeDon't use @, use wfSuppress/RestoreWarnings
2010-04-23 Tim StarlingMore rigorous fix for ImageMagick parameter interpretat...
2010-04-11 PlatonidesFollow up r64936. Even better, provide the bug number...
2010-04-11 Bryan Tong MinhFollow up r64935: Add whitespace and clarify comment...
2010-04-11 Bryan Tong MinhFollow up r64932: Add comment on why % is escaped
2010-04-11 Roan Kattouw(bug 23148) Escape % in ImageMagick comments. Patch...
2010-04-07 Ilmari Karonen(bug 23063) Reverse handling of $wgMaxImageArea and...
2010-04-07 Ilmari Karonenallow display of unscaled image even if it exceeds...
2009-12-17 Raimond SpekkingFollow-up r60175: Avoid PHP Notice: Undefined index...
2009-12-17 Raimond Spekking* (bug 19791) Add URL of file source as comment to...
2009-08-19 Brion VibberRevert image crop for now:
2009-08-10 Bryan Tong MinhMaking demon happy (adding public/protected to function...
2009-08-10 Bryan Tong MinhAdded crop support for inline images.
2009-08-03 Andrew Garrett(bug 16451) Fix application of scaling limits for anima...
2009-06-06 Tim StarlingRevert r49677, r50459, Brent G's patch for fixing GPS...
2009-05-10 Ilmari Karonenfix regression from r49677 by refusing to format old...
2009-04-20 Ilmari KaronenApply patch for bug 13172 by Brent G <overlordq@gmail...
2009-04-15 Raimond SpekkingFollow up r49442: Make this new error message and two...
2009-04-13 Chad HorohoeIf the file doesn't exist, we get a whole bunch of...
2009-03-25 Andrew GarrettTweak r47992 to use instead of a new configuration...
2009-03-03 Chad Horohoe(bug 12970) Add global to force client rendering of...
2008-11-02 Tim Starling* Set a special temporary directory for ImageMagick...
2008-10-13 Brion VibberQuick hack: add $wgMaxAnimatedGifArea so we don't try...
2008-08-27 Antoine MussoLets render BMP pictures to PNG.
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-02-27 Tim StarlingPartial solution (quick hack) for bug 12970.
2007-08-31 Tim StarlingIn OggHandler:
2007-08-23 Brion Vibber* Resizing transparent GIF images with GD now retains...
2007-08-22 Tim LaquaFix f/ PNG-24 Alpha Transparency using GDLIB resizing
2007-07-29 Brion VibberHopefully fix the problem with EXIF field names being...
2007-07-29 Brion Vibberfix an immediate php error, but result is still wrong...
2007-07-28 Tim StarlingCommitting some work in progress -- abstraction of...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-30 Tim StarlingMerged filerepo-work branch:
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-04-27 Tim Starlingdebugging
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-20 Tim StarlingFixed metadata format
2007-04-20 Tim Starling* Introduced media handler modules for file-type specif...