A PAS plugin which can manage local roles via an adapter lookup on the current context
Project description
This PAS plug-in can be used to assign local roles in a particular context, by adapter. It can be installed via the GenericSetup profile in this product.
The plug-in should be installed when this doc-test is run. Please see workspace.py for more comprehensive tests.
>>> 'borg_localroles' in self.portal.acl_users.objectIds() True
Changelog for borg.localrole
(name of developer listed in brackets)
2.0.1 Released July 31st, 2008
Support caching of allowed local roles on the request. [witsch]
Renamed the default adapter to “default” so that people don’t accidentally override it with an unnamed adapter. Overriding the default should be possible, but is a marginal use case. If it’s overridden but not replicated properly, all sorts of problems can result. [optilude]
Added exportimport.zcml which registers TitleOnlyExportImport for WorkspaceLocalRoleManager; this allows local roles plug-in to be imported and exported as part of a GenericSetup profile. [rafrombrc]
2.0.0 Released April 20th, 2008
Baseline for Plone 3.1
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.