summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-14Fix use of negative numbers in math equations. (#903)Simon Wisselink3-1/+10
2023-09-13Fixed invalid classname in example in docs.Simon Wisselink1-1/+1
2023-09-11Fixed running of output filters.Simon Wisselink4-9/+7
2023-08-09fixed some broken links and markdown in the docsSimon Wisselink29-83/+66
2023-08-08Merge branch 'release/5.0.0-rc1'v5.0.0-rc1Simon Wisselink2-1/+3
2023-08-08version bumpSimon Wisselink2-1/+3
2023-08-08Fix release script for new location of Smarty classSimon Wisselink1-2/+2
2023-08-08Removed debugSimon Wisselink1-3/+0
2023-08-08fixed version numbers syntaxesSimon Wisselink2-2/+5
2023-08-08Prepare meta files for pre-release of v5Simon Wisselink2-5/+5
2023-08-08Smarty5 (#852)Simon Wisselink771-36050/+27084
2023-08-04Fix strip_tags modifier for falsy input. (#893)Simon Wisselink3-1/+50
2023-07-19Merge branch 'release/4.3.2'v4.3.2Simon Wisselink2-1/+3
2023-07-19version bumpSimon Wisselink2-1/+3
2023-07-19muteUndefinedOrNullWarnings() now also mutes PHP8 warnings for undefined prop...Simon Wisselink2-0/+16
2023-04-30Remove `md5` modifier from debug.tpl (#871)Jon2-6/+7
2023-03-28Merge branch 'release/4.3.1'v4.3.1Simon Wisselink2-1/+3
2023-03-28version bumpSimon Wisselink2-1/+3
2023-03-28Merge branch 'js_escape_security_fix'Simon Wisselink5-2/+32
2023-03-28Add changelogSimon Wisselink1-1/+1
2023-03-25Upgrade actions/checkout and actions/cache (#870)takaram1-2/+2
2023-03-24ChangelogSimon Wisselink1-0/+3
2023-03-24Implement fix and testsSimon Wisselink4-2/+29
2023-02-23Update SECURITY.md with correct version info.Simon Wisselink1-4/+5
2023-02-23Add missing dirsSimon Wisselink2-0/+4
2023-02-23CompileCheck test and extra note on how it works in docsSimon Wisselink2-0/+126
2023-02-23Some additional unit testsSimon Wisselink5-1/+31
2023-02-06Finished improving designers docsSimon Wisselink55-1807/+1837
2023-02-06Improved another chunk of the designers docsSimon Wisselink24-1336/+1250
2023-02-05WIP improving the docsSimon Wisselink25-765/+705
2023-02-03fixes to docsSimon Wisselink38-53/+53
2023-02-03multiversion mkdocs configSimon Wisselink2-0/+23
2023-01-31Fix error in docs on prepend/append. Fixes #818.Simon Wisselink1-2/+2
2023-01-17PHP 8.1 deprecation warnings on null strings in modifiers (#834)Adrien Poupa9-13/+14
2023-01-13Fix unit tests that broke because now is now in 2023Simon Wisselink1-2/+2
2023-01-13Added variable scope test for multi-level extends resourceSimon Wisselink13-42/+22
2022-11-24Allow dereferencing of non-objects accross all supported PHP versions (#832)Simon Wisselink3-2/+48
2022-11-24Simplify test running to support all phpunit cmdline optionsSimon Wisselink3-52/+17
2022-11-24Treat undefined vars and array access of a null or false variables equival...Simon Wisselink3-6/+23
2022-11-23Also mute php7 notices for undefined array indexes when muteUndefinedOrNullWa...Simon Wisselink3-4/+6
2022-11-22Merge branch 'release/4.3.0'v4.3.0Simon Wisselink2-1/+3
2022-11-22version bumpSimon Wisselink2-1/+3
2022-11-22Change file permissions for directories and respect umask for written files. ...Simon Wisselink2-5/+5
2022-11-22Make SmartyCompilerException play nicer with error handler libraries (#782)Hunman2-2/+34
2022-11-22PHP8.2 compatibility (#775)Progi198422-129/+95
2022-10-22Fixed several typos and grammar errors (#821)Andrew Dawes31-43/+43
2022-09-27Update changelogSimon Wisselink1-0/+1
2022-09-27Dropped remaining references to removed PHP-support in Smarty 4 from docs, le...Simon Wisselink13-226/+8
2022-09-27Use __DIR__ instead of dirname(__FILE__) (#817)Raimondas Rimkevičius152-250/+250
2022-09-23Using PHP functions as modifiers now triggers a deprecation notice (#814)Simon Wisselink20-44/+299