summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_template.php
AgeCommit message (Expand)AuthorFilesLines
2011-06-16- bugfix do not overwrite 'smarty' template variable when {include ... scope=...uwe.tews@googlemail.com1-1/+1
2011-03-16- bugfix on default {function} parameters when {function} was used in nocache...uwe.tews@googlemail.com1-214/+214
2011-03-03- bugfix "smarty" template variable was not recreated when cached templated h...uwe.tews@googlemail.com1-0/+2
2011-02-16-fixed typo in exception message of Smarty_Internal_Templateuwe.tews@googlemail.com1-1/+1
2011-02-11fix typos, rewordingmonte.ohrt1-1/+1
2011-01-16-bugfix of Iterator object handling in internal _count() methoduwe.tews@googlemail.com1-1/+1
2011-01-16-bugfix of ArrayAccess object handling in internal _count() methoduwe.tews@googlemail.com1-10/+7
2011-01-14fix memory leakuwe.tews@googlemail.com1-5/+7
2011-01-14-bugfix removed memory leak while processing compileAllTemplatesuwe.tews@googlemail.com1-1/+7
2010-12-13- bugfix {$smarty.template} in child template did not return right contentuwe.tews@googlemail.com1-11/+21
2010-11-27-change run output filter before cache file is written (as in Smarty2)uwe.tews@googlemail.com1-0/+3
2010-11-15- bugfix captured content could not be accessed globallyuwe.tews@googlemail.com1-0/+8
2010-11-13- bugfix overloading problem when $smarty->fetch()/display() have been used ...uwe.tews@googlemail.com1-1/+11
2010-11-13- code cleanupuwe.tews@googlemail.com1-9/+9
2010-11-13- bugix overloading problem when $smarty->fetch()/display() have been used i...uwe.tews@googlemail.com1-9/+21
2010-11-13- reverted location of loadPlugin() to Smarty classuwe.tews@googlemail.com1-2/+2
2010-11-11- major update including some API changesuwe.tews@googlemail.com1-102/+126
2010-10-01- added {break} and {continue} tags for flow control of {foreach},{section},{...uwe.tews@googlemail.com1-9/+22
2010-09-1515/09/2010uwe.tews@googlemail.com1-2/+2
2010-09-10- bugfix for change of 08/09/2010 (final {block} tags in subtemplates did not...uwe.tews@googlemail.com1-1/+6
2010-09-08- allow multiple template inheritance branches starting in subtemplatesUwe.Tews1-0/+2
2010-08-23- fixed E_STRICT errors for uninitialized variablesUwe.Tews1-2/+6
2010-08-17fix formattingmonte.ohrt1-1/+1
2010-08-13- remove exception_handler property from Smarty classUwe.Tews1-8/+7
2010-07-31- bugfix on nocache attribute at {assign} and {append}Uwe.Tews1-1/+3
2010-07-14- make the date_format modifier work also on objects of the DateTime classUwe.Tews1-2/+0
2010-07-08- bugfix on assigning multidimensional arrays within templatesUwe.Tews1-0/+20
2010-05-26- bugfix removed decrepated register_resource call in smarty_internal_templat...Uwe.Tews1-1/+1
2010-05-11- bugfix make sure that the cache resource is loaded in all conditions when ...Uwe.Tews1-1/+10
2010-04-07- bugfix typo in smarty_internal_templatecompilerbase and smarty_internal_tem...Uwe.Tews1-1/+1
2010-03-31- compile locking by touching old compiled files to avoid concurrent compilat...Uwe.Tews1-153/+163
2010-03-23- bugfix on caching mode SMARTY_CACHING_LIFETIME_SAVED and cache_lifetime = 0Uwe.Tews1-2/+2
2010-03-10remove old API callmonte.ohrt1-2/+2
2010-03-09- bugfix on uninitialized properties in smarty_internal_templateUwe.Tews1-2/+2
2010-03-09fix overload errormonte.ohrt1-1/+1
2010-03-08add __get() to templateCreate classmonte.ohrt1-0/+19
2010-03-08add setters/getters to created templatesmonte.ohrt1-1/+33
2010-03-04- bugfix allow uppercase chars in registered resource namesUwe.Tews1-8/+1
2010-02-27- allow block tags inside double quoted string Uwe.Tews1-3/+3
2010-02-08- bugfix of cache filename on extended templates when force_compile=trueUwe.Tews1-2/+2
2010-02-07- bugfix on changes of 05/02/2010Uwe.Tews1-1/+1
2010-02-06major API updatemonte.ohrt1-1/+1
2010-02-05- bugfix on modifier and block plugins with same nameUwe.Tews1-10/+17
2010-01-25- bugfix cache resource was not loaded when caching was globally off but enab...Uwe.Tews1-3/+6
2010-01-07- bugfix on file dependendcy at template inheritanceUwe.Tews1-1/+1
2010-01-05- bugfix sha1() calculations at extends resource and some general improvments...Uwe.Tews1-12/+4
2010-01-03- internal change on building cache filesUwe.Tews1-29/+23
2010-01-02- update cached_timestamp at the template object after cache file is written ...Uwe.Tews1-7/+7
2009-12-31- optimization of generated code for doublequoted strings containing variablesUwe.Tews1-1/+8
2009-12-29- internal change on merging some data Uwe.Tews1-16/+4