summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2022-11-23Also mute php7 notices for undefined array indexes when muteUndefinedOrNullWa...Simon Wisselink2-4/+3
2022-11-22version bumpSimon Wisselink1-1/+1
2022-11-22Change file permissions for directories and respect umask for written files. ...Simon Wisselink1-4/+2
2022-11-22Make SmartyCompilerException play nicer with error handler libraries (#782)Hunman2-2/+34
2022-11-22PHP8.2 compatibility (#775)Progi19848-113/+19
2022-09-27Dropped remaining references to removed PHP-support in Smarty 4 from docs, le...Simon Wisselink1-29/+0
2022-09-27Use __DIR__ instead of dirname(__FILE__) (#817)Raimondas Rimkevičius5-9/+9
2022-09-23Using PHP functions as modifiers now triggers a deprecation notice (#814)Simon Wisselink7-2/+133
2022-09-22Bug fix for underscore in template name (#581)Scott Newton1-2/+13
2022-09-22#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish loca...Alec Smecher10-29/+93
2022-09-22Fixed PHP8.1 deprecation errors in strip_tags (#803)Simon Wisselink1-2/+2
2022-09-22Fixed PHP8.1 deprecation errors passing null to parameter in trim (#807)Mathias1-2/+2
2022-09-22Silence deprecation errors for strtime in PHP8.1 or higherSimon Wisselink2-3/+4
2022-09-21Fix Variable Usage (#808)Jonathan Stoll1-1/+1
2022-09-18fix compilation for caching templates (#801)Storyxx1-2/+2
2022-09-18Fix wrong indentation in libs/plugins/modifier.capitalize.php (#802)Hypolite Petovan1-1/+1
2022-09-14clean output buffer for Throwable instead of just Exception (#797)Simon Wisselink1-1/+1
2022-09-14version bumpSimon Wisselink1-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-01version bumpSimon Wisselink1-1/+1
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-07-17Merge branch 'master' of github.com:JonisoftGermany/smarty into JonisoftGerma...Simon Wisselink1-19/+34
2022-07-17Do not use obsolete smarty properties '_dir_perms', '_file_perms', 'plugin_se...Simon Wisselink2-15/+5
2022-07-14Fix PHP 8.1 htmlspecialchars deprecation (#766)Gunnar Kreitz1-1/+1
2022-05-17version bumpSimon Wisselink1-1/+1
2022-05-16Replace '*/' in user supplied input in C-style comments with '* /'.Simon Wisselink6-15/+24
2022-04-26Merge pull request #727 from liborm85/escape-modifier-fixSimon Wisselink2-10/+13
2022-03-10Fix PHP 8.1 deprecated warning when calling rtrimJorge Sá Pereira2-4/+4
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-06Merge pull request #722 from kochichi/bugfix/721Simon Wisselink1-1/+1
2022-02-06version bumpSimon Wisselink1-1/+1
2022-02-04math equation return warning: math: illegal character for : {math equation="m...Pavel Kochman1-1/+1
2022-01-18Cherry-picked from da76d927ed77fb6b3cb8345b83776712d0778e55Thomas A. Hirsch1-2/+2
2022-01-18Cherry-picked from da76d927ed77fb6b3cb8345b83776712d0778e55Thomas A. Hirsch5-9/+9
2022-01-18version bumpSimon Wisselink1-1/+1
2022-01-18Support multiple operators in math equations (#708)Claas Augner1-1/+1
2022-01-10version bumpSimon Wisselink1-1/+1
2022-01-10Merge pull request from GHSA-4h9c-v5vg-5m6mSimon Wisselink1-0/+3
2022-01-10version bumpSimon Wisselink1-1/+1
2022-01-10Merge pull request from GHSA-29gp-2c3m-3j6mSimon Wisselink1-1/+31
2022-01-09version bumpSimon Wisselink1-1/+1
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