E&S CVS Commit: PEAK - Added security.Denial() and changed permissionsNeeded -> permissionNeeded,

pje at eby-sarna.com pje at eby-sarna.com
Tue Aug 19 14:02:01 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Tue Aug 19 18:01:13 UTC 2003

Modified Files:
	PEAK/examples/trivial_web: webapp.py
	PEAK/src/peak/binding: once.py
	PEAK/src/peak/model: features.py
	PEAK/src/peak/security: interfaces.py permission.py
	PEAK/src/peak/security/tests: permission.py
	PEAK/src/peak/web: errors.py places.py resources.py
	PEAK/src/peak/web/tests: test_resources.py test_templates.py

Log Message:
Added security.Denial() and changed permissionsNeeded -> permissionNeeded,
as described in:

  http://www.eby-sarna.com/pipermail/transwarp/2003-August/000678.html

This is just the security portion; the web and error handling portions of
the proposal are not implemented yet.  Nonetheless, the changes are quite
widespread.  If you are using peak.security or peak.web, please take note
of the interface and implementation changes in this checkin.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/examples/trivial_web/webapp.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.59&r2=1.60
http://cvs.eby-sarna.com/PEAK/src/peak/model/features.py.diff?r1=1.22&r2=1.23
http://cvs.eby-sarna.com/PEAK/src/peak/security/interfaces.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PEAK/src/peak/security/permission.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PEAK/src/peak/security/tests/permission.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/PEAK/src/peak/web/errors.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/web/places.py.diff?r1=1.20&r2=1.21
http://cvs.eby-sarna.com/PEAK/src/peak/web/resources.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_resources.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_templates.py.diff?r1=1.7&r2=1.8

To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 PEAK/examples/trivial_web/webapp.py
cvs rdiff -r1.59 -r1.60 PEAK/src/peak/binding/once.py
cvs rdiff -r1.22 -r1.23 PEAK/src/peak/model/features.py
cvs rdiff -r1.7 -r1.8 PEAK/src/peak/security/interfaces.py \
    PEAK/src/peak/security/permission.py
cvs rdiff -r1.4 -r1.5 PEAK/src/peak/security/tests/permission.py
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/web/errors.py
cvs rdiff -r1.20 -r1.21 PEAK/src/peak/web/places.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/web/resources.py
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/web/tests/test_resources.py
cvs rdiff -r1.7 -r1.8 PEAK/src/peak/web/tests/test_templates.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list