[Zope3-checkins] CVS: Zope3/src/zope/app/security/grants/tests -
	__init__.py:NONE test_annotationprincipalpermissionmanager.py:NONE
	test_annotationprincipalrolemanager.py:NONE
	test_annotationrolepermissionmanager.py:NONE
	test_principalpermissionmanager.py:NONE
	test_principalrolemanager.py:NONE
	test_rolepermissionmanager.py:NONE test_securitymap.py:NONE
    Chris McDonough 
    chrism at plope.com
       
    Wed Jan 14 17:55:26 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/security/grants/tests
In directory cvs.zope.org:/tmp/cvs-serv5558/src/zope/app/security/grants/tests
Removed Files:
	__init__.py test_annotationprincipalpermissionmanager.py 
	test_annotationprincipalrolemanager.py 
	test_annotationrolepermissionmanager.py 
	test_principalpermissionmanager.py 
	test_principalrolemanager.py test_rolepermissionmanager.py 
	test_securitymap.py 
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".
   
=== Removed File Zope3/src/zope/app/security/grants/tests/__init__.py ===
=== Removed File Zope3/src/zope/app/security/grants/tests/test_annotationprincipalpermissionmanager.py ===
=== Removed File Zope3/src/zope/app/security/grants/tests/test_annotationprincipalrolemanager.py ===
=== Removed File Zope3/src/zope/app/security/grants/tests/test_annotationrolepermissionmanager.py ===
=== Removed File Zope3/src/zope/app/security/grants/tests/test_principalpermissionmanager.py ===
=== Removed File Zope3/src/zope/app/security/grants/tests/test_principalrolemanager.py ===
=== Removed File Zope3/src/zope/app/security/grants/tests/test_rolepermissionmanager.py ===
=== Removed File Zope3/src/zope/app/security/grants/tests/test_securitymap.py ===
    
    
More information about the Zope3-Checkins
mailing list