summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_function_call_handler.php
AgeCommit message (Collapse)AuthorFilesLines
2015-10-21- move some code into runtime extensionsuwetews1-70/+0
2015-10-18- update code generated by template function call handleruwetews1-3/+5
2015-08-09remove unused parameteruwetews1-2/+0
2015-08-09replace property array by object propertiesuwetews1-3/+2
2015-03-17Clean up template functions property structureUwe Tews1-1/+1
2015-01-02fix update of file dependencyUwe Tews1-1/+1
2014-12-30template function call handlingUwe Tews1-9/+7
2014-11-10bugfix for recent changes of {function} tag handlingUwe Tews1-6/+9
2014-11-08add code of template functions called in nocache mode dynamically to cache fileUwe Tews1-19/+35
2014-11-01 -bugfix and enhancement on subtemplate {include} and template {function} tags.Uwe Tews1-24/+26
* Calling a template which has a nocache section could fail if it was called from a cached and a not cached subtemplate. * Calling the same subtemplate cached and not cached with the $smarty->merge_compiled_includes enabled could cause problems * Many smaller related changes
2014-06-06 - fixed spelling, PHPDoc , minor errors, code cleanupUwe.Tews@googlemail.com1-5/+4
2013-07-15- update code generated by PSR-2 standards fixer which introduced PHP 5.4 ↵Uwe.Tews@googlemail.com1-1/+1
incompatibilities of 14.7.2013
2013-07-14- update for PHP 5.4 compatibilityUwe.Tews@googlemail.com1-55/+53
- reformat source to PSR-2 standard
2011-11-14fix typos paramter to parametermonte.ohrt1-2/+2
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