Gallery Portlet 1.2-final (Sep 07, 2009)

New configuration options like: omit border, displaying description and additional translation (minor fix)

For additional information about this project, please visit the overview page .

Available downloads

There are no available software files in this release yet.

Release Notes

Tested with Plone 3
State Final release
License GPL

I would like to thank Davi Lima for providing pt-br translations

Installation is straightforward, just add se.portlet.gallery to buildout eggs and zcml.

[buildout]
eggs = ...
       se.portlet.gallery

zcml = ...
       se.portlet.gallery

Distribution at PyPi

Issues:

  • JQuery - it is based on JQuery lib, which is available in Plone 3. If your version of Plone doesn' have jquery installed you can add it yourself. There is important issue however. Plone changes $ to jq to avoid confilcts. If your version didn't change this you have to do it yourself.
    • fixed - there is a new configuration option, which enables you to adjust JQuery $ symbol to your version of Plone

Fixes:

  • Dependencies on CMFBibliographyAT - unfortunately first release had reference to this product (now removed)

Change log

Version: 1.2-final

  • added tranlsations: pt-br (by Davi Lima),
  • you can disable portlet border, header, footer with omit border option
  • you can display image descriptions under the image (configurable font size and color)
  • you can control height of description field