From d35a5665d2f4973d7c9c13b667d39f1e1b348d74 Mon Sep 17 00:00:00 2001 From: andrey Date: Fri, 29 Jun 2001 21:25:40 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 6 +++--- RELEASE_NOTES | 4 ++-- TODO | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index ac6c6b08..70fbfda5 100644 --- a/NEWS +++ b/NEWS @@ -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) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index cf676883..e7f8c10b 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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 ----- diff --git a/TODO b/TODO index 99961119..9343f7cd 100644 --- a/TODO +++ b/TODO @@ -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]}}