E&S CVS Commit: PEAK - Added 'default' argument to 'IWebTraversable.traverseTo()' and

pje at eby-sarna.com pje at eby-sarna.com
Fri Oct 15 17:59:00 EDT 2004


Module Name:	PEAK
Committed By:	pje
Date:		Fri Oct 15 21:58:52 UTC 2004

Modified Files:
	PEAK/src/peak/web: environ.py interfaces.py places.py resources.py
	    skins.py
	PEAK/src/peak/web/tests: test_environ.py test_resources.py

Log Message:
Added 'default' argument to 'IWebTraversable.traverseTo()' and
'ITraversalContext.traverseName()', mostly to make testing easier.  Also
added 'IViewTarget' and 'IConfigurableLocation', with implementations.  The
latter interface supplies most of the functionality needed to implement
site maps; its initial implementation is in the 'web.Location' class.


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.13&r2=1.14
http://cvs.eby-sarna.com/PEAK/src/peak/web/interfaces.py.diff?r1=1.39&r2=1.40
http://cvs.eby-sarna.com/PEAK/src/peak/web/places.py.diff?r1=1.33&r2=1.34
http://cvs.eby-sarna.com/PEAK/src/peak/web/resources.py.diff?r1=1.34&r2=1.35
http://cvs.eby-sarna.com/PEAK/src/peak/web/skins.py.diff?r1=1.23&r2=1.24
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_environ.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_resources.py.diff?r1=1.10&r2=1.11

To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/web/environ.py
cvs rdiff -r1.39 -r1.40 PEAK/src/peak/web/interfaces.py
cvs rdiff -r1.33 -r1.34 PEAK/src/peak/web/places.py
cvs rdiff -r1.34 -r1.35 PEAK/src/peak/web/resources.py
cvs rdiff -r1.23 -r1.24 PEAK/src/peak/web/skins.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/web/tests/test_environ.py \
    PEAK/src/peak/web/tests/test_resources.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