E&S CVS Commit: PEAK - DEPRECATED 'permissionNeeded' attribute of descriptors, and removed

pje at eby-sarna.com pje at eby-sarna.com
Tue Nov 23 18:27:00 EST 2004


Module Name:	PEAK
Committed By:	pje
Date:		Tue Nov 23 23:26:05 UTC 2004

Modified Files:
	PEAK: CHANGES.txt
	PEAK/src/peak/binding: attributes.py attributes.txt components.py
	    once.py
	PEAK/src/peak/ddt: web_runner.py
	PEAK/src/peak/model: features.py
	PEAK/src/peak/security: interfaces.py permission.py
	PEAK/src/peak/web: environ.py publish.py resources.py
	PEAK/src/peak/web/tests: test_resources.py test_templates.py

Log Message:
DEPRECATED 'permissionNeeded' attribute of descriptors, and removed
'security.IGuardedDescriptor'.  Please see CHANGES.txt for more details,
and information on upgrading.  Now 'peak.security' is decoupled from the
PEAK core frameworks, or more precisely, there are no "forward references"
from the PEAK core to 'peak.security', except for the temporary vestigial
implementations of 'permissionNeeded' that will be removed in the next
release.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.162&r2=1.163
http://cvs.eby-sarna.com/PEAK/src/peak/binding/attributes.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/binding/attributes.txt.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.141&r2=1.142
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.73&r2=1.74
http://cvs.eby-sarna.com/PEAK/src/peak/ddt/web_runner.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/model/features.py.diff?r1=1.32&r2=1.33
http://cvs.eby-sarna.com/PEAK/src/peak/security/interfaces.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/security/permission.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/web/environ.py.diff?r1=1.23&r2=1.24
http://cvs.eby-sarna.com/PEAK/src/peak/web/publish.py.diff?r1=1.53&r2=1.54
http://cvs.eby-sarna.com/PEAK/src/peak/web/resources.py.diff?r1=1.40&r2=1.41
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_resources.py.diff?r1=1.19&r2=1.20
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_templates.py.diff?r1=1.24&r2=1.25

To generate a diff of this commit:
cvs rdiff -r1.162 -r1.163 PEAK/CHANGES.txt
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/binding/attributes.py \
    PEAK/src/peak/binding/attributes.txt
cvs rdiff -r1.141 -r1.142 PEAK/src/peak/binding/components.py
cvs rdiff -r1.73 -r1.74 PEAK/src/peak/binding/once.py
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/ddt/web_runner.py
cvs rdiff -r1.32 -r1.33 PEAK/src/peak/model/features.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/security/interfaces.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/security/permission.py
cvs rdiff -r1.23 -r1.24 PEAK/src/peak/web/environ.py
cvs rdiff -r1.53 -r1.54 PEAK/src/peak/web/publish.py
cvs rdiff -r1.40 -r1.41 PEAK/src/peak/web/resources.py
cvs rdiff -r1.19 -r1.20 PEAK/src/peak/web/tests/test_resources.py
cvs rdiff -r1.24 -r1.25 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