summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2026-05-20Suppress E_DEPRECATED warnings for PHP 8.x compatibilityHEADmasterLester Caine1-2/+2
2024-05-24Scottchiefbaker/master (#1019)Simon Wisselink1-0/+42
2023-08-08Smarty5 (#852)Simon Wisselink209-31623/+0
2023-08-04Fix strip_tags modifier for falsy input. (#893)Simon Wisselink1-1/+1
2023-07-19version bumpSimon Wisselink1-1/+1
2023-07-19muteUndefinedOrNullWarnings() now also mutes PHP8 warnings for undefined prop...Simon Wisselink1-0/+13
2023-04-30Remove `md5` modifier from debug.tpl (#871)Jon2-6/+7
2023-03-28version bumpSimon 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-24Allow dereferencing of non-objects accross all supported PHP versions (#832)Simon Wisselink1-1/+14
2022-11-24Treat undefined vars and array access of a null or false variables equival...Simon Wisselink1-2/+6
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