Provides roles for adding each portlets.
Project description
hexagonit.portletroles overrides each portlets for Plone to provide different edit_view permissions to them.
Assigning different roles to those permissons happens through rolemap.xml.
Only who has permission can manage portlets through @@manage-portlets then.
Further Documentation URL
Repository URL
https://github.com/hexagonit/hexagonit.portletroles/
Example rolemap.xml:
<?xml version="1.0"?> <rolemap> <permissions> <permission name="Portlets: Manage portlets" acquire="True"> <role name="Manager"/> <role name="Site Administrator"/> <role name="Editor" /> </permission> <!-- Permission for moving and deleting portlets --> <permission name="Portlets: Manage own portlets" acquire="True"> <role name="Manager"/> <role name="Site Administrator"/> <role name="Editor" /> </permission> <permission name="Portlets: Manage Events portlet" acquire="True"> <role name="Manager"/> <role name="Site Administrator"/> <role name="Editor" /> </permission> <permission name="Portlets: Manage Login portlet" acquire="True"> <role name="Manager"/> <role name="Site Administrator"/> </permission> ... </permissions> </rolemap>
With this rolemap.xml, user who has Editor role can add and manage Events portlet, but not Login portlet.
You can find which permissions are registered from overrides.zcml file in the package.
Permission for deleting and moving up/down portlets is controled by permission: Portlets: Manage own portlets.
Changelog
1.0 (2012-04-18)
Test for deleting and moving up/down portlet added. [taito]
0.9 (2012-03-08)
Code cleanups. [taito]
Sphinx documentation updated. [taito]
0.8 (2012-03-08)
Release for production use. [taito]
Contributors
Kai Lautaportti <kai.lautaportti at hexagonit.fi>
Taito Horiuchi <taito.horiuchi at hexagonit.fi>
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
File details
Details for the file hexagonit.portletroles-1.0.zip
.
File metadata
- Download URL: hexagonit.portletroles-1.0.zip
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0dc2a803f341b270af9e6c9821482bd7a4cdc2e47e035cd098991e6a8205e598 |
|
MD5 | 1f0d92dec0d5f377d45b75e1d0354631 |
|
BLAKE2b-256 | 66319c6535db4c7f3c37fae9f368f257122f5e9ea05b3528052906ccb9d8e531 |