| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-10-21 | - move some code into runtime extensions | uwetews | 1 | -70/+0 | |
| 2015-10-18 | - update code generated by template function call handler | uwetews | 1 | -3/+5 | |
| 2015-08-09 | remove unused parameter | uwetews | 1 | -2/+0 | |
| 2015-08-09 | replace property array by object properties | uwetews | 1 | -3/+2 | |
| 2015-03-17 | Clean up template functions property structure | Uwe Tews | 1 | -1/+1 | |
| 2015-01-02 | fix update of file dependency | Uwe Tews | 1 | -1/+1 | |
| 2014-12-30 | template function call handling | Uwe Tews | 1 | -9/+7 | |
| 2014-11-10 | bugfix for recent changes of {function} tag handling | Uwe Tews | 1 | -6/+9 | |
| 2014-11-08 | add code of template functions called in nocache mode dynamically to cache file | Uwe Tews | 1 | -19/+35 | |
| 2014-11-01 | -bugfix and enhancement on subtemplate {include} and template {function} tags. | Uwe Tews | 1 | -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 cleanup | Uwe.Tews@googlemail.com | 1 | -5/+4 | |
| 2013-07-15 | - update code generated by PSR-2 standards fixer which introduced PHP 5.4 ↵ | Uwe.Tews@googlemail.com | 1 | -1/+1 | |
| incompatibilities of 14.7.2013 | |||||
| 2013-07-14 | - update for PHP 5.4 compatibility | Uwe.Tews@googlemail.com | 1 | -55/+53 | |
| - reformat source to PSR-2 standard | |||||
| 2011-11-14 | fix typos paramter to parameter | monte.ohrt | 1 | -2/+2 | |
| 2011-09-16 | commit 3.1 into the trunk | monte.ohrt | 1 | -4/+19 | |
| 2011-03-16 | - bugfix on default {function} parameters when {function} was used in ↵ | uwe.tews@googlemail.com | 1 | -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 name | uwe.tews@googlemail.com | 1 | -0/+1 | |
| 2010-08-17 | fix formatting | monte.ohrt | 1 | -2/+3 | |
| 2010-05-25 | - rewrite of template function handling to improve speed | Uwe.Tews | 1 | -35/+26 | |
| - bugfix on file dependency when merge_compiled_includes = true | |||||
| 2010-02-07 | - minor fixes on API update | Uwe.Tews | 1 | -1/+1 | |
| 2009-12-31 | - optimization of generated code for doublequoted strings containing variables | Uwe.Tews | 1 | -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 | |||||
