| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-10 | Fixed PHP8.1 deprecation errors in upper modifier #788 | Simon Wisselink | 2 | -2/+5 | |
| 2022-09-09 | address PHP 8.1 'explode', 'number_format', and 'replace' deprecations (#755) | Mark Fettig | 6 | -1/+220 | |
| 2022-08-16 | Update SECURITY.md | Simon Wisselink | 1 | -1/+1 | |
| Removed comment that still indicated v4 wasn’t released yet. | |||||
| 2022-08-01 | Merge branch 'release/4.2.0'v4.2.0 | Simon Wisselink | 2 | -1/+3 | |
| 2022-08-01 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2022-08-01 | Fixed second param of unescape modifier (#778) | Simon Wisselink | 3 | -9/+23 | |
| Fixes #777 | |||||
| 2022-07-19 | Merge branch 'fix-issue-549-v3' of github.com:AnrDaemon/smarty into ↵ | Simon Wisselink | 6 | -0/+119 | |
| AnrDaemon-fix-issue-549-v3 (#771) | |||||
| 2022-07-17 | git push origin masterMerge branch 'JonisoftGermany-master' | Simon Wisselink | 2 | -19/+37 | |
| 2022-07-17 | Changelog | Simon Wisselink | 1 | -0/+3 | |
| 2022-07-17 | Merge branch 'master' of github.com:JonisoftGermany/smarty into ↵ | Simon Wisselink | 1 | -19/+34 | |
| JonisoftGermany-master | |||||
| 2022-07-17 | Do not use obsolete smarty properties '_dir_perms', '_file_perms', ↵ | Simon Wisselink | 2 | -15/+5 | |
| 'plugin_search_order' in our own code. (#772) | |||||
| 2022-07-14 | Fix PHP 8.1 htmlspecialchars deprecation (#766) | Gunnar Kreitz | 1 | -1/+1 | |
| 2022-07-14 | add local testrunners for all supported PHP versions using docker. (#770) | Simon Wisselink | 11 | -2/+119 | |
| 2022-06-15 | Replaced outdated references to SMARTY_RESOURCE_CHAR_SET in docs with ↵ | Simon Wisselink | 2 | -6/+7 | |
| Smarty::$_CHARSET. | |||||
| 2022-05-17 | Add CVE to changelog | Simon Wisselink | 1 | -1/+1 | |
| 2022-05-17 | Merge branch 'release/4.1.1'v4.1.1 | Simon Wisselink | 2 | -1/+3 | |
| 2022-05-17 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2022-05-17 | Merge branch 'security/blockfunctioninjection' | Simon Wisselink | 7 | -17/+27 | |
| 2022-05-16 | Changelog | Simon Wisselink | 1 | -2/+3 | |
| 2022-05-16 | Replace '*/' in user supplied input in C-style comments with '* /'. | Simon Wisselink | 6 | -15/+24 | |
| 2022-04-26 | Changelog | Simon Wisselink | 1 | -0/+1 | |
| 2022-04-26 | Merge pull request #727 from liborm85/escape-modifier-fix | Simon Wisselink | 2 | -10/+13 | |
| PHP 8.1: fix deprecation in escape modifier | |||||
| 2022-04-26 | Changelog | Simon Wisselink | 1 | -0/+1 | |
| 2022-04-26 | Merge pull request #743 from xorti/fix-php81-rtrim-calls | Simon Wisselink | 3 | -5/+5 | |
| Fix PHP 8.1 deprecated warning when calling rtrim | |||||
| 2022-04-26 | Merge branch 'patch-1' | Simon Wisselink | 2 | -0/+5 | |
| 2022-04-26 | Add changelog | Simon Wisselink | 1 | -0/+3 | |
| 2022-04-01 | Exclude demo from export and composer | Stephen Sigwart | 1 | -0/+1 | |
| 2022-04-01 | Exclude docs from export and composer | Stephen Sigwart | 1 | -0/+1 | |
| 2022-03-10 | Fix PHP 8.1 deprecated warning when calling rtrim | Jorge Sá Pereira | 3 | -5/+5 | |
| Fixes - Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated | |||||
| 2022-02-13 | Merge pull request #726 from pH-7/patch-1 | Simon Wisselink | 1 | -1/+2 | |
| gitattributes: Ignore `.github` folder for distribution | |||||
| 2022-02-08 | PHP 8.1: fix deprecation in escape modifier | Libor M | 2 | -10/+13 | |
| 2022-02-08 | Ignore `.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-07 | Added issue 721 to changelog | Simon Wisselink | 1 | -0/+1 | |
| 2022-02-06 | Merge pull request #725 from smarty-php/bugfix/699 | Simon Wisselink | 2 | -4/+5 | |
| prevent float to int cast deprecation warning in truncate modifier | |||||
| 2022-02-06 | prevent float to int cast deprecation warning in truncate modifier | Simon Wisselink | 2 | -4/+5 | |
| Fixes #699 | |||||
| 2022-02-06 | Merge pull request #724 from smarty-php/bugfix/706 | Simon Wisselink | 2 | -2/+5 | |
| Fix PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.php | |||||
| 2022-02-06 | Merge branch 'master' into bugfix/706 | Simon Wisselink | 7 | -4/+25 | |
| 2022-02-06 | fix PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.php | Simon Wisselink | 2 | -2/+5 | |
| Fixes #706 | |||||
| 2022-02-06 | Merge pull request #722 from kochichi/bugfix/721 | Simon Wisselink | 2 | -1/+17 | |
| math equation return warning: max(x, y) | |||||
| 2022-02-06 | Merge branch 'release/4.1.0'v4.1.0 | Simon Wisselink | 2 | -1/+3 | |
| 2022-02-06 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2022-02-06 | Merge pull request #717 from vemaeg/php81-doc | Simon Wisselink | 3 | -2/+5 | |
| Updating PHP 8.0 to 8.1 in the docs and add php8.1 test runner. | |||||
| 2022-02-04 | math equation return warning: math: illegal character for : {math ↵ | Pavel Kochman | 2 | -1/+17 | |
| equation="max(x, y)" x=$x y=$y} | |||||
| 2022-01-21 | Activating jit compiler for ubuntu-latest + php 8.1 | Thomas A. Hirsch | 1 | -0/+3 | |
| 2022-01-21 | Merge branch 'smarty-php:master' into php81-doc | Thomas | 13 | -17/+22 | |
| 2022-01-21 | Create getting-started.md | Thomas | 1 | -1/+1 | |
| 2022-01-21 | Update README.md | Thomas | 1 | -1/+1 | |
| 2022-01-21 | Updated changelog | Simon Wisselink | 1 | -0/+3 | |
| 2022-01-21 | Merge pull request #713 from vemaeg/php81 | Simon Wisselink | 12 | -17/+19 | |
| PHP 8.1 compatibility (without IntlDateFormatter) | |||||
| 2022-01-18 | Add PHP 8.1 tests | Thomas BACCELLI | 1 | -0/+1 | |
