collective.autopermission 1.0b2
Create permissions in Zope 2 on demand when a <permission /> directive is used
Introduction
This package registers an event handler that initialises permissions on the fly. To use it, simply include its ZCML:
<include package="collective.autopermission" />
Then, you can use the <permission /> ZCML statement to define a new type of permission, without also needing to make the permission "spring into existence" via ClassSecurityInfo or similar.
Changelog
1.0b2 (2011-05-02)
- Fix deprecation warning
- Fix pep8
1.0b1 - March 11, 2009
- Initial release
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| collective.autopermission-1.0b2.tar.gz (md5) | Source | 2011-05-02 | 2KB | 5301 | |
- Author: Martin Aspeli
- Home Page: http://pypi.python.org/pypi/collective.autopermission
- Keywords: zope permission
- License: BSD
- Categories
- Package Index Owner: optilude, jfroche
- DOAP record: collective.autopermission-1.0b2.xml
