E&S CVS Commit: PEAK - Fixed a latent problem with the view registration mechanism: view handlers

pje at eby-sarna.com pje at eby-sarna.com
Sun Oct 17 16:59:01 EDT 2004


Module Name:	PEAK
Committed By:	pje
Date:		Sun Oct 17 20:58:45 UTC 2004

Modified Files:
	PEAK/src/peak/web: environ.py places.py
	PEAK/src/peak/web/tests: test_environ.py

Log Message:
Fixed a latent problem with the view registration mechanism: view handlers
were called with an original, unadapted object, so if the view was defined
on an interface, the unadapted object might not have implemented that
interface.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/web/environ.py.diff?r1=1.16&r2=1.17
http://cvs.eby-sarna.com/PEAK/src/peak/web/places.py.diff?r1=1.36&r2=1.37
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_environ.py.diff?r1=1.14&r2=1.15

To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 PEAK/src/peak/web/environ.py
cvs rdiff -r1.36 -r1.37 PEAK/src/peak/web/places.py
cvs rdiff -r1.14 -r1.15 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