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.escape.php
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-08
PHP 8.1: fix deprecation in escape modifier
Libor M
1
-0
/
+3
2021-10-13
Feature/php8 support (#629)
Simon Wisselink
1
-5
/
+2
2021-08-19
Merge branch 'escape' of https://github.com/m-haritonov/smarty into m-hariton...
Simon Wisselink
1
-1
/
+5
2021-03-21
Update modifier.escape.php (#649)
David Goodwin
1
-0
/
+1
2021-02-28
plugins: escape: javascript escaping secure fix
Mihail Haritonov
1
-1
/
+5
2018-08-31
- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...
uwetews
1
-26
/
+50
2018-08-19
- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...
uwetews
1
-177
/
+161
2018-06-12
Update PSR-2
Sławomir Kaleta
1
-142
/
+154
2018-03-28
- bugfix plugins may not be loaded if {function} or {block} tags are executed...
Uwe Tews
1
-9
/
+13
2017-11-11
remove html tags from PHPDoc blocks
Uwe Tews
1
-2
/
+2
2017-10-26
- correction of PHPDoc blocks
Uwe Tews
1
-1
/
+0
2017-05-27
- performance store flag for already required shared plugin functions in stat...
uwetews
1
-12
/
+37
2016-09-02
- performance require_once should be called only once for shared plugins http...
uwetews
1
-5
/
+12
2016-02-09
- reformat all code for unique style
uwetews
1
-5
/
+7
2014-07-01
fix url in comment
monte.ohrt
1
-1
/
+1
2014-06-06
- fixed spelling, PHPDoc , minor errors, code cleanup
Uwe.Tews@googlemail.com
1
-7
/
+8
2013-07-14
- update for PHP 5.4 compatibility
Uwe.Tews@googlemail.com
1
-4
/
+13
2012-08-14
fixing typo in comments
rodneyrehm
1
-4
/
+4
2012-06-24
bugfix escape modifier support for PHP < 5.2.3 (Forum Topic 21176)
rodneyrehm
1
-3
/
+48
2011-12-18
- changed internals to use Smarty::$_MBSTRING ($_CHARSET, $_DATE_FORMAT) for ...
rodneyrehm
1
-9
/
+9
2011-09-16
commit 3.1 into the trunk
monte.ohrt
1
-36
/
+88
2011-01-03
fix mb_str_replace to work with utf8
monte.ohrt
1
-25
/
+2
2010-08-17
fix formatting
monte.ohrt
1
-2
/
+1
2010-07-06
- create exception on recursive {extends} calls
Uwe.Tews
1
-29
/
+33
2010-03-01
move replacement func
monte.ohrt
1
-15
/
+15
2010-03-01
fix mb check
monte.ohrt
1
-1
/
+1
2009-09-19
- replace internal "eval()" calls by "include" during rendering process
Uwe.Tews
1
-5
/
+1
2009-04-10
- check if mb string functions available otherwise fallback to normal string ...
Uwe.Tews
1
-1
/
+5
2009-03-22
rearrange things into distribution and development directories
monte.ohrt
1
-0
/
+111