Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
8225d73e
Commit
8225d73e
authored
Jun 08, 2001
by
Evan Simpson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split CHANGES.txt into Zope-style CHANGES.txt and HISTORY.txt
parent
4dacfebc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
40 deletions
+63
-40
lib/python/Products/PageTemplates/CHANGES.txt
lib/python/Products/PageTemplates/CHANGES.txt
+9
-40
lib/python/Products/PageTemplates/HISTORY.txt
lib/python/Products/PageTemplates/HISTORY.txt
+54
-0
No files found.
lib/python/Products/PageTemplates/CHANGES.txt
View file @
8225d73e
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
lib/python/Products/PageTemplates/HISTORY.txt
0 → 100644
View file @
8225d73e
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment