summaryrefslogtreecommitdiff
path: root/libs/sysplugins
AgeCommit message (Expand)AuthorFilesLines
2022-09-18fix compilation for caching templates (#801)Storyxx1-2/+2
2022-09-14clean output buffer for Throwable instead of just Exception (#797)Simon Wisselink1-1/+1
2022-07-17Do not use obsolete smarty properties '_dir_perms', '_file_perms', 'plugin_se...Simon Wisselink2-15/+5
2022-07-14Fix PHP 8.1 htmlspecialchars deprecation (#766)Gunnar Kreitz1-1/+1
2022-05-16Replace '*/' in user supplied input in C-style comments with '* /'.Simon Wisselink6-15/+24
2022-03-10Fix PHP 8.1 deprecated warning when calling rtrimJorge Sá Pereira1-1/+1
2022-01-18Cherry-picked from da76d927ed77fb6b3cb8345b83776712d0778e55Thomas A. Hirsch1-2/+2
2022-01-18Cherry-picked from da76d927ed77fb6b3cb8345b83776712d0778e55Thomas A. Hirsch5-9/+9
2022-01-10Merge pull request from GHSA-4h9c-v5vg-5m6mSimon Wisselink1-0/+3
2021-10-13Update README.md. Fix references to Smarty3. Get rid of old changelog-like fi...Simon Wisselink1-1/+1
2021-10-13Feature/php8 support (#629)Simon Wisselink46-3949/+2705
2021-02-17Merge branch 'bugfix/tplfunction_sandbox_escape'Simon Wisselink1-0/+5
2021-01-24Fixed Code injection vulnerability by using illegal function namesSimon Wisselink1-0/+5
2021-01-24Prevent access to .template_object when in security mode to prevent PHP code ...Simon Wisselink1-0/+4
2021-01-08Removed unused error_reporting.ini file, updated version number in Smarty::SM...Simon Wisselink1-2/+2
2021-01-05const fix for usage with comparison operators (#618)Libor M1-2/+2
2020-09-12Fixes for php8.0.0beta3 (#608)Simon Wisselink2-3/+3
2020-05-05PHP 5.3 compatibility fixesAnrDaemon1-8/+8
2020-04-13Strip now removes whitespaces after comment (#582)Simon Wisselink4-104/+162
2020-04-13Throw SmartyException when setting caching attributes for cacheable plugin as...Simon Wisselink1-0/+2
2020-04-13Switched to a more advanced regex to test wheter parameter is a variable (#567)Simon Wisselink1-13/+21
2020-02-07fix minor typoVadim Kuragkovskiy1-1/+1
2020-01-27Fixed broken nesting and null handling.Simon Wisselink1-5/+2
2020-01-27Fix foreachelse on arrayiteratorsSimon Wisselink1-3/+4
2020-01-13Merge pull request #540 from Hunman/mastermohrt1-1/+1
2020-01-13Merge pull request #551 from bits4breakfast/mastermohrt1-2/+2
2019-12-20Typo in exception messageJercSi1-6/+6
2019-08-14Replace callback typehint with callableMatteo Galli1-2/+2
2019-05-13Fix missing parenthesises in smarty_internal_compile_assignSanyi1-1/+1
2018-10-30- bugfix a nested subblock in an inheritance child template was not replace byuwetews1-1/+1
2018-10-29- bugfix Smarty::$php_handling == PHP_PASSTHRU (default) did eat the "\n" (ne...uwetews1-2/+2
2018-10-11- bugfix {insert} not works when caching is enabled and included template is ...uwetews1-0/+1
2018-10-0909.10.2018uwetews1-16/+21
2018-10-0909.10.2018uwetews1-1168/+1247
2018-09-18- bugfix large plain text template sections without a Smarty tag > 700kB coulduwetews1-30/+60
2018-09-03- bugfix {foreach} using new style property access like {$item@property} onuwetews2-37/+36
2018-08-31- bugfix some custom left and right delimiters like '{^' '^}' did not workuwetews1-3/+3
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews118-1053/+1356
2018-08-31- PSR-2 code style fixes for config and template file Lexer/Parser generated ...uwetews4-591/+620
2018-08-26- bugfix/enhancement {capture} allow variable as capture block name in Smarty...uwetews1-6/+1
2018-08-19- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...uwetews27-2162/+1741
2018-06-12Update PSR-2Sławomir Kaleta142-2068/+2648
2018-05-17- bugfix strip-block produces different output in Smarty v3.1.32 https://gith...Uwe Tews1-14/+12
2018-05-17- bugfix Smarty::compileAllTemplates ignores `$extension` parameter https://g...Uwe Tews1-1/+1
2018-05-17Fix annotation https://github.com/smarty-php/smarty/issues/441Uwe Tews1-1/+1
2018-05-17- improvement do not compute total property in {foreach} if not needed https:...Uwe Tews1-2/+5
2018-05-17- bugfix plugins may not be loaded when setMergeCompiledIncludes is true htt...Uwe Tews2-4/+3
2018-04-26- bugfix regarding Security Vulnerability did not solve the problem under LinuxUwe Tews1-2/+6
2018-04-26- bugfix regarding Security Vulnerability did not solve the problem under LinuxUwe Tews1-1/+1
2018-04-26- bugfix regarding Security Vulnerability did not solve the problem under LinuxUwe Tews1-22/+12