summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-10Added funding optionsSimon Wisselink1-0/+1
2025-02-13Added unit tests to prevent regressions of issue #1100 that was fixed in v4Simon Wisselink2-0/+69
2024-12-28change SMARTY_VERSION to $smarty.version.Simon Wisselink2-1/+2
2024-12-27Add upgrading remarks on magic APi methods.Simon Wisselink1-0/+9
2024-12-27Add note to docs about plugins that expect parameters by referenceSimon Wisselink1-0/+5
2024-12-23Merge branch 'release/5.4.3'v5.4.3Simon Wisselink3-2/+5
2024-12-23version bumpSimon Wisselink3-2/+5
2024-12-23move to official php8.4 image for unit testing in CISimon Wisselink1-1/+1
2024-12-23Restore special handling of isset and empty as it was in v4. Fixes #1063 (#1093)Simon Wisselink7-945/+1162
2024-11-20replace/qualify call_user_func_array. (#1083)Simon Wisselink6-9/+11
2024-11-20Merge branch 'release/5.4.2'v5.4.2Simon Wisselink2-1/+4
2024-11-20version bumpSimon Wisselink2-1/+4
2024-11-20Add to changelogSimon Wisselink1-0/+2
2024-11-20Add PHP 8.4 support to Smarty (#1043)Wim Wisselink30-31/+51
2024-10-06Add unit tests for short hand template function definition and shorthand temp...Simon Wisselink4-0/+30
2024-08-30Merge branch 'release/5.4.1'v5.4.1Simon Wisselink2-1/+4
2024-08-30version bumpSimon Wisselink2-1/+4
2024-08-29ChangelogSimon Wisselink1-0/+3
2024-08-28Update a workflow file for GitHub Actions to test on Windows (#1046)Atsushi Matsuo1-3/+4
2024-08-28Modify NullCoalescingTest.php and TernaryTest.php to prevent test failure on ...Atsushi Matsuo2-2/+2
2024-08-28Fix unit tests to enable to run CacheResourceFileTest.php on Windows (#1055)Atsushi Matsuo1-4/+13
2024-08-28Fix an issue that preventing the use of "extends:" to define the inheritance ...Atsushi Matsuo1-1/+5
2024-08-14Merge branch 'release/5.4.0'v5.4.0Simon Wisselink4-3/+6
2024-08-14version bumpSimon Wisselink4-3/+6
2024-08-14changelogSimon Wisselink1-0/+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 Bouchard12-6/+165
2024-06-16Merge branch 'release/5.3.1'v5.3.1Simon Wisselink3-2/+5
2024-06-16version bumpSimon Wisselink3-2/+5
2024-06-16fixed error when using section with nocache.Simon Wisselink4-2/+9
2024-06-16add smarty logo svg for future useSimon Wisselink1-0/+22
2024-05-30Merge branch 'release/5.3.0'v5.3.0Simon Wisselink4-3/+6
2024-05-30version bumpSimon Wisselink4-3/+6
2024-05-30Merge branch 'support/5'Simon Wisselink7-7/+36
2024-05-29implemented and documented prependTemplateDir. (#1025)Simon Wisselink4-10/+38
2024-05-28Merge branch 'release/5.2.0'v5.2.0Simon Wisselink4-4/+7
2024-05-28version bumpSimon Wisselink4-4/+7
2024-05-28Merge pull request from GHSA-4rmg-292m-wg3wSimon Wisselink11-76/+96
2024-05-24Scottchiefbaker/master (#1019)Simon Wisselink3-0/+51
2024-04-29Remove unused attributes from config_load (#1004)Simon Wisselink2-6/+3
2024-04-23Merge branch 'release/5.1.0'v5.1.0Simon Wisselink9-9/+12
2024-04-23version bumpSimon Wisselink9-9/+12
2024-04-19Prevent notices on null to string conversion in Template::appendCode (#1002)Simon Wisselink7-10/+12
2024-04-19Corrected invalid classnames in Runtime code for foreach (#1001)Simon Wisselink2-10/+9
2024-04-13Fix change in signature of getTemplateVars (#995)Simon Wisselink3-99/+117
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 Wisselink39-515/+415
2024-04-05Revert "fix release tooling to support/5 branch"Simon Wisselink1-1/+1
2024-04-05Fix Smarty::assign() not returning when called with an array as first parame...Simon Wisselink3-1/+13