summaryrefslogtreecommitdiff
path: root/src/Compiler/Template.php
AgeCommit message (Expand)AuthorFilesLines
2025-04-10Fix syntax error occurring when registering a function plugin that ends with ...Simon Wisselink1-6/+6
2024-12-23Restore special handling of isset and empty as it was in v4. Fixes #1063 (#1093)Simon Wisselink1-2/+1
2024-11-20replace/qualify call_user_func_array. (#1083)Simon Wisselink1-4/+5
2024-11-20Add PHP 8.4 support to Smarty (#1043)Wim Wisselink1-1/+1
2024-06-30Improvement of auto-escaping (#1030)Amaury Bouchard1-0/+23
2024-05-28Merge pull request from GHSA-4rmg-292m-wg3wSimon Wisselink1-11/+27
2024-04-19Prevent notices on null to string conversion in Template::appendCode (#1002)Simon Wisselink1-2/+3
2024-03-25Internal compiler classes always return a string (#918)Simon Wisselink1-18/+4
2024-03-15Fix Too many shorthand attributes error when using a modifier as a function w...Simon Wisselink1-0/+5
2024-02-24Add template path to CompilerException to enable rich debug features (#936)Simon Wisselink1-1/+1
2023-12-01Removed doubled line doing strtolowerSimon Wisselink1-2/+0
2023-11-06Do not auto-html-escape custom function results. (#908)v5.0.0-rc2Simon Wisselink1-1/+1
2023-10-22Added some extra unit testSimon Wisselink1-0/+2
2023-10-22Fix case-sensitive tag names (#907) (#910)Jack Dane1-2/+3
2023-08-08Smarty5 (#852)Simon Wisselink1-0/+1480