Metadata-Version: 1.1
Name: collective.local.userlisting
Version: 1.2
Summary: Provides a view on contents that displays the list of users having a role on it.
Home-page: http://svn.plone.org/svn/collective/collective.local.userlisting
Author: Thomas Desvenain
Author-email: thomas.desvenain@gmail.com
License: GPL
Description: Introduction
        ============
        
        Provides a "Members" tab on selected content types.
        The view a the list of members having a role on the content,
        sorted by role.
        
        Content types have just to implement IUserListingAvailable.
        
        Add to the configure.zcml on your policy product::
        
          <include package="collective.local.userlisting" />
          <class class="my.package.content.MyContent.MyContent">
             <implements interface="collective.local.userlisting.interfaces.IUserListingAvailable" />
          </class>
        
        Changelog
        =========
        
        1.2 (2013-04-24)
        ----------------
        
        - Roles displayed in Members tab are set with a property.
          [thomasdesvenain]
        
        - Now we have a dexterity behavior.
          [thomasdesvenain]
        
        
        1.1 (2011-04-28)
        ----------------
        
        - Users that are not searchable do not appear on user listing.
          [thomasdesvenain]
        
        - Added tests.
          [thomasdesvenain]
        
        - Plone basic theme compatible.
          [thomasdesvenain]
        
        
        1.0 (2011-04-06)
        ----------------
        
        - Initial release.
          [thomasdesvenain]
        
Keywords: auth,project
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
