E&S CVS Commit: PEAK - Drop 'ITraversalContext.getView()', because there are two other ways to

pje at eby-sarna.com pje at eby-sarna.com
Tue Oct 12 00:33:00 EDT 2004


Module Name:	PEAK
Committed By:	pje
Date:		Tue Oct 12 04:32:50 UTC 2004

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

Log Message:
Drop 'ITraversalContext.getView()', because there are two other ways to
obtain views.  Move view_protocol attribute to 'ITraversalContext' so that
views are contextual to current traverse location.  (This will allow
view definitions to be location-specific once we implement the site
configuration objects and language.)


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.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/web/interfaces.py.diff?r1=1.35&r2=1.36
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_environ.py.diff?r1=1.8&r2=1.9

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/web/environ.py
cvs rdiff -r1.35 -r1.36 PEAK/src/peak/web/interfaces.py
cvs rdiff -r1.8 -r1.9 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