E&S CVS Commit: PEAK - Refactor IWebTraversable.getAbsoluteURL(interaction) to

pje at eby-sarna.com pje at eby-sarna.com
Sat Aug 2 09:08:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Sat Aug  2 13:07:02 UTC 2003

Modified Files:
	PEAK/src/peak: peak.ini
	PEAK/src/peak/web: interfaces.py places.py publish.py resources.py
	    skins.py

Log Message:
Refactor IWebTraversable.getAbsoluteURL(interaction) to
IWebInteraction.getAbsoluteURL(traversable) and IWebTraversable.localPath.
This keeps resources from continually recomputing their (and their
parents'!) absolute URLs, and also lets TestInteraction compute an absolute
URL without 'zope.publisher' being present.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.69&r2=1.70
http://cvs.eby-sarna.com/PEAK/src/peak/web/interfaces.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PEAK/src/peak/web/places.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/web/publish.py.diff?r1=1.21&r2=1.22
http://cvs.eby-sarna.com/PEAK/src/peak/web/resources.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/web/skins.py.diff?r1=1.4&r2=1.5

To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 PEAK/src/peak/peak.ini
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/web/interfaces.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/web/places.py
cvs rdiff -r1.21 -r1.22 PEAK/src/peak/web/publish.py
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/web/resources.py
cvs rdiff -r1.4 -r1.5 PEAK/src/peak/web/skins.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