summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_resource_string.php
AgeCommit message (Collapse)AuthorFilesLines
2011-09-16commit 3.1 into the trunkmonte.ohrt1-109/+51
2010-10-01- added {break} and {continue} tags for flow control of ↵uwe.tews@googlemail.com1-7/+50
{foreach},{section},{for} and {while} loops - change of 'string' resource. It's no longer evaluated and compiled files are now stored - new 'eval' resource which evaluates a template without saving the compiled file - change in isCached() method to allow multiple calls for the same template
2010-08-17fix formattingmonte.ohrt1-36/+36
2009-12-27--- this is a major update with a couple of internal changes ---Uwe.Tews1-22/+3
- new config file lexer/parser (thanks to Thue Jnaus Kristensen) - template lexer/parser fixes for PHP and {literal} handing (thanks to Thue Jnaus Kristensen) - fix on registered plugins with different type but same name - rewrite of plugin handling (optimized execution speed) - closed a security hole regarding PHP code injection into cache files - fixed bug in clear cache handling - Renamed a couple of internal classes - code cleanup for merging compiled templates - couple of runtime optimizations (still not all done)
2009-10-31- change of filenames in sysplugins folder for internal spl_autoload functionUwe.Tews1-0/+109
- lexer/parser changed for increased compilation speed