* Introduced media handler modules for file-type specific operations: thumbnailing...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 20 Apr 2007 12:31:36 +0000 (12:31 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 20 Apr 2007 12:31:36 +0000 (12:31 +0000)
commitb15d8cffc454ad41191312a3c5e33069578bdd75
treee2e51abcf8daad46e1dfbd52794032b6e30b15bb
parentff9b558c05bdf4dabec2892049377f848d58ae1a
* 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
23 files changed:
RELEASE-NOTES
config/index.php
includes/Article.php
includes/AutoLoader.php
includes/DefaultSettings.php
includes/DjVuImage.php
includes/Exif.php
includes/Image.php
includes/ImageGallery.php
includes/ImagePage.php
includes/Linker.php
includes/MediaTransformOutput.php [new file with mode: 0644]
includes/MimeMagic.php
includes/Parser.php
includes/media/Bitmap.php [new file with mode: 0644]
includes/media/DjVu.php [new file with mode: 0644]
includes/media/Generic.php [new file with mode: 0644]
includes/media/SVG.php [new file with mode: 0644]
includes/mime.info
languages/messages/MessagesEn.php
skins/common/common.css
skins/monobook/main.css
thumb.php