[ZPT] CVS: Packages/TAL - CHANGES.txt:1.8 HISTORY.txt:1.4
Evan Simpson
evan@zope.com
Tue, 2 Oct 2001 13:38:27 -0400
Update of /cvs-repository/Packages/TAL
In directory cvs.zope.org:/tmp/cvs-serv22059
Modified Files:
CHANGES.txt HISTORY.txt
Log Message:
=== Packages/TAL/CHANGES.txt 1.7 => 1.8 ===
file HISTORY.txt.
- Version 1.4.0
+ Version 1.4.1
- Features Added
-
- - Added TAL statement: omit_tag="[<boolean expr>]" replaces
- the statement tag with its contents if the boolean
- expression is true or omitted.
+ Bugs Fixed
- - The TAL and METAL namespaces can be applied to tag names,
- tags in these namespaces are removed from rendered output
- (leaving the contents in place, as with omit_tag)
- whenever attributes in these namespaces would be, and
- tag attributes without explicit namespaces default to the
- tag's namespace (per XML spec).
+ - tal:on-error was mangling other attributes
- Bugs Fixed
+ - TAL and METAL attributes with blank values were ignored.
+ - METAL statement nesting was not enforced.
=== Packages/TAL/HISTORY.txt 1.3 => 1.4 ===
in the file CHANGES.txt.
+ Version 1.4.0
+
+ Features Added
+
+ - Added TAL statement: omit_tag="[<boolean expr>]" replaces
+ the statement tag with its contents if the boolean
+ expression is true or omitted.
+
+ - The TAL and METAL namespaces can be applied to tag names,
+ tags in these namespaces are removed from rendered output
+ (leaving the contents in place, as with omit_tag)
+ whenever attributes in these namespaces would be, and
+ tag attributes without explicit namespaces default to the
+ tag's namespace (per XML spec).
+
Version 1.3.3
Bugs Fixed