From 1882e3b26ec69265148491b4a12148e43354d7db Mon Sep 17 00:00:00 2001 From: changelog Date: Tue, 24 Jun 2003 00:30:19 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 563c993a..78854b7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2003-06-23 Monte Ohrt + + * libs/Smarty.class.php + libs/Smarty_Compiler.class.php + libs/core/core.write_cache_paths_file.php: + make cache_path per resource, fix a couple directory path issues + +2003-06-23 Messju Mohr + + * libs/Smarty_Compiler.class.php: + removed warning when compiling empty template + + * libs/core/core.write_compiled_include.php: + fixed bug in write_compiled_include + + * libs/core/core.assemble_plugin_filepath.php: + fixed warning + 2003-06-22 Messju Mohr * libs/plugins/function.eval.php: