Metadata-Version: 1.0
Name: collective.groupspace.workflow
Version: 1.0.4
Summary: Plone collective.groupspace local workflow for securing private content
Home-page: http://plone.org/products/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.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.
        
        
Keywords: groupspace,roles,pas,borg.localrole,grufspaces
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
