This release is a pre-release and may not be stable for production use.
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 xmlns:i18n="http://xml.zope.org/namespaces/i18n"
i18n:domain="plone">
<role
id="CopyEditor"
title="Can edit copy"
permission="Manage portal"
i18n:attributes="title"
/>
</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.0b4 - 2009-06-25
Internationalized sharing column title. [vincentfretin]
1.0b3 - 2009-03-26
Clearly not my day with ZCML files. :( [optilude]
1.0b2 - 2009-03-26
Fixed dodgy ZCML file that crept into release. [optilude]
1.0b1 - 2009-03-26
Initial release
Release files for collective.sharingroles 1.0b4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| collective.sharingroles-1.0b4.zip | 16.6 kB | Details |
Release files / collective.sharingroles-1.0b4.zip
| Download URL | collective.sharingroles-1.0b4.zip |
|---|---|
| Size | 16.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7dc1bf0b1f91286b4364470e6c7db27327eef1be345bb9a33ea35527296d668a
|
|
BLAKE2b-256 checksum How to use checksums |
f001011b8306ddff8d06e2b2ee3c575395824431f7c65f191de6d583c85c5481
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |