summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-27Use __DIR__ instead of dirname(__FILE__) (#817)Raimondas Rimkevičius152-250/+250
2022-09-23Using PHP functions as modifiers now triggers a deprecation notice (#814)Simon Wisselink20-44/+299
2022-09-22Bug fix for underscore in template name (#581)Scott Newton2-2/+14
2022-09-22#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish loca...Alec Smecher11-29/+94
2022-09-22Fixed PHP8.1 deprecation errors in strip_tags (#803)Simon Wisselink2-2/+3
2022-09-22Removed now superfluous phpunit.shSimon Wisselink1-2/+0
2022-09-22Re-organize all testrunners to use the same script(s). (#812)Simon Wisselink6-15/+59
2022-09-22Updated changelogSimon Wisselink1-0/+1
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 Wisselink3-5/+7
2022-09-21Update changelogSimon Wisselink1-0/+1
2022-09-21Fix Variable Usage (#808)Jonathan Stoll1-1/+1
2022-09-20Include docs en demo in the releases.Simon Wisselink2-2/+3
2022-09-18Added changelogSimon Wisselink1-0/+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 Wisselink2-1/+4
2022-09-14Merge branch 'release/4.2.1'v4.2.1Simon Wisselink2-1/+3
2022-09-14version bumpSimon Wisselink2-1/+3
2022-09-14Fixed unselected year/month/day not working in html_select_dateSimon Wisselink3-32/+68
2022-09-14Applied appropriate javascript and html escaping in mailto plugin to counter ...Simon Wisselink3-12/+40
2022-09-13Fixed PHP8.1 deprecation errors in capitalize modifierSimon Wisselink2-0/+3
2022-09-12prevent double CI workflows in PRsSimon Wisselink1-2/+4
2022-09-12Exclude unit test files from git exportSimon Wisselink1-0/+1
2022-09-12Utility script for running unit tests on all PHP versions locallySimon Wisselink2-0/+8
2022-09-12Fixed use of `rand()` without a parameter in math function (#795)Simon Wisselink3-1/+10
2022-09-10Fixed PHP8.1 deprecation errors in upper modifier #788Simon Wisselink2-2/+5
2022-09-09address PHP 8.1 'explode', 'number_format', and 'replace' deprecations (#755)Mark Fettig6-1/+220
2022-08-16Update SECURITY.mdSimon Wisselink1-1/+1
2022-08-01Merge branch 'release/4.2.0'v4.2.0Simon Wisselink2-1/+3
2022-08-01version bumpSimon Wisselink2-1/+3
2022-08-01Fixed second param of unescape modifier (#778)Simon Wisselink3-9/+23
2022-07-19Merge branch 'fix-issue-549-v3' of github.com:AnrDaemon/smarty into AnrDaemon...Simon Wisselink6-0/+119
2022-07-17git push origin masterMerge branch 'JonisoftGermany-master'Simon Wisselink2-19/+37
2022-07-17ChangelogSimon Wisselink1-0/+3
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-07-14add local testrunners for all supported PHP versions using docker. (#770)Simon Wisselink11-2/+119
2022-06-15Replaced outdated references to SMARTY_RESOURCE_CHAR_SET in docs with Smarty:...Simon Wisselink2-6/+7
2022-05-17Add CVE to changelogSimon Wisselink1-1/+1
2022-05-17Merge branch 'release/4.1.1'v4.1.1Simon Wisselink2-1/+3
2022-05-17version bumpSimon Wisselink2-1/+3
2022-05-17Merge branch 'security/blockfunctioninjection'Simon Wisselink7-17/+27
2022-05-16ChangelogSimon Wisselink1-2/+3
2022-05-16Replace '*/' in user supplied input in C-style comments with '* /'.Simon Wisselink6-15/+24
2022-04-26ChangelogSimon Wisselink1-0/+1
2022-04-26Merge pull request #727 from liborm85/escape-modifier-fixSimon Wisselink2-10/+13
2022-04-26ChangelogSimon Wisselink1-0/+1
2022-04-26Merge pull request #743 from xorti/fix-php81-rtrim-callsSimon Wisselink3-5/+5