Metadata-Version: 1.0
Name: collective.groupspace.roles
Version: 1.0.3
Summary: Plone collective.groupspace view for assigning roles to participants
Home-page: http://plone.org/products/collective.groupspace.roles
Author: Maik Roeder
Author-email: roeder@berg.net
License: GPL
Description: Introduction
        ============
        
        Implements a roles tab for any content type implementing the ILocalGroupSpacePASRoles
        interface. An example content type is contained in collective.groupspace.content.
        
        The tab looks exactly like the Plone sharing tab, but local roles for users and 
        groups are stored in two attributes on the content type. The local roles can then 
        be assigned in the context of a GroupSpace, and are dynamically added to the roles
        of a visiting user with borg.localrole.
        
        This package is part of the collective.groupspace suite, whose components should
        be installed as needed:
        
        * collective.groupspace.workflow
        
        * collective.groupspace.content
        
        * collective.groupspace.mail
        
        
        
        1.0.3 (2010-07-02)
        ==================
        
        Features
        --------
        
        - spanish translation (enriquepablo)
        
        - Added FR translations. (jstegle)
        
        Bug Fixes
        ---------
        
        - ignore `.egg-info` to not make `mr.developer` think of dirty packages too much (witsch)
        
        - make sure the event has the request (enriquepablo)
        
        - portlet assignment fails if ponesite is not at / (enriquepablo)
        
        - Changed groupspace_roles.pt for Plone 4.0 Compatibility (member was undefined) (jstegle)
        
        1.0.2 (2010-01-10)
        ==================
        
        Features
        --------
        
        - The checkbox for sending an email notification on the roles tab is now unchecked by default.
        
        Bug Fixes
        ---------
        
        - The roles tab now shows the right translation for the "Can add" role. Thanks to Alain Salvatore
          for pointing this out.
        
        Internal
        --------
        
        - Consistently use PloneTestCase base class for unit tests instead of unittest.TestCase
        
        1.0.1 (2009-11-10)
        ==================
        
        Internal
        --------
        
        - The getRoles method of the LocalRoles class now returns a tuple instead of a set
        
        - Refactoring setPolicyDefaultLocalRoles
        
        - more unit tests added
        
        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 :: Communications :: Email
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Office/Business :: Groupware
Classifier: Topic :: Software Development :: Libraries :: Python Modules
