From 963e5dae5e74fda5447c50efe452d697fd9f43dc Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Tue, 4 Nov 2014 18:59:57 +0100 Subject: [PATCH] new $smarty->debug options - new feature $smarty->debug = true; => overwrite existing Debug Console window (old behaviour) $smarty->debug = 2; => individual Debug Console window by template name --- change_log.txt | 4 ++++ libs/debug.tpl | 3 ++- libs/sysplugins/smarty_internal_debug.php | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/change_log.txt b/change_log.txt index 2491af62..bbad08e0 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,8 @@ ===== 3.1.22-dev ===== (xx.xx.2014) + 04.11.2014 + - new feature $smarty->debug = true; => overwrite existing Debug Console window (old behaviour) + $smarty->debug = 2; => individual Debug Console window by template name + 03.11.2014 - bugfix Debug Console did not show included subtemplates since 3.1.17 (forum 25301) - bugfix Modifier debug_print_var did not limit recursion or prevent recursive object display at Debug Console diff --git a/libs/debug.tpl b/libs/debug.tpl index 9ef8205a..c414496a 100644 --- a/libs/debug.tpl +++ b/libs/debug.tpl @@ -152,7 +152,8 @@ {/capture}