Metadata-Version: 1.1
Name: collective.z3cform.rolefield
Version: 0.2
Summary: A field for managing local roles
Home-page: http://pypi.python.org/pypi/collective.z3cform.rolefield
Author: Ecreall, Entrouvert, IMIO
Author-email: g.bastien@imio.be
License: GPL
Description: .. contents::
        
        Introduction
        ============
        
        A z3cform field that manage local roles.  This give the ability to assign local roles to selected element (that are by default Plone groups)
        
        How-to
        ======
        
        
        Installation
        ============
        
        * Add collective.z3cform.rolefield to your eggs.
        * Re-run buildout.
        * Done.
        
        Tests
        =====
        
        This add-on is tested using Travis CI. The current status of the add-on is :
        
        .. image:: https://secure.travis-ci.org/collective/collective.z3cform.rolefield.png
            :target: http://travis-ci.org/collective/collective.z3cform.rolefield
        
        Credits
        =======
        
        Have an idea? Found a bug? Let us know by `opening a ticket`_.
        
        .. _`opening a ticket`: https://github.com/collective/collective.z3cform.rolefield/issues
        
        Contributors
        ============
        
        - Gauthier Bastien, IMIO
        - Stephan Geulette, IMIO
        - Vincent Fretin, Ecreall
        - Cedric Messiant, Ecreall
        - Frederic Peters, Entr'ouvert
        
        Changelog
        =========
        
        
        0.2 (2014-02-07)
        ----------------
        
        - Fix manifest
          [jfroche]
        
        - Use zope.schema FieldEventUpdated event to apply local role changes
          [jfroche]
        
        - Move tests in a test folder
          [jfroche]
        
        - Use zope.schemaevent to subscribe to field update event
          [jfroche]
        
        - Move interfaces to one module
          [jfroche]
        
        - Move LocalRolesToPrincipals field to its own module
          [jfroche]
        
        - Use buildout 2
          [jfroche]
        
        
        0.1 (2014-01-16)
        ----------------
        
        - Initial release.
          [gbastien]
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
