summaryrefslogtreecommitdiff
path: root/libs/plugins
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Smarty5 (#852)Simon Wisselink54-4529/+0
2023-08-04Fix strip_tags modifier for falsy input. (#893)Simon Wisselink1-1/+1
2023-03-24Implement fix and testsSimon Wisselink2-2/+6
2023-01-17PHP 8.1 deprecation warnings on null strings in modifiers (#834)Adrien Poupa8-11/+11
2022-11-22PHP8.2 compatibility (#775)Progi19843-112/+14
2022-09-23Using PHP functions as modifiers now triggers a deprecation notice (#814)Simon Wisselink5-0/+128
2022-09-22Fixed PHP8.1 deprecation errors in strip_tags (#803)Simon Wisselink1-2/+2
2022-09-22Silence deprecation errors for strtime in PHP8.1 or higherSimon Wisselink2-3/+4
2022-09-18Fix wrong indentation in libs/plugins/modifier.capitalize.php (#802)Hypolite Petovan1-1/+1
2022-09-14Fixed unselected year/month/day not working in html_select_dateSimon Wisselink1-31/+38
2022-09-14Applied appropriate javascript and html escaping in mailto plugin to counter ...Simon Wisselink1-10/+18
2022-09-13Fixed PHP8.1 deprecation errors in capitalize modifierSimon Wisselink1-0/+2
2022-09-12Fixed use of `rand()` without a parameter in math function (#795)Simon Wisselink1-1/+1
2022-09-10Fixed PHP8.1 deprecation errors in upper modifier #788Simon Wisselink1-2/+2
2022-09-09address PHP 8.1 'explode', 'number_format', and 'replace' deprecations (#755)Mark Fettig3-1/+52
2022-08-01Fixed second param of unescape modifier (#778)Simon Wisselink1-7/+15
2022-07-19Merge branch 'fix-issue-549-v3' of github.com:AnrDaemon/smarty into AnrDaemon...Simon Wisselink1-0/+34
2022-02-08PHP 8.1: fix deprecation in escape modifierLibor M2-10/+13
2022-02-06prevent float to int cast deprecation warning in truncate modifierSimon Wisselink1-3/+3
2022-02-04math equation return warning: math: illegal character for : {math equation="m...Pavel Kochman1-1/+1
2022-01-18Support multiple operators in math equations (#708)Claas Augner1-1/+1
2022-01-10Merge pull request from GHSA-29gp-2c3m-3j6mSimon Wisselink1-1/+31
2022-01-09Rewrote the mailto function to not use `eval` when encoding with javascriptSimon Wisselink1-7/+4
2021-12-03Fix for php 8.0 (#687)Darek Krzysztofiak1-1/+1
2021-10-13Feature/php8 support (#629)Simon Wisselink36-51/+39
2021-08-19Merge branch 'escape' of https://github.com/m-haritonov/smarty into m-hariton...Simon Wisselink2-2/+7
2021-03-21Update modifier.escape.php (#649)David Goodwin1-0/+1
2021-02-28plugins: escape: javascript escaping secure fixMihail Haritonov2-2/+7
2018-10-11- bugfix in date-format modifier; NULL at date string or default_date did not...uwetews1-2/+2
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews43-276/+304
2018-08-19- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...uwetews16-1136/+934
2018-06-12Update PSR-2Sławomir Kaleta34-904/+1022
2018-03-28- bugfix plugins may not be loaded if {function} or {block} tags are executed...Uwe Tews9-74/+55
2017-11-20bugfix rework of newline spacing between tag code and template text.Uwe Tews1-3/+3
2017-11-11remove html tags from PHPDoc blocksUwe Tews42-134/+134
2017-11-06code cleanup and optimizations 3.1.32-dev-34Uwe Tews23-121/+121
2017-10-26- correction of PHPDoc blocksUwe Tews8-22/+84
2017-08-06fixed typoUwe Tews1-1/+1
2017-08-05- bugfix wordwrap modifier could fail if used in nocache code.Uwe Tews4-93/+84
2017-05-27- performance store flag for already required shared plugin functions in stat...uwetews11-44/+122
2017-04-08spelling fixesklemens1-1/+1
2016-09-11- improvement {math} misleading E_USER_WARNING messages when parameter value ...uwetews1-12/+17
2016-09-11- improvement {math} misleading E_NOTICE messages when parameter value = null...uwetews1-17/+12
2016-09-11- improvement {math} misleading E_NOTICE messages when parameter value = null...uwetews1-12/+17
2016-09-06- performance require_once should be called only once for shared plugins http...uwetews1-0/+6
2016-09-02- performance require_once should be called only once for shared plugins http...uwetews11-40/+46
2016-08-23- bugfix remove constant DS as shortcut for DIRECTORY_SEPARATOR as the user m...uwetews1-1/+1
2016-07-23- improvement remove double funtion declaration in plugin shared.escape_speci...uwetews1-38/+19
2016-07-19- bugfix {match} shell injection vulnerability patch provided by Tim Weberuwetews1-1/+15
2016-05-07-bugfix Only variables should be assigned by reference https://github.com/sma...uwetews1-1/+1