summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_function_call_handler.php
AgeCommit message (Collapse)AuthorFilesLines
2011-09-16commit 3.1 into the trunkmonte.ohrt1-4/+19
2011-03-16- bugfix on default {function} parameters when {function} was used in ↵uwe.tews@googlemail.com1-8/+8
nocache sections - bugfix on compiler object destruction. compiler_object property was by mistake unset.
2010-11-17- bugfix on {call} with variable function nameuwe.tews@googlemail.com1-0/+1
2010-08-17fix formattingmonte.ohrt1-2/+3
2010-05-25- rewrite of template function handling to improve speedUwe.Tews1-35/+26
- bugfix on file dependency when merge_compiled_includes = true
2010-02-07- minor fixes on API updateUwe.Tews1-1/+1
2009-12-31- optimization of generated code for doublequoted strings containing variablesUwe.Tews1-0/+47
- rewrite of {function} tag handling - can now be declared in an external subtemplate - can contain nocache sections (nocache_hash handling) - can be called in noccache sections (nocache_hash handling) - new {call..} tag to call template functions with a variable name {call name=$foo} - fixed nocache_hash handling in merged compiled templates