[ZPT] New bugfix release of ZPT

Evan Simpson evan@zope.com
Fri, 12 Oct 2001 16:27:37 -0400


Bugfix releases PageTemplate 1.4.1, TAL 1.4.1, and ZTUtils 1.1.2 are up at 
http://www.zope.org/Members/4am/ZPT.

Highlights:

Page Template changes

   Bugs Fixed
     - Tracebacks were often truncated.
     - __bobo_traverse__ objects, such as the root, triggered
       security incorrectly when traversed.
     - If a PageTemplate was owned by a missing user, or one with
       insufficient permissions, the editing form broke.
     - PageTemplateFiles didn't bind 'user'.
     - There was no help.

ZTUtils changes

   Bugs Fixed
     - Orphans defaulted to 3, which was confusing and out of sync
       with DTML-In.
     - Orphan batches were broken.

TAL changes

   Bugs Fixed
     - tal:on-error was mangling other attributes
     - TAL and METAL attributes with blank values were ignored.
     - METAL statement nesting was not enforced.
     - METAL expansion didn't always do the right thing to nested
       METAL attributes.

Cheers,

Evan @ Zope