summaryrefslogtreecommitdiff
path: root/libs/plugins/modifier.truncate.php
AgeCommit message (Expand)AuthorFilesLines
2022-02-06prevent float to int cast deprecation warning in truncate modifierSimon Wisselink1-3/+3
2021-10-13Feature/php8 support (#629)Simon Wisselink1-1/+1
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews1-10/+4
2018-06-12Update PSR-2Sławomir Kaleta1-2/+4
2017-11-11remove html tags from PHPDoc blocksUwe Tews1-2/+2
2017-11-06code cleanup and optimizations 3.1.32-dev-34Uwe Tews1-1/+1
2016-02-09- reformat all code for unique styleuwetews1-3/+5
2014-06-06 - fixed spelling, PHPDoc , minor errors, code cleanupUwe.Tews@googlemail.com1-4/+6
2013-07-14- update for PHP 5.4 compatibilityUwe.Tews@googlemail.com1-11/+14
2011-12-18- added Smarty::$_UTF8_MODIFIER for proper PCRE charset handling (Forum Topic...rodneyrehm1-1/+1
2011-12-18- changed internals to use Smarty::$_MBSTRING ($_CHARSET, $_DATE_FORMAT) for ...rodneyrehm1-6/+6
2011-12-18stashing PCRE modificationsrodneyrehm1-1/+1
2011-10-01- improvement replaced some strlen($foo) > 3 calls by isset($foo[3])rodneyrehm1-1/+1
2011-09-16commit 3.1 into the trunkmonte.ohrt1-31/+23
2010-08-17fix formattingmonte.ohrt1-2/+2
2010-07-08- bugfix on assigning multidimensional arrays within templatesUwe.Tews1-1/+1
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
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
2009-04-11- fixed variables in 'file' attribute of {extend} tagUwe.Tews1-1/+1
2009-04-10- check if mb string functions available otherwise fallback to normal string ...Uwe.Tews1-11/+28
2009-03-22rearrange things into distribution and development directoriesmonte.ohrt1-0/+48