*** empty log message ***

This commit is contained in:
andrey
2002-03-01 21:21:55 +00:00
parent 67630731a6
commit e968018c92

30
NEWS
View File

@@ -1,23 +1,25 @@
Version 2.0 Version 2.0.0
----------- -------------
- added "eval" function plugin for evaluating variables as templates. - added "eval" function plugin for evaluating variables as
(Monte) templates. (Monte)
- removed $tpl_file_ext class variable, no longer used. (Monte) - removed $tpl_file_ext class variable, no longer used. (Monte)
- added "hex" and "hexentity" escape types to escape modifier. (Monte) - added "hex" and "hexentity" escape types to escape modifier.
(Monte)
- removed dependency on PEAR. (Andrei) - removed dependency on PEAR. (Andrei)
- update popup_init to accept src attribute. (Monte, Duncan Forrest) - update popup_init to accept src attribute. (Monte, Duncan Forrest)
- implemented several optimizations, speeding up Smarty significantly in - implemented several optimizations, speeding up Smarty
most cases. (Andrei,Monte) significantly in most cases. (Andrei,Monte)
- implemented plugin architecture. (Andrei) - implemented plugin architecture. (Andrei)
- added modifiers wordwrap and indent. (Monte) - added wordwrap and indent modifiers. (Monte)
- added support for 'If-Modified-Since' headers for cached content. (Monte) - added support for 'If-Modified-Since' headers for cached content.
- removed insert_tag_check class variable, no longer needed. (Monte)
- optimized cache fetches by scanning for insert tags only if they exist.
(Monte) (Monte)
- removed insert_tag_check class variable, no longer needed. (Monte)
- optimized cache fetches by scanning for insert tags only if they
exist. (Monte)
- fixed bugs in overlib. (Monte, Duncan Forrest) - fixed bugs in overlib. (Monte, Duncan Forrest)
- fixed a problem with compile_id usage. (Andrei) - fixed a problem with compile_id usage. (Andrei)
- fixed problem with using assigned vars with {include_php ...} filepath. - fixed problem with using assigned vars with {include_php ...}
(Monte) filepath. (Monte)
Version 1.5.2 Version 1.5.2
------------- -------------
@@ -318,4 +320,4 @@ Version 1.0
------------ ------------
- initial release - initial release
/* vim: set et: */ /* vim: set et tw=72: */