E&S CVS Commit: PEAK - Consolidate all the funky view code into one encapsulated location, as an

pje at eby-sarna.com pje at eby-sarna.com
Sun Oct 24 02:28:00 EDT 2004


Module Name:	PEAK
Committed By:	pje
Date:		Sun Oct 24 06:26:59 UTC 2004

Modified Files:
	PEAK/src/peak/web: environ.py interfaces.py places.py publish.py
	PEAK/src/peak/web/tests: test_environ.py test_resources.py
	    test_sitemap.py test_templates.py

Log Message:
Consolidate all the funky view code into one encapsulated location, as an
implementation of a new 'IViewService' interface.  Also, change the rules
for obtaining a view protocol, such that merely traversing to an
'IViewService' (such as a location) immediately enables its protocols.
This is just a first step towards *really* cleaning up the view
registration machinery.


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.20&r2=1.21
http://cvs.eby-sarna.com/PEAK/src/peak/web/interfaces.py.diff?r1=1.47&r2=1.48
http://cvs.eby-sarna.com/PEAK/src/peak/web/places.py.diff?r1=1.42&r2=1.43
http://cvs.eby-sarna.com/PEAK/src/peak/web/publish.py.diff?r1=1.52&r2=1.53
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_environ.py.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_resources.py.diff?r1=1.16&r2=1.17
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_sitemap.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_templates.py.diff?r1=1.19&r2=1.20

To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 PEAK/src/peak/web/environ.py
cvs rdiff -r1.47 -r1.48 PEAK/src/peak/web/interfaces.py
cvs rdiff -r1.42 -r1.43 PEAK/src/peak/web/places.py
cvs rdiff -r1.52 -r1.53 PEAK/src/peak/web/publish.py
cvs rdiff -r1.17 -r1.18 PEAK/src/peak/web/tests/test_environ.py
cvs rdiff -r1.16 -r1.17 PEAK/src/peak/web/tests/test_resources.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/web/tests/test_sitemap.py
cvs rdiff -r1.19 -r1.20 PEAK/src/peak/web/tests/test_templates.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