How to install collective.groupspace.workflow
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install collective.groupspace.workflow
Lastest release
Introduction
Implements a placeful workflow policy needed for the GroupSpace content type of collective.groupspace.content that makes sure that, unless otherwise defined, all content types use the default workflow as defined by the placeful workflow policy.
This package is part of the collective.groupspace suite, whose components should be installed as needed:
- collective.groupspace.content
- collective.groupspace.roles
- collective.groupspace.mail
1.0.4 (2011-07-02)
Internal
- collective.groupspace.workflow is depending on CMFPlacefulWorkflow, so it should be installed with it otherwise install breaks (garbas)
1.0.3 (2010-05-07)
Internal
- Fix import in policy.py for Zope 2.12. InitializeClass is deprecated. import from App.class init instead
1.0.2 (2009-11-12)
Documentation
- Refactoring and documentation of the getChainFor method of the GroupSpaceWorkflowPolicyDefinition in policy.py.
Bug Fixes
- Raise an error at installation time if CMFPlacefulWorkflow has not been installed before
Internal
- More unit tests
1.0.1 (2009-11-11)
Backwards Incompatibilities
- Renamed GroupSpaceWorkflowPolicy.py to policy.py. To upgrade, go to the portal_placeful_workflow tool in the ZMI and remove the two policies, groupspace_content_placeful_workflow and groupspace_placeful_workflow. Then reinstall collective.groupspace.workflow.
1.0 (2009-10-28)
- Initial release.