Metadata-Version: 1.0
Name: collective.groupspace.workflow
Version: 1.0.2
Summary: A placeful workflow policy enforcing a default workflow
Home-page: http://svn.plone.org/svn/collective/collective.groupspace.workflow
Author: Maik Roeder
Author-email: roeder@berg.net
License: GPL
Description: 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.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.
        
        
Keywords: groupspace,roles,pas,borg.localrole,grufspaces
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Office/Business :: Groupware
Classifier: Topic :: Software Development :: Libraries :: Python Modules
