Plomino 1.6.3 (Jun 18, 2010)

Plone 4 compliant + new features

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

Available downloads

Egg

For all platforms (176 kB)

Release Notes

Tested with Plone 4, Plone 3
State Final release
License GPL
Release Manager Eric BREHAULT
  • Plone 4 compliant,
  • JQueryUI accordion integration (ability to create collapsible sections in forms),
  • New portlet to insert a Plomino form anywhere in your Plone site,
  • Installation using a buildout extend,
  • Force form for a document using ?openwithform=<formid> in the request,
  • German translation fixes.

IMPORTANT

Do not add the Plomino egg in your buildout anymore.
Installation is now handled using a buildout extend:
  • Add link to Plomino buildout extend in your buildout.cfg extends statement:
 
[buildout]
...
    extends =
        https://plomino.svn.sourceforge.net/svnroot/plomino/trunk/buildouts/buildout-plone3.cfg
        ...
 
or 
 
[buildout]
...
    extends =
        https://plomino.svn.sourceforge.net/svnroot/plomino/trunk/buildouts/buildout-plone4.cfg
        ...
 
 
Note: for Plone4, make sure to include it at the beginning of the "extends" statement
 
  • then re-run buildout