Stoll, Jonathan
dff1955cd5
Update to HTML5-syntax in debug template
...
* Replace deprecated tags
* Use CSS3 selectors
* Update html-frame
* Remove deprecated syntax
* Harmonize syntax in general
2020-06-19 21:20:46 +02:00
uwetews
4f7cd8f1b3
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty/pull/483
2018-08-31 16:45:09 +02:00
uwetews
799b5cb342
- fix PSR-2 coding standards and PHPDoc blocks 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
2018-08-19 02:35:46 +02:00
uwetews
ceb9afbb5d
- bugfix unintended multiple debug windows (forum topic 25699)
2015-09-15 00:18:17 +02:00
Uwe Tews
e5bea506af
- bugfix debugging console did not display string values containing \n, \r or \t correctly https://github.com/smarty-php/smarty/issues/66
2015-07-01 10:54:45 +02:00
Uwe Tews
dcf53ca957
Fix max nesting parameter
2015-05-18 05:39:57 +02:00
Uwe Tews
e0dbc79204
Debugging - add display of Smarty version
2015-05-13 19:10:06 +02:00
Uwe Tews
a3c89bb4f4
Debugging - truncate output of Origin to 80 characters and increase string values from 40 to 80 characters
2015-05-13 19:03:54 +02:00
Uwe Tews
37449b2fcb
- improvement of the debugging console. Read NEW_FEATURES.txt
2015-05-07 04:36:49 +02:00
Uwe Tews
963e5dae5e
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
2014-11-04 18:59:57 +01:00
Uwe Tews
158b7be58a
Debug Console Update
...
- 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-11-03 22:27:32 +01:00
Uwe.Tews@googlemail.com
425091a19f
- fixed spelling, PHPDoc , minor errors, code cleanup
2014-06-06 02:40:04 +00:00
uwe.tews@googlemail.com
00a4769aa5
- bugfix debug.tpl did not display correctly when it was compiled with escape_html = true
2011-09-22 19:13:15 +00:00
uwe.tews@googlemail.com
8e6626fbca
- bugfix for Smarty2 style compiler plugins on unnamed attribute passing like {tag $foo $bar}
...
- bugfix debug.tpl did not display correctly when it was compiled with escape_html = true
2011-09-18 18:36:26 +00:00
uwe.tews@googlemail.com
5139a6fcd1
- other update regarding {debug}
2010-12-01 23:34:06 +00:00
uwe.tews@googlemail.com
176c3d625c
- improvement of {debug} tag output
2010-12-01 21:19:20 +00:00
uwe.tews@googlemail.com
ef85c9f2ad
- bugfix captured content could not be accessed globally
...
- bugfix Smarty2 wrapper functions could not be call from within plugins
2010-11-15 22:54:59 +00:00
monte.ohrt
3386b94e15
change linefeed style to native on all files
2009-11-06 14:35:00 +00:00
Uwe.Tews
bfefb8e017
- implemented caching of registered Resources
...
- new property 'auto_literal'. if true(default) '{ ' and ' }' interpreted as literal, not as Smarty delimiter
2009-08-29 16:29:52 +00:00
Uwe.Tews
453d8a23da
- change of new style syntax for forach. Now: {foreach $array as $var} like in PHP
2009-04-21 18:02:34 +00:00
Uwe.Tews
fa3a23dace
- replaced new array looping syntax {for $foo in $array} with {foreach $foo in $array} to avoid confusion
2009-04-05 17:56:04 +00:00
monte.ohrt
dcaa96a9f8
rearrange things into distribution and development directories
2009-03-22 16:09:05 +00:00