Commit 8225d73e authored by Evan Simpson's avatar Evan Simpson

Split CHANGES.txt into Zope-style CHANGES.txt and HISTORY.txt

parent 4dacfebc
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
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment