summaryrefslogtreecommitdiff
path: root/libs/plugins/modifier.truncate.php
AgeCommit message (Collapse)AuthorFilesLines
2010-08-17fix formattingmonte.ohrt1-2/+2
2010-07-08- bugfix on assigning multidimensional arrays within templatesUwe.Tews1-1/+1
- corrected bugfix for truncate modifier
2010-07-07- bugfix support of script files relative to trusted_dirUwe.Tews1-1/+1
2010-07-07- bugfix the truncate modifier needs to check if the string is utf-8 encoded ↵Uwe.Tews1-45/+48
or not
2010-02-18remove unnecessary param for pregmonte.ohrt1-1/+1
2010-02-16change ereg to pregmonte.ohrt1-1/+1
2009-11-06change linefeed style to native on all filesmonte.ohrt1-64/+64
2009-09-19- replace internal "eval()" calls by "include" during rendering processUwe.Tews1-2/+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-04-11- fixed variables in 'file' attribute of {extend} tagUwe.Tews1-1/+1
- fixed problems in modifiers (if mb string functions not present)
2009-04-10- check if mb string functions available otherwise fallback to normal string ↵Uwe.Tews1-11/+28
functions
2009-03-22rearrange things into distribution and development directoriesmonte.ohrt1-0/+48