E&S CVS Commit: PEAK - Fixed 'text' DOMlet not XML-quoting output. Added 'xml' DOMlet for

pje at eby-sarna.com pje at eby-sarna.com
Sun Dec 21 11:24:01 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Sun Dec 21 16:23:26 UTC 2003

Modified Files:
	PEAK: TODO.txt
	PEAK/src/peak: peak.ini
	PEAK/src/peak/web: templates.py
	PEAK/src/peak/web/tests: template1.pwt test_resources.py
	    test_templates.py

Log Message:
Fixed 'text' DOMlet not XML-quoting output.  Added 'xml' DOMlet for
outputting already-quoted output.  Added 'notag', 'text.notag', and
'xml.notag' variants that throw away their opening/closing tags.  'notag'
does nothing except throw away the open/close tags, which is useful when
'pwt:define'-ing a block that has multiple elements in it, among other
things.  With 'text.notag' or 'xml.notag', you can now embed text in other
text without needing to keep the "span" in the output.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/TODO.txt.diff?r1=1.83&r2=1.84
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.102&r2=1.103
http://cvs.eby-sarna.com/PEAK/src/peak/web/templates.py.diff?r1=1.15&r2=1.16
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/template1.pwt.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_resources.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_templates.py.diff?r1=1.9&r2=1.10

To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 PEAK/TODO.txt
cvs rdiff -r1.102 -r1.103 PEAK/src/peak/peak.ini
cvs rdiff -r1.15 -r1.16 PEAK/src/peak/web/templates.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/web/tests/template1.pwt
cvs rdiff -r1.4 -r1.5 PEAK/src/peak/web/tests/test_resources.py
cvs rdiff -r1.9 -r1.10 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