| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-03 | Add support for shorttags in functions (#1142) | pharixces | 5 | -91/+259 | |
| * Add support for shorttags in functions Co-authored-by: Anne Zijlstra <a.zijlstra@iwink.nl> Co-authored-by: Simon Wisselink <s.wisselink@iwink.nl> | |||||
| 2025-08-26 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2025-08-26 | Fixed escaping of array/object keys in debug_print_var | Simon Wisselink | 1 | -2/+2 | |
| 2025-05-19 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2025-05-19 | Bugfix/bcpluginsadapter support modifiercompiler (#1132) | pharixces | 1 | -2/+2 | |
| * Add support for modifiercompiler in the BCPluginsAdapter class. --------- Co-authored-by: Anne Zijlstra <a.zijlstra@iwink.nl> | |||||
| 2025-05-03 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2025-05-03 | Support trailing comma in array (#1128) | hirosan | 2 | -238/+249 | |
| 2025-04-15 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2025-04-15 | Update StringEval.php (#1126) | gherosh | 1 | -1/+1 | |
| Fix: Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead | |||||
| 2025-04-13 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2025-04-10 | Fix syntax error occurring when registering a function plugin that ends with ↵ | Simon Wisselink | 1 | -6/+6 | |
| the string 'close' (#1124) Fixes #1122 | |||||
| 2024-12-28 | change SMARTY_VERSION to $smarty.version. | Simon Wisselink | 1 | -1/+1 | |
| Fixes #1073 | |||||
| 2024-12-23 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2024-12-23 | Restore special handling of isset and empty as it was in v4. Fixes #1063 (#1093) | Simon Wisselink | 3 | -919/+1116 | |
| * Restore special handling of isset and empty as it was in v4. Fixes #1063 | |||||
| 2024-11-20 | replace/qualify call_user_func_array. (#1083) | Simon Wisselink | 5 | -9/+10 | |
| Fixes #1074 | |||||
| 2024-11-20 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2024-11-20 | Add PHP 8.4 support to Smarty (#1043) | Wim Wisselink | 17 | -22/+22 | |
| 2024-08-30 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2024-08-28 | Fix an issue that preventing the use of "extends:" to define the inheritance ↵ | Atsushi Matsuo | 1 | -1/+5 | |
| tree on Windows (#1056) | |||||
| 2024-08-14 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2024-08-14 | Fixing forced OpCache invalidation on every template include, which is ↵ | Stephan Lueckl | 2 | -12/+18 | |
| resulting in fast raising wasted OpCache memory #1007 (#1047) * Fixing forced OpCache Invalidation on every call, which is resulting in fast raising wasted memory * Fix undefined $path variable warning --------- Co-authored-by: Daniel Metzner <daniel.metzner@niceshops.com> | |||||
| 2024-07-01 | add missing closing tr tag (#1039) | Shad | 1 | -0/+1 | |
| 2024-06-30 | Improvement of auto-escaping (#1030) | Amaury Bouchard | 6 | -4/+60 | |
| * Evolution of auto-escaping: no double-escaping when using the 'escape' modifier; add the 'force' mode to the 'escape' modifier; add the 'raw' modifier. * Add 'raw' modifier's documentation --------- Co-authored-by: Simon Wisselink <s.wisselink@iwink.nl> | |||||
| 2024-06-16 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2024-06-16 | fixed error when using section with nocache. | Simon Wisselink | 2 | -2/+2 | |
| Fixes #1034 | |||||
| 2024-05-30 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2024-05-30 | Merge branch 'support/5' | Simon Wisselink | 1 | -1/+1 | |
| 2024-05-29 | implemented and documented prependTemplateDir. (#1025) | Simon Wisselink | 1 | -0/+15 | |
| 2024-05-28 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2024-05-28 | Merge pull request from GHSA-4rmg-292m-wg3w | Simon Wisselink | 3 | -73/+38 | |
| 2024-04-29 | Remove unused attributes from config_load (#1004) | Simon Wisselink | 1 | -5/+3 | |
| fixes #993 | |||||
| 2024-04-23 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2024-04-19 | Prevent notices on null to string conversion in Template::appendCode (#1002) | Simon Wisselink | 6 | -10/+11 | |
| Fixes #996 | |||||
| 2024-04-19 | Corrected invalid classnames in Runtime code for foreach (#1001) | Simon Wisselink | 1 | -10/+8 | |
| Fixes #1000 | |||||
| 2024-04-13 | Fix change in signature of getTemplateVars (#995) | Simon Wisselink | 1 | -1/+4 | |
| 2024-04-11 | Fix docblock types (#992) | kynx | 2 | -30/+28 | |
| 2024-04-06 | Fixed unit tests to not rely on the existence of any domain or ↵ | Simon Wisselink | 36 | -87/+0 | |
| unavailability of internet access when running tests. (#987) | |||||
| 2024-04-05 | Fix Smarty::assign() not returning when called with an array as first ↵ | Simon Wisselink | 1 | -1/+1 | |
| parameter. (#973) Fixes #972 | |||||
| 2024-03-29 | Fix warning when calling hasVariable for an undefined variable (#978) | Simon Wisselink | 1 | -1/+1 | |
| Fixes #977 | |||||
| 2024-03-28 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2024-03-28 | Fix Smarty::assign() not returning when called with an array as first ↵ | Simon Wisselink | 1 | -1/+1 | |
| parameter. (#973) Fixes #972 | |||||
| 2024-03-27 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2024-03-27 | Merge branch 'release/5.0.1' | Simon Wisselink | 1 | -1/+1 | |
| 2024-03-27 | version bump | Simon Wisselink | 1 | -1/+1 | |
| 2024-03-27 | Fix missing and bogus use lines in src/Smarty.php. (#970) | Simon Wisselink | 1 | -12/+14 | |
| 2024-03-27 | Deprecation fix for providing a non string value to ctype_digit (#960) | Wim Wisselink | 1 | -1/+1 | |
| 2024-03-27 | Fix docblock information after Smarty 5 namespace changes (#968) | Markus Frühauf | 1 | -2/+2 | |
| 2024-03-27 | Fix missing and bogus use lines in src/Smarty.php. (#970) | Simon Wisselink | 1 | -12/+14 | |
| 2024-03-27 | Deprecation fix for providing a non string value to ctype_digit (#960) | Wim Wisselink | 1 | -1/+1 | |
| 2024-03-27 | Fix docblock information after Smarty 5 namespace changes (#968) | Markus Frühauf | 1 | -2/+2 | |
