E&S CVS Commit: PEAK - Make 'IPlace' independent of 'IWebTraversable', and move default

pje at eby-sarna.com pje at eby-sarna.com
Wed Oct 13 23:21:00 EDT 2004


Module Name:	PEAK
Committed By:	pje
Date:		Thu Oct 14 03:20:55 UTC 2004

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

Log Message:
Make 'IPlace' independent of 'IWebTraversable', and move default
implementation into a 'Place' base class.  Enhance 'place_url' computation
so that giving a root place a name doesn't screw up its URL (and back out
one of the previous workarounds for this in peak.running.commands).


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/running/commands.py.diff?r1=1.60&r2=1.61
http://cvs.eby-sarna.com/PEAK/src/peak/web/interfaces.py.diff?r1=1.38&r2=1.39
http://cvs.eby-sarna.com/PEAK/src/peak/web/places.py.diff?r1=1.32&r2=1.33
http://cvs.eby-sarna.com/PEAK/src/peak/web/resources.py.diff?r1=1.33&r2=1.34
http://cvs.eby-sarna.com/PEAK/src/peak/web/skins.py.diff?r1=1.22&r2=1.23
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_resources.py.diff?r1=1.9&r2=1.10

To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 PEAK/src/peak/running/commands.py
cvs rdiff -r1.38 -r1.39 PEAK/src/peak/web/interfaces.py
cvs rdiff -r1.32 -r1.33 PEAK/src/peak/web/places.py
cvs rdiff -r1.33 -r1.34 PEAK/src/peak/web/resources.py
cvs rdiff -r1.22 -r1.23 PEAK/src/peak/web/skins.py
cvs rdiff -r1.9 -r1.10 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