summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
Removed comment that still indicated v4 wasn’t released yet.
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
Fixes #777
2022-07-19Merge branch 'fix-issue-549-v3' of github.com:AnrDaemon/smarty into ↵Simon Wisselink6-0/+119
AnrDaemon-fix-issue-549-v3 (#771)
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 ↵Simon Wisselink1-19/+34
JonisoftGermany-master
2022-07-17Do not use obsolete smarty properties '_dir_perms', '_file_perms', ↵Simon Wisselink2-15/+5
'plugin_search_order' in our own code. (#772)
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 ↵Simon Wisselink2-6/+7
Smarty::$_CHARSET.
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
PHP 8.1: fix deprecation in escape modifier
2022-04-26ChangelogSimon Wisselink1-0/+1
2022-04-26Merge pull request #743 from xorti/fix-php81-rtrim-callsSimon Wisselink3-5/+5
Fix PHP 8.1 deprecated warning when calling rtrim
2022-04-26Merge branch 'patch-1'Simon Wisselink2-0/+5
2022-04-26Add changelogSimon Wisselink1-0/+3
2022-04-01Exclude demo from export and composerStephen Sigwart1-0/+1
2022-04-01Exclude docs from export and composerStephen Sigwart1-0/+1
2022-03-10Fix PHP 8.1 deprecated warning when calling rtrimJorge Sá Pereira3-5/+5
Fixes - Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated
2022-02-13Merge pull request #726 from pH-7/patch-1Simon Wisselink1-1/+2
gitattributes: Ignore `.github` folder for distribution
2022-02-08PHP 8.1: fix deprecation in escape modifierLibor M2-10/+13
2022-02-08Ignore `.github` folder for distribution♚ PH⑦ de Soria™♛1-1/+2
`.github` wasn't added here was it got created. However, we don't want `.github` for the distribution builds. Further info about this: https://www.pixelite.co.nz/article/using-git-attributes-exclude-files-your-release/
2022-02-07Added issue 721 to changelogSimon Wisselink1-0/+1
2022-02-06Merge pull request #725 from smarty-php/bugfix/699Simon Wisselink2-4/+5
prevent float to int cast deprecation warning in truncate modifier
2022-02-06prevent float to int cast deprecation warning in truncate modifierSimon Wisselink2-4/+5
Fixes #699
2022-02-06Merge pull request #724 from smarty-php/bugfix/706Simon Wisselink2-2/+5
Fix PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.php
2022-02-06Merge branch 'master' into bugfix/706Simon Wisselink7-4/+25
2022-02-06fix PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.phpSimon Wisselink2-2/+5
Fixes #706
2022-02-06Merge pull request #722 from kochichi/bugfix/721Simon Wisselink2-1/+17
math equation return warning: max(x, y)
2022-02-06Merge branch 'release/4.1.0'v4.1.0Simon Wisselink2-1/+3
2022-02-06version bumpSimon Wisselink2-1/+3
2022-02-06Merge pull request #717 from vemaeg/php81-docSimon Wisselink3-2/+5
Updating PHP 8.0 to 8.1 in the docs and add php8.1 test runner.
2022-02-04math equation return warning: math: illegal character for : {math ↵Pavel Kochman2-1/+17
equation="max(x, y)" x=$x y=$y}
2022-01-21Activating jit compiler for ubuntu-latest + php 8.1Thomas A. Hirsch1-0/+3
2022-01-21Merge branch 'smarty-php:master' into php81-docThomas13-17/+22
2022-01-21Create getting-started.mdThomas1-1/+1
2022-01-21Update README.mdThomas1-1/+1
2022-01-21Updated changelogSimon Wisselink1-0/+3
2022-01-21Merge pull request #713 from vemaeg/php81Simon Wisselink12-17/+19
PHP 8.1 compatibility (without IntlDateFormatter)
2022-01-18Add PHP 8.1 testsThomas BACCELLI1-0/+1