Plomino 1.9 (Feb 16, 2011)

This release focuses on improving the application designer experience.

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

Available downloads

Pypi egg

For all platforms (209kB)

Release Notes

Tested with Plone 4, Plone 3
State Final release
License GPL
Release Manager Eric BREHAULT
  • Document id formula to compute document id at creation time.
  • Display error traceback in a pop-up (showing error message and formula code).
  • Import/export documents to/from a server local folder
  • Validator to avoid using underscores in views and columns ids.
  • Fix URLs in virtual hosting context.
  • Plomino_Readers: Plomino_Readers allows to restrict the list of users, groups, and/or user roles allowed to view the document.
  • Use collective.js.jqueryui instead of custom jqueryui. IMPORTANT NOTE: in Plone 3, please use collective.js.jqueryui = 1.7.3.1
  • Fix replication (file attachments support with blob + push/pull behavior).
  • Plomino element portlet can be conditionally displayed.
  • Generate a view based on a form (use fields for columns, set selection formula, and create "Add new" button).
  • Clean "browserims" (make sure Plomino API works when REQUEST is not defined to allow proper usage from a script).
  • Plomino documents are not necessarily indexed into the portal catalog.

Notes:

  • if you use plomino.tinymce, you need to update it to 0.6.6.
  • url() method as been removed, use doc_url() or doc_path() instead (first one give the url, second one the actual physical path)