collective.local.userlisting

Warning
This product has not had a release in over 1 year and may no longer be maintained.
by Thomas Desvenain last modified Apr 28, 2011 08:09 AM

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.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.1

Released Apr 28, 2011

Download file Get collective.local.userlisting for all platforms
collective.local.userlisting-1.1.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.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

Comments (0)