summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_compile_call.php
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Smarty5 (#852)Simon Wisselink1-89/+0
2018-06-12Update PSR-2Sławomir Kaleta1-2/+2
2017-11-06code cleanup and optimizations 3.1.32-dev-34Uwe Tews1-2/+2
2016-10-08- optimization move runtime extension for template functions into Smarty objectsuwetews1-2/+2
2016-08-07- bugfix update of 04.08.2016 was incompleteuwetews1-2/+2
2016-02-09- reformat all code for unique styleuwetews1-4/+4
2015-10-24- new extension handler to load functions when calleduwetews1-2/+2
2015-10-21- move some code into runtime extensionsuwetews1-2/+2
2015-09-14- move code of {call} processing back into Smarty_Internal_Template classuwetews1-2/+6
2015-09-01- move template function code into runtime extensionuwetews1-2/+2
2015-03-17Clean up template functions property structureUwe Tews1-7/+0
2014-12-10- bugfix call of template function by a variable nameUwe Tews1-4/+11
2014-11-01 -bugfix and enhancement on subtemplate {include} and template {function} tags.Uwe Tews1-48/+6
2014-06-06 - fixed spelling, PHPDoc , minor errors, code cleanupUwe.Tews@googlemail.com1-10/+8
2013-07-14- update for PHP 5.4 compatibilityUwe.Tews@googlemail.com1-7/+6
2011-09-28- bugfix on template functions called nocache calling other template functionsuwe.tews@googlemail.com1-0/+3
2011-09-16commit 3.1 into the trunkmonte.ohrt1-39/+58
2010-11-17- bugfix on {block} if name did contain '-'uwe.tews@googlemail.com1-2/+3
2010-11-17- bugfix on {call} with variable function nameuwe.tews@googlemail.com1-4/+13
2010-11-16- bugfix on default parameter for {function}uwe.tews@googlemail.com1-3/+1
2010-11-11- major update including some API changesuwe.tews@googlemail.com1-8/+14
2010-08-17fix formattingmonte.ohrt1-1/+2
2010-06-01- bugfix on template functions used with template inheritanceUwe.Tews1-3/+3
2010-05-25- rewrite of template function handling to improve speedUwe.Tews1-32/+62
2009-12-31- optimization of generated code for doublequoted strings containing variablesUwe.Tews1-27/+8
2009-12-30- bugfix for plugins defined in the script as smarty_function_fooUwe.Tews1-0/+82