summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-27Merge branch 'release/5.0.1'Simon Wisselink2-1/+5
2024-03-27version bumpSimon Wisselink3-2/+5
2024-03-27Fix missing and bogus use lines in src/Smarty.php. (#970)Simon Wisselink2-12/+15
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 Wisselink2-12/+15
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 Wisselink9-899/+943
2024-03-25changelog entry for depcreated stream variablesSimon Wisselink1-0/+1
2024-03-25Deprecate stream variables (#933)Simon Wisselink2-0/+6
2024-03-25Internal compiler classes always return a string (#918)Simon Wisselink58-246/+253
2024-03-25Merge branch 'release/5.0.0'v5.0.0Simon Wisselink3-3/+6
2024-03-25version bumpSimon Wisselink3-3/+6
2024-03-15Fixed that scoped variables would overwrite parent scope. (#954)Simon Wisselink8-65/+62
2024-03-15Fix Too many shorthand attributes error when using a modifier as a function w...Simon Wisselink15-144/+80
2024-02-26fix release tooling to auto-delete changelog filesSimon Wisselink4-4/+1
2024-02-26re-order changelogSimon Wisselink1-4/+3
2024-02-26Merge branch 'release/5.0.0-rc3'v5.0.0-rc3Simon Wisselink2-1/+7
2024-02-26version bumpSimon Wisselink2-1/+7
2024-02-26Implemented support for substr, implode and json_encode as modifiers. (#940)Simon Wisselink29-70/+723
2024-02-24Add template path to CompilerException to enable rich debug features (#936)Simon Wisselink5-4/+6
2024-02-18Fix PHP version for one of the local test runners. 7.4 was tested twice, 7.3 ...Simon Wisselink1-1/+1
2024-02-05Merge branch 'wxiaoguang-fix-escape-5.0'Simon Wisselink2-1/+2
2024-02-05added changelogSimon Wisselink1-0/+1
2024-02-05fixed ocumentation on {if is even by } syntaxSimon Wisselink4-4/+35
2024-02-05added Link to variable scope page in the documentation for the assign tagSimon Wisselink2-2/+5
2024-02-05Explain escaping and auto-escaping in the docs.Simon Wisselink4-3/+39
2024-02-05Add backlink to GitHubSimon Wisselink2-1/+6
2024-02-03fixed ocumentation on {if is even by } syntaxSimon Wisselink4-4/+35
2024-02-02added Link to variable scope page in the documentation for the assign tagSimon Wisselink2-2/+5
2024-02-02Explain escaping and auto-escaping in the docs.Simon Wisselink4-3/+39
2024-02-02Add backlink to GitHubSimon Wisselink2-1/+6
2024-01-26fix escapewxiaoguang1-1/+1
2024-01-23Update php version number in docsSimon Wisselink2-2/+2
2024-01-23Add php8.3 support (#926)Simon Wisselink6-2/+24
2024-01-01Fixed failing {debug} tag. (#923)Simon Wisselink5-52/+68
2023-12-22Use the official name (#921)Marc Laporte1-2/+2
2023-12-01add comments to ExtensionInterface to help developers with creating their own...Simon Wisselink1-4/+66
2023-12-01add compile_dir > setCompileDir to changelog and upgrade instructionsSimon Wisselink2-0/+2
2023-12-01Removed doubled line doing strtolowerSimon Wisselink1-2/+0
2023-11-29Added Upgrade instructions to docsSimon Wisselink5-4/+162
2023-11-11Merge branch 'release/5.0.0-rc2'Simon Wisselink2-1/+4
2023-11-11version bumpSimon Wisselink2-1/+4
2023-11-11Fix make-release script for MacOSSimon Wisselink4-2/+56
2023-11-06Do not auto-html-escape custom function results. (#908)v5.0.0-rc2Simon Wisselink3-1/+33
2023-11-06Add support for MacOS test running using mutagen-compose.Simon Wisselink2-7/+41
2023-10-28Typos in documentation (#914)Shad2-5/+5
2023-10-22changelogSimon Wisselink1-0/+1
2023-10-22Added some extra unit testSimon Wisselink3-6/+22