E&S CVS Commit: PEAK - Rename/refactor from model/view/pattern to domlet/define. Fixed broken

pje at eby-sarna.com pje at eby-sarna.com
Wed Jul 23 13:47:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Wed Jul 23 17:46:36 UTC 2003

Modified Files:
	PEAK/src/peak: peak.ini
	PEAK/src/peak/web: interfaces.py templates.py
	PEAK/src/peak/web/tests: test_templates.py

Log Message:
Rename/refactor from model/view/pattern to domlet/define.  Fixed broken
XML namespace support.  (Expat doesn't give you namespace events unless you
also have it skip xmlns: attributes, which doesn't work for us because we
need to reproduce the input document as closely as possible.)  Added
another unit test, which is what caught the xmlns problem.  RenderTo()
signature still needs review.  (And not just because it still includes a
'currentModel' parameter!)


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.60&r2=1.61
http://cvs.eby-sarna.com/PEAK/src/peak/web/interfaces.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PEAK/src/peak/web/templates.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_templates.py.diff?r1=1.1&r2=1.2

To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 PEAK/src/peak/peak.ini
cvs rdiff -r1.8 -r1.9 PEAK/src/peak/web/interfaces.py
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/web/templates.py
cvs rdiff -r1.1 -r1.2 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