| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
was in included subtemplate
|
|
|
|
called on template object
|
|
|
|
values, and label_ids attribute
|
|
#49, Forum Topic 20049)
|
|
include_path if necessary
|
|
Post 74627)
|
|
|
|
year as offset base (Issue #53)
|
|
|
|
(Issue #49, Forum Topic 20049)
|
|
|
|
cannot compensate for (Issue #45)
|
|
|
|
|
|
- add unloadFilter() method
|
|
|
|
parent template
|
|
|
|
it on the fly several times
|
|
redundant strlen()s
|
|
|
|
array_flip()ed haystacks
- added notes on possible performance optimization/problem with Smarty_Security
|
|
in_array for index look up
|
|
|
|
|
|
|
|
|
|
during compilation
|
|
$smarty->assign('a',1)->assign('b',2); is possible now
|
|
{section} (issue #34)
|
|
template object
|
|
|
|
|
|
implementor call this once from his application
- optimized muteExpectedErrors() to pass errors to the latest registered error handler, if appliccable
error muting is now a global thing. this was done because of the overhead set_error_handler imposes and the fact, that only a few people really "need" this.
The decision was made by uwe.tews and rodneyrehm. (just in case anyone asks…)
|
|
|
|
- optimization use real function instead anonymous function for preg_replace_callback
- bugfix a relative {include} in child template blocks failed
- bugfix direct setting of $template_dir, $config_dir, $plugins_dir in __construct() of an
extended Smarty class created problems
|
|
|
|
escape_html = true
|
|
|
|
|
|
|
|
error_handlers
- reverted r4301
|
|
problems with custom error handlers
|
|
all lowercase
|
|
|
|
|
|
{include "../foo.tpl"}
|