Plomino 0.5 (Alpha release) (Sep 20, 2006)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

The first Plomino release

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

Available downloads

Product package (.zip)

For all platforms (42 kB)

Release Notes

Tested with Plone 2.1
State Alpha release
License ZPL
Release Manager Eric BREHAULT
Released 2006/09/18

Release content:

  • All the core classes: PlominoDatabase, PlominoDocument, PlominoView, PlominoColumn, PlominoForm, PlominoField, PlominoAction, PlominoIndex, PlominoHidewhen and PlominoAccessControl
  • All the design is managed through the Plone interface
  • Form are designed in WYSIWIG mode with Kupu. Fields, actions and hide-when formulas are inserted using specific CSS styles.
  • Fields can be editable, computed, or computed for display
  • Document items can be accessed as document attributes
  • Forms have a default action bar, but application-specific actions can be added if needed (they also can be added in the form body if needed)
  • Forms support onOpenDocument and onSaveDocument events
  • Views can have as many columns as needed, one column can be sorted, and first column can be categorized.
  • Views support the form formula feature.
  • The access control list allow to manage the following access levels:
    • PlominoManager
    • PlominoDesigner
    • PlominoEditor
    • PlominoAuthor
    • PlominoReader
  • The access control list also allows to manage application-specific user roles
  • A PlominoDocument can be display using several forms
  • PlominoDocument class provides a send method to send a document by email
  • Documents can handle an Authors field (which can eventually contain a user role)