*** empty log message ***

This commit is contained in:
andrey
2001-06-29 21:25:40 +00:00
parent 472db0b829
commit d35a5665d2
3 changed files with 6 additions and 5 deletions

6
NEWS
View File

@@ -1,7 +1,7 @@
- added overLib functionality (Monte)
- updated debug console with config file vars (Monte)
- added debugging url control (Monte)
- added 'quotes' type to escape modifier (Monte, Mike Krus)
- updated debug console with config file vars. (Monte)
- added debugging url control. (Monte)
- added 'quotes' type to escape modifier. (Monte, Mike Krus)
- added 'total' and 'iteration' section properties. (Andrei)
- added 'start', 'max', and step section attributes/properties. (Andrei)
- fixed a bug with security checking of functions inside {if} tags. (Andrei)

View File

@@ -1,8 +1,8 @@
1.4.4
-----
A few bug fixes, debugging console function for control via URL, and overLib
integration.
A few bug fixes, new section looping attributes and properties, debugging
console function for control via URL, and overLib integration.
1.4.3
-----

1
TODO
View File

@@ -9,3 +9,4 @@
* support implementations of prefiltes, mods, and others as class methods.
* possibly implement default modifiers that apply to variables upon display
* possibly implement undefined template tags custom handling
* think about possibility of supporting something like {$data[foo].{$key[bar]}}