collective.local.userlisting
Provides a view on contents that displays the list of users having a role on it.
Project 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]
Current Release
collective.local.userlisting 1.2
Released Apr 24, 2013
-
Get
collective.local.userlisting
for
all platforms
- collective.local.userlisting-1.2.zip
- If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.
All Releases
| Version | Released | Description | Compatibility | Licenses | Status |
|---|---|---|---|---|---|
| 1.2 | Apr 24, 2013 | More about this release… | GPL | final | |
| 1.1 | Apr 28, 2011 | More about this release… | GPL | final | |
| 1.0 | Apr 06, 2011 | Initial release More about this release… |
Plone 4
|
GPL | final |

