index
:
smarty
master
smarty Templating Suite
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
plugins
/
modifier.truncate.php
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-06
prevent float to int cast deprecation warning in truncate modifier
Simon Wisselink
1
-3
/
+3
2021-10-13
Feature/php8 support (#629)
Simon Wisselink
1
-1
/
+1
2018-08-31
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...
uwetews
1
-10
/
+4
2018-06-12
Update PSR-2
Sławomir Kaleta
1
-2
/
+4
2017-11-11
remove html tags from PHPDoc blocks
Uwe Tews
1
-2
/
+2
2017-11-06
code cleanup and optimizations 3.1.32-dev-34
Uwe Tews
1
-1
/
+1
2016-02-09
- reformat all code for unique style
uwetews
1
-3
/
+5
2014-06-06
- fixed spelling, PHPDoc , minor errors, code cleanup
Uwe.Tews@googlemail.com
1
-4
/
+6
2013-07-14
- update for PHP 5.4 compatibility
Uwe.Tews@googlemail.com
1
-11
/
+14
2011-12-18
- added Smarty::$_UTF8_MODIFIER for proper PCRE charset handling (Forum Topic...
rodneyrehm
1
-1
/
+1
2011-12-18
- changed internals to use Smarty::$_MBSTRING ($_CHARSET, $_DATE_FORMAT) for ...
rodneyrehm
1
-6
/
+6
2011-12-18
stashing PCRE modifications
rodneyrehm
1
-1
/
+1
2011-10-01
- improvement replaced some strlen($foo) > 3 calls by isset($foo[3])
rodneyrehm
1
-1
/
+1
2011-09-16
commit 3.1 into the trunk
monte.ohrt
1
-31
/
+23
2010-08-17
fix formatting
monte.ohrt
1
-2
/
+2
2010-07-08
- bugfix on assigning multidimensional arrays within templates
Uwe.Tews
1
-1
/
+1
2010-07-07
- bugfix support of script files relative to trusted_dir
Uwe.Tews
1
-1
/
+1
2010-07-07
- bugfix the truncate modifier needs to check if the string is utf-8 encoded ...
Uwe.Tews
1
-45
/
+48
2010-02-18
remove unnecessary param for preg
monte.ohrt
1
-1
/
+1
2010-02-16
change ereg to preg
monte.ohrt
1
-1
/
+1
2009-11-06
change linefeed style to native on all files
monte.ohrt
1
-64
/
+64
2009-09-19
- replace internal "eval()" calls by "include" during rendering process
Uwe.Tews
1
-2
/
+1
2009-04-11
- fixed variables in 'file' attribute of {extend} tag
Uwe.Tews
1
-1
/
+1
2009-04-10
- check if mb string functions available otherwise fallback to normal string ...
Uwe.Tews
1
-11
/
+28
2009-03-22
rearrange things into distribution and development directories
monte.ohrt
1
-0
/
+48