| Age | Commit message (Collapse) | Author | Files | Lines |
|
error_handlers
- reverted r4301
|
|
|
|
|
|
|
|
improvments on sha1() handling
|
|
- updates on nocache_hash handling
|
|
- 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)
|
|
- encode final template filepath into filename of compiled and cached files
|
|
- 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
|
|
- new security_class property (default is Smarty_Security)
|
|
- lexer/parser changed for increased compilation speed
|