E&S CVS Commit: PEAK - Finished (I hope!) the cleanup of view registration. All the really yucky
pje at eby-sarna.com
pje at eby-sarna.com
Sun Oct 24 03:00:01 EDT 2004
Module Name: PEAK
Committed By: pje
Date: Sun Oct 24 06:59:39 UTC 2004
Modified Files:
PEAK/src/peak/web: environ.py interfaces.py places.py
PEAK/src/peak/web/tests: test_environ.py
Log Message:
Finished (I hope!) the cleanup of view registration. All the really yucky
bits are gone now, and the protocol mechanism is mostly encapsulated. I
was also able to drop 'IViewProtocol' after getting rid of the hacky bits
that used it. The only not-so-well-encapsulated bit is the method
'IViewService.registrationProtocol()', which I don't know how to get rid
of (or clean up) yet. Anyway, there's only a few feature tests that need
to be added to wrap up the needed functionality for sitemaps, as this
(hopefully) completes the sitemap-related refactoring.
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.21&r2=1.22
http://cvs.eby-sarna.com/PEAK/src/peak/web/interfaces.py.diff?r1=1.48&r2=1.49
http://cvs.eby-sarna.com/PEAK/src/peak/web/places.py.diff?r1=1.43&r2=1.44
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_environ.py.diff?r1=1.18&r2=1.19
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 PEAK/src/peak/web/environ.py
cvs rdiff -r1.48 -r1.49 PEAK/src/peak/web/interfaces.py
cvs rdiff -r1.43 -r1.44 PEAK/src/peak/web/places.py
cvs rdiff -r1.18 -r1.19 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