[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser - configure.zcml:1.8
Florent Guillaume
fg@nuxeo.com
Tue, 25 Jun 2002 11:28:22 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv422/lib/python/Zope/App/OFS/Content/Folder/Views/Browser
Modified Files:
configure.zcml
Log Message:
Finish implementing existing Principal Role management views.
Filtering is not really useable now, it should ask for a
prefix to use before displaying the filtered matrix.
Use a Persistent LocalSecurityMap to store the annotations.
Fix the tests.
Add 'Principal Roles' to the Folder menu (XXX should add it
to other (all?) content objects too).
Did the name="foo.bar.baz:records" syntax ever work in publisher ?
=== Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/configure.zcml 1.7 => 1.8 ===
<browser:menuItem title="Role Permissions"
action="@@AllRolePermissions.html"/>
+ <browser:menuItem title="Principal Roles"
+ action="@@PrincipalRoles.html"/>
</browser:menuItems>
<browser:menuItem menu="add_content"