summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_templatecompilerbase.php
AgeCommit message (Expand)AuthorFilesLines
2011-03-28- bugfix on error message in smarty_internal_compile_block.phpuwe.tews@googlemail.com1-103/+107
2011-03-01- bugfix replace modifier did not work in 3.0.7 on systems without multibyte ...uwe.tews@googlemail.com1-2/+4
2011-02-25- bugfix for Smarty2 style compiler plugins on unnamed attribute passing like...uwe.tews@googlemail.com1-2/+6
2011-02-19- bugfix force default debug.tpl to be loaded by the file resource when defau...uwe.tews@googlemail.com1-1/+1
2011-01-14-bugfix removed memory leak while processing compileAllTemplatesuwe.tews@googlemail.com1-1/+1
2010-12-31- bugfix dynamic configuration of $debugging_crtl did not workuwe.tews@googlemail.com1-1/+6
2010-12-17- bugfix added missing support of $cache_attrs for registered pluginsuwe.tews@googlemail.com1-0/+1
2010-11-23-bugfix allow integer as attribute name in plugin callsuwe.tews@googlemail.com1-13/+15
2010-11-22- bugfix on template inheritance when an {extends} tag was inserted by a pref...uwe.tews@googlemail.com1-1/+1
2010-11-15- bugfix when using {$smarty.session} as objectuwe.tews@googlemail.com1-2/+2
2010-11-13- reverted location of loadPlugin() to Smarty classuwe.tews@googlemail.com1-3/+3
2010-11-11- major update including some API changesuwe.tews@googlemail.com1-33/+53
2010-08-17fix formattingmonte.ohrt1-2/+2
2010-08-13- remove exception_handler property from Smarty classUwe.Tews1-3/+3
2010-07-01- removed call_user_func_array calls for optimization of compiled code when u...Uwe.Tews1-29/+8
2010-05-11- reverted the change 0f 30/04/2010. With the exception of forward references...Uwe.Tews1-1/+8
2010-05-07- bugfix on {insert} Uwe.Tews1-1/+1
2010-04-30- fix to make calling of template functions unambiguously by madatory usage o...Uwe.Tews1-8/+1
2010-04-30- work around of a substr_compare bug in older PHP5 versionsUwe.Tews1-1/+1
2010-04-12- bugfix in smarty_internal_templatecompilerbase (overloaded property)Uwe.Tews1-1/+1
2010-04-07- bugfix typo in smarty_internal_templatecompilerbase and smarty_internal_tem...Uwe.Tews1-4/+4
2010-04-07- bugfix typo in smarty_internal_templatecompilerbase Uwe.Tews1-2/+2
2010-03-31- compile locking by touching old compiled files to avoid concurrent compilat...Uwe.Tews1-20/+10
2010-03-29- bugfix allow array definitions as modifier parameterUwe.Tews1-2/+2
2010-02-27- code optimizationUwe.Tews1-107/+105
2010-02-10- allow Smarty tags inside <? ... ?> tags in SMARTY_PHP_QUOTE and SMARTY_PHP_...Uwe.Tews1-1/+1
2010-02-09- added $smarty->_tag_stack for tracing block tag hierarchyUwe.Tews1-1/+7
2010-02-05- bugfix on modifier and block plugins with same nameUwe.Tews1-25/+55
2010-01-19- bugfix on plugins if same plugin was called from a nocache section first an...Uwe.Tews1-1/+1
2010-01-14- revert handling of newline on no output tags like {if...} Uwe.Tews1-1/+1
2010-01-09- bugfix on nocache {block} tags in parent templatesUwe.Tews1-5/+8
2010-01-07- bugfix on file dependendcy at template inheritanceUwe.Tews1-2/+6
2010-01-01- bugfix for obtaining plugins which must be included (related to change of 1...Uwe.Tews1-8/+6
2009-12-31- optimization of generated code for doublequoted strings containing variablesUwe.Tews1-16/+17
2009-12-30- bugfix for plugins defined in the script as smarty_function_fooUwe.Tews1-308/+310
2009-12-29(no commit message)Uwe.Tews1-0/+396
2009-12-29- use sha1() for filepath encodingUwe.Tews1-396/+0
2009-12-28replace md5 with str_replacemonte.ohrt1-1/+1
2009-12-28- adding md5 to nocache_hashUwe.Tews1-1/+1
2009-12-28- update for security fixesUwe.Tews1-3/+3
2009-12-28update cache logic to use secure dynamic cache idmonte.ohrt1-1/+5
2009-12-27- fixed bug on modifier plugins at nocache outputUwe.Tews1-0/+20
2009-12-27--- this is a major update with a couple of internal changes ---Uwe.Tews1-57/+162
2009-11-26- correct line number on unknown tag error messageUwe.Tews1-1/+1
2009-11-23- suppress warnings on unlink caused by race conditionsUwe.Tews1-8/+5
2009-11-18- make $smarty->_current_file available during compilation for Smarty2 BCUwe.Tews1-1/+2
2009-10-31- change of filenames in sysplugins folder for internal spl_autoload functionUwe.Tews1-0/+269