[Zope3-checkins] CVS: Zope3/src/zope/app - configure.zcml:1.39 meta.zcml:1.19

Chris McDonough chrism at plope.com
Wed Jan 14 17:55:46 EST 2004


Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv5558/src/zope/app

Modified Files:
	configure.zcml meta.zcml 
Log Message:
Merge security policy refactoring:

 - Moved all role- and grant-related functionality into
   zope.products.securitypolicy (and out of zope.app.security.grant).
   The zope.products.securitypolicy implementation is exactly
   the same as the old implementation; no changes were made
   to the actual mechanics of role-permission or principal-permission
   grants.  The only real difference is that all functionality
   that is the purview of what we want a security policy to have
   control of is now in that one place.

 - Created new modulealias directive which can be used to provide
   aliases to older modules (to not break existing ZODBs when
   module locations change).

 - Added minor feature: "make debug" launches a debug session in the
   spirit of Zope 2's "zopectl debug".
   


=== Zope3/src/zope/app/configure.zcml 1.38 => 1.39 ===
--- Zope3/src/zope/app/configure.zcml:1.38	Fri Dec 19 11:53:14 2003
+++ Zope3/src/zope/app/configure.zcml	Wed Jan 14 17:55:15 2004
@@ -13,8 +13,6 @@
   <include package="zope.app.event" />
   <include package="zope.app.mail" />
 
-  
-
   <content class="zope.app.rdb.ZopeConnection">
     <require
         permission="zope.ManageContent"


=== Zope3/src/zope/app/meta.zcml 1.18 => 1.19 ===
--- Zope3/src/zope/app/meta.zcml:1.18	Thu Dec 18 05:29:48 2003
+++ Zope3/src/zope/app/meta.zcml	Wed Jan 14 17:55:15 2004
@@ -1,6 +1,7 @@
 <configure xmlns="http://namespaces.zope.org/zope">
 
 <!-- Standard configuration directives -->
+<include package="zope.modulealias" file="meta.zcml" />
 <include package="zope.configuration" file="meta.zcml" />
 
 <include package="zope.app.component" file="meta.zcml" />




More information about the Zope3-Checkins mailing list