summaryrefslogtreecommitdiff
path: root/libs/plugins/modifier.escape.php
AgeCommit message (Expand)AuthorFilesLines
2022-11-22PHP8.2 compatibility (#775)Progi19841-77/+4
2022-02-08PHP 8.1: fix deprecation in escape modifierLibor M1-0/+3
2021-10-13Feature/php8 support (#629)Simon Wisselink1-5/+2
2021-08-19Merge branch 'escape' of https://github.com/m-haritonov/smarty into m-hariton...Simon Wisselink1-1/+5
2021-03-21Update modifier.escape.php (#649)David Goodwin1-0/+1
2021-02-28plugins: escape: javascript escaping secure fixMihail Haritonov1-1/+5
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews1-26/+50
2018-08-19- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...uwetews1-177/+161
2018-06-12Update PSR-2Sławomir Kaleta1-142/+154
2018-03-28- bugfix plugins may not be loaded if {function} or {block} tags are executed...Uwe Tews1-9/+13
2017-11-11remove html tags from PHPDoc blocksUwe Tews1-2/+2
2017-10-26- correction of PHPDoc blocksUwe Tews1-1/+0
2017-05-27- performance store flag for already required shared plugin functions in stat...uwetews1-12/+37
2016-09-02- performance require_once should be called only once for shared plugins http...uwetews1-5/+12
2016-02-09- reformat all code for unique styleuwetews1-5/+7
2014-07-01fix url in commentmonte.ohrt1-1/+1
2014-06-06 - fixed spelling, PHPDoc , minor errors, code cleanupUwe.Tews@googlemail.com1-7/+8
2013-07-14- update for PHP 5.4 compatibilityUwe.Tews@googlemail.com1-4/+13
2012-08-14fixing typo in commentsrodneyrehm1-4/+4
2012-06-24bugfix escape modifier support for PHP < 5.2.3 (Forum Topic 21176)rodneyrehm1-3/+48
2011-12-18- changed internals to use Smarty::$_MBSTRING ($_CHARSET, $_DATE_FORMAT) for ...rodneyrehm1-9/+9
2011-09-16commit 3.1 into the trunkmonte.ohrt1-36/+88
2011-01-03fix mb_str_replace to work with utf8monte.ohrt1-25/+2
2010-08-17fix formattingmonte.ohrt1-2/+1
2010-07-06- create exception on recursive {extends} callsUwe.Tews1-29/+33
2010-03-01move replacement funcmonte.ohrt1-15/+15
2010-03-01fix mb checkmonte.ohrt1-1/+1
2009-09-19- replace internal "eval()" calls by "include" during rendering processUwe.Tews1-5/+1
2009-04-10- check if mb string functions available otherwise fallback to normal string ...Uwe.Tews1-1/+5
2009-03-22rearrange things into distribution and development directoriesmonte.ohrt1-0/+111