summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2026-05-20Suppress E_DEPRECATED warnings for PHP 8.x compatibilityHEADmasterLester Caine3-4/+4
2026-05-20Replace deprecated strftime() with IntlDateFormatter in HtmlSelectDateLester Caine1-4/+10
2026-05-16fix: return type (#1180)Masatoshi Ogiwara1-1/+1
2026-02-15version bumpSimon Wisselink1-1/+1
2026-02-15Add support for Backed Enums (#1171)Simon Wisselink2-570/+583
2026-02-15Regex matches operator (#1169)Simon Wisselink4-1137/+1208
2026-02-11Support for Laravel Collections style object chaining (#1168)Simon Wisselink2-735/+756
2026-01-08Fix static analysis warnings for isDot() and remove deprecated APC support (#...hirosan3-16/+4
2025-11-19version bumpSimon Wisselink1-1/+1
2025-10-17Non-canonical cast (boolean) fix (#1145)Wim Wisselink1-1/+1
2025-10-03version bumpSimon Wisselink1-1/+1
2025-10-03Add support for shorttags in functions (#1142)pharixces5-91/+259
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
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
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
2024-12-28change SMARTY_VERSION to $smarty.version.Simon Wisselink1-1/+1
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
2024-11-20replace/qualify call_user_func_array. (#1083)Simon Wisselink5-9/+10
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
2024-08-14version bumpSimon Wisselink1-1/+1
2024-08-14Fixing forced OpCache invalidation on every template include, which is result...Stephan Lueckl2-12/+18
2024-07-01add missing closing tr tag (#1039)Shad1-0/+1
2024-06-30Improvement of auto-escaping (#1030)Amaury Bouchard6-4/+60
2024-06-16version bumpSimon Wisselink1-1/+1
2024-06-16fixed error when using section with nocache.Simon Wisselink2-2/+2
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
2024-04-23version bumpSimon Wisselink1-1/+1
2024-04-19Prevent notices on null to string conversion in Template::appendCode (#1002)Simon Wisselink6-10/+11
2024-04-19Corrected invalid classnames in Runtime code for foreach (#1001)Simon Wisselink1-10/+8
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 unavailability...Simon Wisselink36-87/+0
2024-04-05Fix Smarty::assign() not returning when called with an array as first parame...Simon Wisselink1-1/+1
2024-03-29Fix warning when calling hasVariable for an undefined variable (#978)Simon Wisselink1-1/+1