E&S CVS Commit: PEAK - Got rid of TemplateResource and DOMletAsHTTP, folding them directly into

pje at eby-sarna.com pje at eby-sarna.com
Fri Oct 22 15:56:01 EDT 2004


Module Name:	PEAK
Committed By:	pje
Date:		Fri Oct 22 19:55:24 UTC 2004

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

Log Message:
Got rid of TemplateResource and DOMletAsHTTP, folding them directly into
TemplateDocument, which will need to handle its own HTTP directly in the
future, not to mention its own context munging.  Also, made it easy to
use subclasses of TemplateDocument as resources, where previously you had
to also sublcass TemplateResource.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/web/resource_defaults.ini.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/web/resources.py.diff?r1=1.38&r2=1.39
http://cvs.eby-sarna.com/PEAK/src/peak/web/templates.py.diff?r1=1.30&r2=1.31
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_templates.py.diff?r1=1.17&r2=1.18

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/web/resource_defaults.ini
cvs rdiff -r1.38 -r1.39 PEAK/src/peak/web/resources.py
cvs rdiff -r1.30 -r1.31 PEAK/src/peak/web/templates.py
cvs rdiff -r1.17 -r1.18 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