E&S CVS Commit: PEAK - Refactor web view management to use a generic function, getting rid of some
pje at eby-sarna.com
pje at eby-sarna.com
Thu Mar 31 23:08:00 EST 2005
Module Name: PEAK
Committed By: pje
Date: Fri Apr 1 04:06:59 UTC 2005
Modified Files:
PEAK/src/peak/web: environ.py interfaces.py places.py
Log Message:
Refactor web view management to use a generic function, getting rid of some
cruft and paving the way for conditional views. This comes at some cost in
performance at view definition time (due to an O(n^2) algorithm), but it
should go back to normal once that algorithm is replaced in PyProtocols.
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.28&r2=1.29
http://cvs.eby-sarna.com/PEAK/src/peak/web/interfaces.py.diff?r1=1.54&r2=1.55
http://cvs.eby-sarna.com/PEAK/src/peak/web/places.py.diff?r1=1.51&r2=1.52
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 PEAK/src/peak/web/environ.py
cvs rdiff -r1.54 -r1.55 PEAK/src/peak/web/interfaces.py
cvs rdiff -r1.51 -r1.52 PEAK/src/peak/web/places.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