This commit is contained in:
rodneyrehm
2011-12-18 18:51:04 +00:00
parent 52754a1a47
commit df60ed94fa

View File

@@ -1,6 +1,6 @@
===== trunk ===== ===== trunk =====
18.12.2011 18.12.2011
- bufix strings ending with " in multiline strings of config files failed to compile {isse 67) - bugfix strings ending with " in multiline strings of config files failed to compile {isse #67)
- added chaining to Smarty_Internal_Templatebase - added chaining to Smarty_Internal_Templatebase
- changed unloadFilter() to not return a boolean in favor of chaining and API conformity - changed unloadFilter() to not return a boolean in favor of chaining and API conformity
- bugfix unregisterObject() raised notice when object to unregister did not exist - bugfix unregisterObject() raised notice when object to unregister did not exist
@@ -8,18 +8,18 @@
- added Smarty::$_UTF8_MODIFIER for proper PCRE charset handling (Forum Topic 20452) - added Smarty::$_UTF8_MODIFIER for proper PCRE charset handling (Forum Topic 20452)
17.12.2011 17.12.2011
- improvement of compiling speed by new handling of plain text blocks in the lexer/parser (issue 68) - improvement of compiling speed by new handling of plain text blocks in the lexer/parser (issue #68)
16.12.2011 16.12.2011
- bugfix the source exits flag and timestamp was not setup when temple is in php include path (issue 69) - bugfix the source exits flag and timestamp was not setup when temple is in php include path (issue #69)
9.12.2011 9.12.2011
- bugfix {capture} tags around recursive {include} calls did throw exception (Forum Topic 20549) - bugfix {capture} tags around recursive {include} calls did throw exception (Forum Topic 20549)
- bugfix $auto_literal = false did not work with { block} tags in child templates (Forum Topic 20581) - bugfix $auto_literal = false did not work with { block} tags in child templates (Forum Topic 20581)
- bugfix template inheritance: do not include code of {include} in overloaded {block} into compiled - bugfix template inheritance: do not include code of {include} in overloaded {block} into compiled
parent template (Issue 66} parent template (Issue #66}
- bugfix template inheritance: {$smarty.block.child} in nested child {block} tags did not return expected - bugfix template inheritance: {$smarty.block.child} in nested child {block} tags did not return expected
result (Forum Topic 20564) result (Forum Topic 20564)
===== Smarty-3.1.6 ===== ===== Smarty-3.1.6 =====
30.11.2011 30.11.2011