| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-19 | Update to HTML5-syntax in debug template | Stoll, Jonathan | 1 | -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 ↵ | uwetews | 1 | -3/+3 | |
| https://github.com/smarty-php/smarty/pull/483 | |||||
| 2018-08-19 | - fix PSR-2 coding standards and PHPDoc blocks ↵ | uwetews | 1 | -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) | uwetews | 1 | -1/+1 | |
| 2015-07-01 | - bugfix debugging console did not display string values containing \n, \r ↵ | Uwe Tews | 1 | -3/+3 | |
| or \t correctly https://github.com/smarty-php/smarty/issues/66 | |||||
| 2015-05-18 | Fix max nesting parameter | Uwe Tews | 1 | -4/+4 | |
| 2015-05-13 | Debugging - add display of Smarty version | Uwe Tews | 1 | -1/+1 | |
| 2015-05-13 | Debugging - truncate output of Origin to 80 characters and increase string ↵ | Uwe Tews | 1 | -6/+6 | |
| values from 40 to 80 characters | |||||
| 2015-05-07 | - improvement of the debugging console. Read NEW_FEATURES.txt | Uwe Tews | 1 | -2/+2 | |
| 2014-11-04 | new $smarty->debug options | Uwe Tews | 1 | -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-03 | Debug Console Update | Uwe Tews | 1 | -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 cleanup | Uwe.Tews@googlemail.com | 1 | -105/+109 | |
| 2011-09-22 | - bugfix debug.tpl did not display correctly when it was compiled with ↵ | uwe.tews@googlemail.com | 1 | -3/+3 | |
| escape_html = true | |||||
| 2011-09-18 | - bugfix for Smarty2 style compiler plugins on unnamed attribute passing ↵ | uwe.tews@googlemail.com | 1 | -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.com | 1 | -6/+0 | |
| 2010-12-01 | - improvement of {debug} tag output | uwe.tews@googlemail.com | 1 | -6/+9 | |
| 2010-11-15 | - bugfix captured content could not be accessed globally | uwe.tews@googlemail.com | 1 | -1/+1 | |
| - bugfix Smarty2 wrapper functions could not be call from within plugins | |||||
| 2009-11-06 | change linefeed style to native on all files | monte.ohrt | 1 | -136/+136 | |
| 2009-08-29 | - implemented caching of registered Resources | Uwe.Tews | 1 | -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.Tews | 1 | -3/+3 | |
| like in PHP | |||||
| 2009-04-05 | - replaced new array looping syntax {for $foo in $array} with {foreach $foo ↵ | Uwe.Tews | 1 | -6/+6 | |
| in $array} to avoid confusion | |||||
| 2009-03-22 | rearrange things into distribution and development directories | monte.ohrt | 1 | -0/+135 | |
