MediaWiki r21411 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r21410‎ | r21411 (on ViewVC)‎ | r21412 >
Date:12:31, 20 April 2007
Author:tstarling
Status:old (Comments)
Tags:
Comment:
* Introduced media handler modules for file-type specific operations: thumbnailing, img_metadata, capabilities, etc.
* Deprecated $wgUseImageResize, thumbnailing will be enabled unconditionally.
* Fixed interaction of page parameter to ImagePage with the HTML file cache
* Improved error reporting for image thumbnailing
* Fixed MIME type for SVG files, will be silently changed from image/svg to image/svg+xml after loading from the database.
* Workaround for djvutoxml bug #1704049 (poor performance). Use djvudump instead.
* Fixed odd behaviour in ImagePage on DjVu thumbnailing errors
* Improved error reporting for image thumbnailing
* Added sharpening option for ImageMagick thumbnailing
* Removed Image::selectPage(), added page parameters to getWidth() and getHeight(), deprecated Image::renderThumb() and Image::getThumbnail()
* Changed default contents of img_metadata to empty string instead of a:0:{}
* Moved responsibility for respecting $wgGenerateThumbnailOnParse from the UI to Image.php
Modified paths:

Diff [purge]

Loading diff…

Follow-up revisions

Rev.Commit summaryAuthorDate
r21650Restored previous interface for thumbUrl(), for backwards compatibility. Fixe...tstarling09:17, 27 April 2007
r21673Fix regression, broken since r21411:...raymond22:04, 27 April 2007

Comments

#Comment by Tbleher (Talk | contribs)   17:08, 19 December 2010

The change to MimeMagic.php leads to a wrong values for svg images in the mMimeToExt member variable. After this change, MimeMagic::getExtensionsForType("image/svg+xml") returns, among others, "image/svg". See bug 26367.

Personal tools
Namespaces
Variants
Views
Actions
Site
Support
Download
Development
Communication
Toolbox