E&S CVS Commit: PEAK - Remove all vestigial traces of the old 'Interaction' interface/object from

pje at eby-sarna.com pje at eby-sarna.com
Thu Jan 6 01:50:00 EST 2005


Module Name:	PEAK
Committed By:	pje
Date:		Thu Jan  6 06:49:34 UTC 2005

Modified Files:
	PEAK: CHANGES.txt
	PEAK/src/peak: peak.ini
	PEAK/src/peak/running: interfaces.py
	PEAK/src/peak/web: environ.py interfaces.py publish.py skins.py
	PEAK/src/peak/web/tests: test_environ.py

Log Message:
Remove all vestigial traces of the old 'Interaction' interface/object from
peak.web.  Clean up miscellaneous cruft such as 'CGIPublisher' (now
'WSGIPublisher') and make your choice of interaction policy configurable,
which is especially important now that the interaction policy controls all
the security rules.  The 'user' of a traversal context is now a first-class
part of the traversal context, rather than hanging off of the now-useless
'interaction' attribute.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.167&r2=1.168
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.158&r2=1.159
http://cvs.eby-sarna.com/PEAK/src/peak/running/interfaces.py.diff?r1=1.37&r2=1.38
http://cvs.eby-sarna.com/PEAK/src/peak/web/environ.py.diff?r1=1.26&r2=1.27
http://cvs.eby-sarna.com/PEAK/src/peak/web/skins.py.diff?r1=1.26&r2=1.27
http://cvs.eby-sarna.com/PEAK/src/peak/web/interfaces.py.diff?r1=1.53&r2=1.54
http://cvs.eby-sarna.com/PEAK/src/peak/web/publish.py.diff?r1=1.55&r2=1.56
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_environ.py.diff?r1=1.22&r2=1.23

To generate a diff of this commit:
cvs rdiff -r1.167 -r1.168 PEAK/CHANGES.txt
cvs rdiff -r1.158 -r1.159 PEAK/src/peak/peak.ini
cvs rdiff -r1.37 -r1.38 PEAK/src/peak/running/interfaces.py
cvs rdiff -r1.26 -r1.27 PEAK/src/peak/web/environ.py \
    PEAK/src/peak/web/skins.py
cvs rdiff -r1.53 -r1.54 PEAK/src/peak/web/interfaces.py
cvs rdiff -r1.55 -r1.56 PEAK/src/peak/web/publish.py
cvs rdiff -r1.22 -r1.23 PEAK/src/peak/web/tests/test_environ.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