mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
(typos)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user