Metadata

Distro Index Owner:
eea
Home Page:
valentine.imagescales
License
GPL
Version:
4.3
Last updated:
2012-11-19
Keywords:

valentine.imagescales

Files

Indexes

UNKNOWN

Introduction

Imagescales is a generic system for creating thumbnails/image representations for content types, both those provided by Plone, and custom ones. To make it work for a content type, three adapters need to be provided:

  1. ImageView that retrieves an image in the desired scale.
  2. ImageTag that returns the HTML tag for the image
  3. ImageLink that returns the HTML link to the image.

see valentine/imagescales/README.txt for more info

Changelog

4.3 - (2012-08-27)

  • Bug fix: added type profile for Topic, fixes tests in Plone 4.2 [tiberich #5346]

4.2 - (2012-07-13)

  • Feature: Updated PIL dependency with Pillow [voineali]

4.1 - (2011-11-18)

  • Rerelease broken egg

4.0 - (2011-11-18)

  • Bug fix: added views registered for default image thumbnail sizes; allows plone filters to properly retrieve the image from html text links [tiberich #4651]
  • Feature: added a interface mapping fallback for our simile exhibit daviz product. [demarant]
  • Bug fix: fixed a bug with atfield adapter not properly dealing with broken blobs [tiberich]
  • Bug fix: fixed a bug with the traverser being triggered for atct_image_transform

System Message: WARNING/2 (<string>, line 40)

Bullet list ends without a blank line; unexpected unindent.
[tiberich]

System Message: WARNING/2 (<string>, line 41)

Block quote ends without a blank line; unexpected unindent.
  • Bug fix: Plone4 compatibility [tiberich]
  • Bug fix: Fixed pylint/pyflakes warrnings [ghicaale]
  • Change: Restructured package to work with plone.app.imaging instead of overriding it [tiberich #4284]
  • Change: return the whole image when it's not possible to return a scale in imgview for folders and fields [tiberich #4374]
  • Feature: Added upgrade steps [voineali #4392]
  • Feature: Plone 4.x compatible release [tiberich #4284]

0.7 - (2011-03-28)

  • Bug fix: Added translation domain to ZCML files [voineali #4139]
  • Bug fix: Return the field when traversing to /image in traverser [tiberich #4135]

0.6 - (2011-02-17)

  • Bug fix: Use try/except in display method to avoid errors when blobs are missing [tiberich]

0.5 - (2011-01-26)

  • Feature: Added JPEG to known formats for thumbnails [voineali #3847]

0.4 - (2010-05-17)

  • Bug fix: Fixed "typo" in fallback interfaces map. [pthulin]

0.3 - (2010-05-07)

  • Feature: Use fallback images to ensure that an image is always returned. [pthulin]

0.2.1 - (2010-01-18)

  • Cleanup: Removed empty skin folder

0.2 - (2010-01-18)

  • Feature: Thumbnails are always in formats PNG, JPG or GIF even if original is something else i.e TIFF
  • Feature: Enabled folder.ImageView for ATTopics. [pthulin]
  • Bug fix: Fixed bug where 16:9 images scaled to 16:9 background resulted in black borders. [pthulin]
  • Cleanup: Simplified design, removed ImageLink and ImageTag. [pthulin]
  • Feature: Add black borders to 4:3 images scaled to 16:9, and don't stretch the play button. [pthulin]

0.1 - Unreleased

  • Initial release