| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-21 | Merge branch 'release/4.5.5' into support/4v4.5.5 | Simon Wisselink | 2 | -1/+4 | |
| 2024-11-21 | version bump | Simon Wisselink | 2 | -1/+4 | |
| 2024-11-21 | changelog | Simon Wisselink | 1 | -0/+2 | |
| 2024-11-21 | Add PHP 8.4 support to Smarty (#1084) | Jonathan Lelievre | 38 | -103/+123 | |
| * Add nullable types * Removing deprecated E_STRICT constant from test suite. * Added PHP 8.4 RC1 as test image * PHP version bump in the README.md. * Added PHP 8.4 to CI * Add running tests for PHP 8.4 | |||||
| 2024-10-06 | Add unit tests for short hand template function definition and shorthand ↵ | Simon Wisselink | 4 | -1/+31 | |
| template function calls. | |||||
| 2024-08-14 | Merge branch 'release/4.5.4' into support/4v4.5.4 | Simon Wisselink | 3 | -2/+5 | |
| 2024-08-14 | version bump | Simon Wisselink | 3 | -2/+5 | |
| 2024-08-14 | Fixed that using count() would trigger a deprecation notice. (#1054) | Simon Wisselink | 3 | -1/+4 | |
| 2024-05-28 | Merge branch 'release/4.5.3' into support/4v4.5.3 | Simon Wisselink | 3 | -2/+5 | |
| 2024-05-28 | version bump | Simon Wisselink | 3 | -2/+5 | |
| 2024-05-28 | Merge pull request from GHSA-4rmg-292m-wg3w | Simon Wisselink | 10 | -72/+78 | |
| * Fixed a code injection vulnerability in extends-tag * update tests for smarty v4 | |||||
| 2024-04-19 | fixed sample output of section in the docs and added this example as a unit test | Simon Wisselink | 2 | -4/+37 | |
| 2024-04-13 | Add test for getTemplateVars returning array of values | Simon Wisselink | 1 | -0/+13 | |
| 2024-04-07 | fixed changelog | Simon Wisselink | 1 | -6/+3 | |
| 2024-04-06 | Merge branch 'release/4.5.2' into support/4v4.5.2 | Simon Wisselink | 2 | -1/+3 | |
| 2024-04-06 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2024-04-05 | Throw deprecation notice about unregistered functions without changing the ↵ | Simon Wisselink | 2 | -11/+79 | |
| compilation flow (#985) Fixes #964 | |||||
| 2024-03-18 | Merge branch 'release/4.5.1' into support/4v4.5.1 | Simon Wisselink | 2 | -1/+4 | |
| 2024-03-18 | version bump | Simon Wisselink | 2 | -1/+4 | |
| 2024-03-18 | fix branch name in release script | Simon Wisselink | 1 | -1/+1 | |
| 2024-03-18 | Merge branch 'release/4.5.0' into support/4 | Simon Wisselink | 2 | -1/+4 | |
| 2024-03-18 | version bump | Simon Wisselink | 2 | -1/+4 | |
| 2024-03-18 | Using unsupported PHP functions and unregistered static class methods in ↵ | Simon Wisselink | 13 | -22/+151 | |
| modifiers and expressions now triggers a deprecation notice * Using unsupported PHP functions and unregistered static class methods in modifiers and expressions now triggers a deprecation notice because we will drop support for this in the next major release | |||||
| 2024-03-15 | New unit test for function scope | Simon Wisselink | 1 | -0/+8 | |
| 2024-02-26 | auto-delete changelog filesv4.5.0v4.4.1 | Simon Wisselink | 1 | -1/+1 | |
| 2024-02-26 | changelog update | Simon Wisselink | 2 | -2/+1 | |
| 2024-02-26 | Merge branch 'release/4.4.1' into support/4.3 | Simon Wisselink | 2 | -1/+5 | |
| 2024-02-26 | version bump | Simon Wisselink | 2 | -1/+5 | |
| 2024-02-26 | changelog | Simon Wisselink | 1 | -0/+1 | |
| 2024-02-26 | Updated release tooling | Simon Wisselink | 4 | -2/+56 | |
| 2024-02-26 | Add some guidance on upgrading from v3 to v4v4.4.0checkout | Simon Wisselink | 2 | -1/+41 | |
| 2024-02-26 | Prevent deprecation notices for implode, json_encode and substr modifiers | Simon Wisselink | 7 | -0/+209 | |
| * Prevent deprecation notices for implode, json_encode and substr modifiers. * unit tests | |||||
| 2024-02-05 | Fix incorrect compilation of expressions when escape_html=true (#932) | Simon Wisselink | 2 | -1/+4 | |
| Fixes #930 | |||||
| 2024-01-23 | Update php version number in docsv4.3.5 | Simon Wisselink | 2 | -2/+2 | |
| 2024-01-23 | Add PHP8.3 support for Smarty 4.3. (#927) | Simon Wisselink | 6 | -3/+26 | |
| See #925 | |||||
| 2023-09-21 | Add unit tests to clarify current behavior | Simon Wisselink | 1 | -0/+32 | |
| 2023-09-14 | Merge branch 'release/4.3.4' into support/4.3v4.3.4v4.3.3 | Simon Wisselink | 2 | -1/+3 | |
| 2023-09-14 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2023-09-14 | Merge branch 'release/4.3.3' into support/4.3 | Simon Wisselink | 0 | -0/+0 | |
| 2023-09-14 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2023-09-14 | Fix release-script to user support-branch | Simon Wisselink | 1 | -1/+1 | |
| 2023-09-14 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2023-09-14 | Fix use of negative numbers in math equations. (#904) | Simon Wisselink | 3 | -1/+10 | |
| Fixes #895 | |||||
| 2023-09-13 | Fix phpdoc. | Simon Wisselink | 1 | -1/+1 | |
| Fixes #897 | |||||
| 2023-08-04 | Fix strip_tags modifier for falsy input. (#893) | Simon Wisselink | 3 | -1/+50 | |
| Fixes #890 | |||||
| 2023-07-19 | Merge branch 'release/4.3.2'v4.3.2 | Simon Wisselink | 2 | -1/+3 | |
| 2023-07-19 | version bump | Simon Wisselink | 2 | -1/+3 | |
| 2023-07-19 | muteUndefinedOrNullWarnings() now also mutes PHP8 warnings for undefined ↵ | Simon Wisselink | 2 | -0/+16 | |
| properties (#891) | |||||
| 2023-04-30 | Remove `md5` modifier from debug.tpl (#871) | Jon | 2 | -6/+7 | |
| * Remove `md5` modifier from debug.tpl Replaced with a regular function call. See https://github.com/smarty-php/smarty/issues/813 * Move `md5()` in debug.tpl to PHP --------- Co-authored-by: jonathan <jonathan@devrygreenhouses.com> | |||||
| 2023-03-28 | Merge branch 'release/4.3.1'v4.3.1 | Simon Wisselink | 2 | -1/+3 | |
