Plomino 1.12 (Oct 03, 2011)

plone.app.async integration

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

Available downloads

Pypi egg

For all platforms (216 kB)

Release Notes

Tested with Plone 4.1, Plone 4, Plone 3
State Final release
License GPL
Release Manager Eric BREHAULT

Plomino can now run agents or refresh db in asynchronous mode using plone.app.async.

This release also provides a new parameter for agents, allowing to ask Plomino to run them using current user access rights (as it used to be) or using the owner (=the developer) access rights.

Change log

* fix reader access control on getfile,
* add cgi_escape to utils,
* create plomino_workflow and fix permissions,
* integrate plone.app.async support to enable asynchronous agent execution and asynchronous refreshdb ,
* allow to run agent as current user or as owner,
* don't use File for everything in /resources/; use Script (Python) for script libraries.