summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2025-10-03Add support for shorttags in functions (#1142)pharixces5-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-26version bumpSimon Wisselink1-1/+1
2025-08-26Fixed escaping of array/object keys in debug_print_varSimon Wisselink1-2/+2
2025-05-19version bumpSimon Wisselink1-1/+1
2025-05-19Bugfix/bcpluginsadapter support modifiercompiler (#1132)pharixces1-2/+2
* Add support for modifiercompiler in the BCPluginsAdapter class. --------- Co-authored-by: Anne Zijlstra <a.zijlstra@iwink.nl>
2025-05-03version bumpSimon Wisselink1-1/+1
2025-05-03Support trailing comma in array (#1128)hirosan2-238/+249
2025-04-15version bumpSimon Wisselink1-1/+1
2025-04-15Update StringEval.php (#1126)gherosh1-1/+1
Fix: Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead
2025-04-13version bumpSimon Wisselink1-1/+1
2025-04-10Fix syntax error occurring when registering a function plugin that ends with ↵Simon Wisselink1-6/+6
the string 'close' (#1124) Fixes #1122
2024-12-28change SMARTY_VERSION to $smarty.version.Simon Wisselink1-1/+1
Fixes #1073
2024-12-23version bumpSimon Wisselink1-1/+1
2024-12-23Restore special handling of isset and empty as it was in v4. Fixes #1063 (#1093)Simon Wisselink3-919/+1116
* Restore special handling of isset and empty as it was in v4. Fixes #1063
2024-11-20replace/qualify call_user_func_array. (#1083)Simon Wisselink5-9/+10
Fixes #1074
2024-11-20version bumpSimon Wisselink1-1/+1
2024-11-20Add PHP 8.4 support to Smarty (#1043)Wim Wisselink17-22/+22
2024-08-30version bumpSimon Wisselink1-1/+1
2024-08-28Fix an issue that preventing the use of "extends:" to define the inheritance ↵Atsushi Matsuo1-1/+5
tree on Windows (#1056)
2024-08-14version bumpSimon Wisselink1-1/+1
2024-08-14Fixing forced OpCache invalidation on every template include, which is ↵Stephan Lueckl2-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-01add missing closing tr tag (#1039)Shad1-0/+1
2024-06-30Improvement of auto-escaping (#1030)Amaury Bouchard6-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-16version bumpSimon Wisselink1-1/+1
2024-06-16fixed error when using section with nocache.Simon Wisselink2-2/+2
Fixes #1034
2024-05-30version bumpSimon Wisselink1-1/+1
2024-05-30Merge branch 'support/5'Simon Wisselink1-1/+1
2024-05-29implemented and documented prependTemplateDir. (#1025)Simon Wisselink1-0/+15
2024-05-28version bumpSimon Wisselink1-1/+1
2024-05-28Merge pull request from GHSA-4rmg-292m-wg3wSimon Wisselink3-73/+38
2024-04-29Remove unused attributes from config_load (#1004)Simon Wisselink1-5/+3
fixes #993
2024-04-23version bumpSimon Wisselink1-1/+1
2024-04-19Prevent notices on null to string conversion in Template::appendCode (#1002)Simon Wisselink6-10/+11
Fixes #996
2024-04-19Corrected invalid classnames in Runtime code for foreach (#1001)Simon Wisselink1-10/+8
Fixes #1000
2024-04-13Fix change in signature of getTemplateVars (#995)Simon Wisselink1-1/+4
2024-04-11Fix docblock types (#992)kynx2-30/+28
2024-04-06Fixed unit tests to not rely on the existence of any domain or ↵Simon Wisselink36-87/+0
unavailability of internet access when running tests. (#987)
2024-04-05Fix Smarty::assign() not returning when called with an array as first ↵Simon Wisselink1-1/+1
parameter. (#973) Fixes #972
2024-03-29Fix warning when calling hasVariable for an undefined variable (#978)Simon Wisselink1-1/+1
Fixes #977
2024-03-28version bumpSimon Wisselink1-1/+1
2024-03-28Fix Smarty::assign() not returning when called with an array as first ↵Simon Wisselink1-1/+1
parameter. (#973) Fixes #972
2024-03-27version bumpSimon Wisselink1-1/+1
2024-03-27Merge branch 'release/5.0.1'Simon Wisselink1-1/+1
2024-03-27version bumpSimon Wisselink1-1/+1
2024-03-27Fix missing and bogus use lines in src/Smarty.php. (#970)Simon Wisselink1-12/+14
2024-03-27Deprecation fix for providing a non string value to ctype_digit (#960)Wim Wisselink1-1/+1
2024-03-27Fix docblock information after Smarty 5 namespace changes (#968)Markus Frühauf1-2/+2
2024-03-27Fix missing and bogus use lines in src/Smarty.php. (#970)Simon Wisselink1-12/+14
2024-03-27Deprecation fix for providing a non string value to ctype_digit (#960)Wim Wisselink1-1/+1
2024-03-27Fix docblock information after Smarty 5 namespace changes (#968)Markus Frühauf1-2/+2