collective.local.userlisting 1.1
Provides a view on contents that displays the list of users having a role on it.
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.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]
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| collective.local.userlisting-1.1.zip (md5) | Source | 2011-04-28 | 21KB | 282 | |
- Author: Thomas Desvenain
- Home Page: http://svn.plone.org/svn/collective/collective.local.userlisting
- Keywords: auth,project
- License: GPL
- Categories
- Package Index Owner: tdesvenain
- DOAP record: collective.local.userlisting-1.1.xml
