summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-25Documented support for `is in`, added support for `is not in`. (#955)Simon Wisselink4-848/+907
2024-03-25Deprecate stream variables (#933)Simon Wisselink1-0/+3
2024-03-25Internal compiler classes always return a string (#918)Simon Wisselink49-237/+242
2024-03-25version bumpSimon Wisselink1-1/+1
2024-03-15Fixed that scoped variables would overwrite parent scope. (#954)Simon Wisselink5-59/+51
2024-03-15Fix Too many shorthand attributes error when using a modifier as a function w...Simon Wisselink10-119/+56
2024-02-26version bumpSimon Wisselink1-1/+1
2024-02-26Implemented support for substr, implode and json_encode as modifiers. (#940)Simon Wisselink5-9/+108
2024-02-24Add template path to CompilerException to enable rich debug features (#936)Simon Wisselink3-4/+4
2024-01-26fix escapewxiaoguang1-1/+1
2024-01-23Add php8.3 support (#926)Simon Wisselink1-1/+1
2024-01-01Fixed failing {debug} tag. (#923)Simon Wisselink3-51/+43
2023-12-01add comments to ExtensionInterface to help developers with creating their own...Simon Wisselink1-4/+66
2023-12-01Removed doubled line doing strtolowerSimon Wisselink1-2/+0
2023-11-11version bumpSimon Wisselink1-1/+1
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 Wisselink2-1/+3
2023-10-22Fix case-sensitive tag names (#907) (#910)Jack Dane2-2/+5
2023-09-14Fix use of negative numbers in math equations. (#903)Simon Wisselink1-1/+1
2023-09-11Fixed running of output filters.Simon Wisselink3-9/+1
2023-08-08version bumpSimon Wisselink1-1/+1
2023-08-08Smarty5 (#852)Simon Wisselink168-0/+29843