[ZPT] CVS: Packages/Products/PageTemplates (Products/DC/PageTemplates) - HISTORY.txt:1.1 CHANGES.txt:1.7
evan@serenade.digicool.com
evan@serenade.digicool.com
Fri, 8 Jun 2001 16:25:46 -0400
Update of /cvs-repository/Packages/Products/PageTemplates
In directory serenade:/home/evan/Zope/pt/lib/python/Products/PageTemplates
Modified Files:
CHANGES.txt
Added Files:
HISTORY.txt
Log Message:
Split CHANGES.txt into Zope-style CHANGES.txt and HISTORY.txt
--- Added File HISTORY.txt in package Packages/Products/PageTemplates ---
Page Template history
This file contains change information for previous versions of
PageTemplates. Change information for the current release can be found
in the file CHANGES.txt.
Version 1.3.1
Features Added
- Added error logging to PageTemplateFiles.
- Refactored PythonExpr, and added support for Zope 2.4
Version 1.3.0
Features Added
- New builtin variables 'default', 'user', and 'attrs'.
- Removed path modifiers.
- Added '|' operator for paths.
- Tweaked parameters passed when calling DTML.
- Expression types now have corresponding builtin functions in
Python expressions.
Version 1.2.1
Bug Fixed
- 'repeat' variable access was broken.
Version 1.2.0
Features Added
- Depends on the new ZTUtils package, which adds batching and
tree widget capabilities.
- Path expressions now have optional path modifiers. These
appear in parenthesis before the path, and include 'if',
'exists', and 'nocall'.
- Changed nocall: and exists: expressions types into path modifiers.
- The 'if' path modifier can cancel any TAL action.
Version 1.1.0
Features Added
- Changed tests to match TAL's omitted attributes.
Version 1.0.0
- Various minor bugs fixed
Version 1.0.0b1
- All functionality described in the Project Wiki is implemented
--- Updated File CHANGES.txt in package Packages/Products/PageTemplates --
--- CHANGES.txt 2001/05/22 16:23:15 1.6
+++ CHANGES.txt 2001/06/08 20:25:45 1.7
@@ -1,45 +1,14 @@
-2001-05-21 Evan Simpson <evan@digicool.com>
+Page Template changes
- * Version 1.3.0
- * Guido fixed use of nested macros.
- * New builtin variables 'default', 'user', and 'attrs'.
- * Removed path modifiers.
- * Added '|' operator for paths.
- * Tweaked parameters passed when calling DTML.
- * Expression types now have corresponding builtin functions in
- Python expressions.
+ This file contains change information for the current release.
+ Change information for previous versions can be found in the
+ file HISTORY.txt.
-2001-05-07 Evan Simpson <evan@digicool.com>
+ Version 1.3.2
- * Version 1.2.1
- * Bugfixes for 'repeat' variable access
+ Features Added
-2001-04-27 Evan Simpson <evan@digicool.com>
+ - Adopted Zope-style CHANGES.txt and HISTORY.txt
+ - Improved execution performance
- * Version 1.2.0
- * Depends on the new ZTUtils package, which adds batching and
- tree widget capabilities.
- * Path expressions now have optional path modifiers. These
- appear in parenthesis before the path, and include 'if',
- 'exists', and 'nocall'.
- * Changed nocall: and exists: expressions types into path modifiers.
- * tal:attributes no longer inserts empty attributes into
- source.
- * The 'if' path modifier can cancel any TAL action.
-
-2001-04-10 Evan Simpson <evan@digicool.com>
-
- * Version 1.1.0
- * Bug fixes
- * Tell TAL not to parse replacement structural text
- * Change tests to match TAL's omitted attributes
-
-2001-03-30 Evan Simpson <evan@digicool.com>
-
- * Version 1.0.0
- * Minor bugs fixed
-
-2001-03-27 Evan Simpson <evan@digicool.com>
-
- * Version 1.0.0b1
- * All functionality described in the Project Wiki is implemented
+ Bugs Fixed