summaryrefslogtreecommitdiff
path: root/demo
AgeCommit message (Collapse)AuthorFilesLines
2009-11-06change linefeed style to native on all filesmonte.ohrt5-122/+122
2009-10-15added missing fileUwe.Tews1-0/+5
2009-09-30- reactivated PHP resource for simple PHP templates. Must set ↵Uwe.Tews3-16/+17
allow_php_templates = true to enable - {PHP} tag can be enabled by allow_php_tag = true
2009-09-19- replace internal "eval()" calls by "include" during rendering processUwe.Tews1-1/+1
- speed improvment for templates which have included subtemplates the compiled code of included templates is merged into the compiled code of the parent template - added logical operator "xor" for {if} tag - changed parameter ordering for Smarty2 BC fetch($template, $cache_id = null, $compile_id = null, $parent = null) display($template, $cache_id = null, $compile_id = null, $parent = null) createTemplate($template, $cache_id = null, $compile_id = null, $parent = null) - property resource_char_set is now replaced by constant SMARTY_RESOURCE_CHAR_SET - fixed handling of classes in registered blocks - speed improvement of lexer on text sections
2009-09-01- dropped nl2br as pluginUwe.Tews1-1/+1
- added '<>' as comparission operator in {if} tags - cached caching_lifetime property to cache_liftime for backward compatibility with Smarty2. {include} optional attribute is also now cache_lifetime - fixed trigger_error methode (moved into Smarty class) - version is now Beta!!!
2009-08-29- implemented caching of registered ResourcesUwe.Tews1-9/+0
- new property 'auto_literal'. if true(default) '{ ' and ' }' interpreted as literal, not as Smarty delimiter
2009-08-28- Fix on line breaks inside {if} tagsUwe.Tews5-48/+176
2009-03-22- delete obsolete filesUwe.Tews18-295/+0
2009-03-22fix pathmonte.ohrt1-1/+1
2009-03-22rearrange things into distribution and development directoriesmonte.ohrt20-0/+354