summaryrefslogtreecommitdiff
path: root/libs/sysplugins/smarty_internal_resource_file.php
AgeCommit message (Collapse)AuthorFilesLines
2011-09-21- added $error_muting to suppress error messages even for badly implemented ↵rodneyrehm1-0/+4
error_handlers - reverted r4301
2011-09-16commit 3.1 into the trunkmonte.ohrt1-100/+62
2010-11-11- major update including some API changesuwe.tews@googlemail.com1-4/+4
2010-08-17fix formattingmonte.ohrt1-36/+37
2010-01-05- bugfix sha1() calculations at extends resource and some general ↵Uwe.Tews1-5/+10
improvments on sha1() handling
2009-12-29- use sha1() for filepath encodingUwe.Tews1-2/+1
- updates on nocache_hash handling
2009-12-27--- this is a major update with a couple of internal changes ---Uwe.Tews1-21/+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-12-17- bugfix of parent/global variable update at included/merged subtemplatesUwe.Tews1-1/+1
- encode final template filepath into filename of compiled and cached files
2009-11-17- sanitize compile_id and cache_id (replace illegal chars with _)Uwe.Tews1-2/+3
- use _dir_perms and _file_perms properties at file creation - new constant SMARTY_RESOURCE_DATE_FORMAT (default '%b %e, %Y') which is used as default format in modifier date_format
2009-11-03- renamed function names of autoloaded Smarty methods to Smarty_Method_....Uwe.Tews1-1/+1
- new security_class property (default is Smarty_Security)
2009-10-31- change of filenames in sysplugins folder for internal spl_autoload functionUwe.Tews1-0/+140
- lexer/parser changed for increased compilation speed