[Zope3-checkins] CVS: Zope3/src/zope/app/browser/security/grants - configure.zcml:1.1.2.2
Jim Fulton
jim@zope.com
Tue, 24 Dec 2002 07:51:52 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/security/grants
In directory cvs.zope.org:/tmp/cvs-serv1158/src/zope/app/browser/security/grants
Modified Files:
Tag: NameGeddon-branch
configure.zcml
Log Message:
Searched for and changed over 1200 references to Zope.something.
Most of these were either comments, doc strings, or permission ids.
Many were imports or ids in zcml. (much zcml fixup is still needed.
=== Zope3/src/zope/app/browser/security/grants/configure.zcml 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/browser/security/grants/configure.zcml:1.1.2.1 Mon Dec 23 14:31:10 2002
+++ Zope3/src/zope/app/browser/security/grants/configure.zcml Tue Dec 24 07:50:51 2002
@@ -6,7 +6,7 @@
<!-- Role-Permission management view -->
<browser:view for="zope.app.interfaces.annotation.IAnnotatable"
- permission="Zope.Security"
+ permission="zope.Security"
factory="zope.app.browser.security.grants.rolepermissionview.RolePermissionView">
<browser:page name="AllRolePermissions.html"
@@ -25,7 +25,7 @@
<browser:view for="zope.app.interfaces.annotation.IAnnotatable"
- permission="Zope.Security"
+ permission="zope.Security"
factory="zope.app.browser.security.grants.principalroleview.PrincipalRoleView">
<browser:page name="PrincipalRoles.html"
attribute="index" />
@@ -36,7 +36,7 @@
<content class="zope.app.browser.security.grants.principalpermissionview.PrincipalPermissionView">
<require
- permission="Zope.Security"
+ permission="zope.Security"
attributes="index get_principal unsetPermissions denyPermissions
grantPermissions getUnsetPermissionsForPrincipal
getPermissionsForPrincipal" />