summaryrefslogtreecommitdiff
path: root/libs/debug.tpl
AgeCommit message (Collapse)AuthorFilesLines
2020-06-19Update to HTML5-syntax in debug templateStoll, Jonathan1-19/+34
* Replace deprecated tags * Use CSS3 selectors * Update html-frame * Remove deprecated syntax * Harmonize syntax in general
2018-08-31- reformating for PSR-2 coding standards ↵uwetews1-3/+3
https://github.com/smarty-php/smarty/pull/483
2018-08-19- fix PSR-2 coding standards and PHPDoc blocks ↵uwetews1-1/+1
https://github.com/smarty-php/smarty/pull/452 https://github.com/smarty-php/smarty/pull/475 https://github.com/smarty-php/smarty/pull/473 - bugfix PHP5.2 compatibility https://github.com/smarty-php/smarty/pull/472
2015-09-15- bugfix unintended multiple debug windows (forum topic 25699)uwetews1-1/+1
2015-07-01- bugfix debugging console did not display string values containing \n, \r ↵Uwe Tews1-3/+3
or \t correctly https://github.com/smarty-php/smarty/issues/66
2015-05-18Fix max nesting parameterUwe Tews1-4/+4
2015-05-13Debugging - add display of Smarty versionUwe Tews1-1/+1
2015-05-13Debugging - truncate output of Origin to 80 characters and increase string ↵Uwe Tews1-6/+6
values from 40 to 80 characters
2015-05-07- improvement of the debugging console. Read NEW_FEATURES.txtUwe Tews1-2/+2
2014-11-04new $smarty->debug optionsUwe Tews1-1/+2
- new feature $smarty->debug = true; => overwrite existing Debug Console window (old behaviour) $smarty->debug = 2; => individual Debug Console window by template name
2014-11-03Debug Console UpdateUwe Tews1-14/+36
- 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 (ATTENTION: parameter order has changed to be able to specify maximum recursion) - bugfix Debug consol did not include subtemplate information with $smarty->merge_compiled_includes = true - improvement The template variables are no longer displayed as objects on the Debug Console - improvement $smarty->createData($parent = null, $name = null) new optional name parameter for display at Debug Console - addition of some hooks for future extension of Debug Console
2014-06-06 - fixed spelling, PHPDoc , minor errors, code cleanupUwe.Tews@googlemail.com1-105/+109
2011-09-22- bugfix debug.tpl did not display correctly when it was compiled with ↵uwe.tews@googlemail.com1-3/+3
escape_html = true
2011-09-18- bugfix for Smarty2 style compiler plugins on unnamed attribute passing ↵uwe.tews@googlemail.com1-1/+1
like {tag $foo $bar} - bugfix debug.tpl did not display correctly when it was compiled with escape_html = true
2010-12-01- other update regarding {debug}uwe.tews@googlemail.com1-6/+0
2010-12-01- improvement of {debug} tag outputuwe.tews@googlemail.com1-6/+9
2010-11-15- bugfix captured content could not be accessed globallyuwe.tews@googlemail.com1-1/+1
- bugfix Smarty2 wrapper functions could not be call from within plugins
2009-11-06change linefeed style to native on all filesmonte.ohrt1-136/+136
2009-08-29- implemented caching of registered ResourcesUwe.Tews1-3/+4
- new property 'auto_literal'. if true(default) '{ ' and ' }' interpreted as literal, not as Smarty delimiter
2009-04-21- change of new style syntax for forach. Now: {foreach $array as $var} ↵Uwe.Tews1-3/+3
like in PHP
2009-04-05- replaced new array looping syntax {for $foo in $array} with {foreach $foo ↵Uwe.Tews1-6/+6
in $array} to avoid confusion
2009-03-22rearrange things into distribution and development directoriesmonte.ohrt1-0/+135