Makes it easier to manage the roles that show up on the 'sharing' page in Plone 3
Project description
Introduction
This package provides services for managing the roles shown on the ‘Sharing’ page in Plone.
Specifically, it provides a GenericSetup handler to export/import the available roles. The file should be called sharing.xml, and have the following format:
<sharing> <role id="CopyEditor" title="Can edit copy" permission="Manage portal" /> <sharing>
The id must match a role already installed (e.g. with rolemap.xml). The title is the name to be shown on the sharing page. The required_permission is optional. If given, the user must have this permission to be allowed to manage the particular role.
Changelog
1.0b2 - 2009-03-26
Fixed dodgy ZCML file that crept into release. [optilude]
1.0b1 - 2009-03-26
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.sharingroles-1.0b2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c50fb44d49d6ad4798f6d783027e29bbcaac3c9901b0e39a8b4a21cdd7fd5146 |
|
MD5 | a9e4dbdcf15590f4d41bac3b804326d5 |
|
BLAKE2b-256 | 3c545b1aa42cc4c72be01ea664542c042f66db6be170b4382ee4b05ff7a7786f |