summaryrefslogtreecommitdiff
path: root/libs/Smarty.class.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-20Suppress E_DEPRECATED warnings for PHP 8.x compatibilityHEADmasterLester Caine1-2/+2
2024-05-24Scottchiefbaker/master (#1019)Simon Wisselink1-0/+42
2023-08-08Smarty5 (#852)Simon Wisselink1-1405/+0
2023-07-19version bumpSimon Wisselink1-1/+1
2023-03-28version bumpSimon Wisselink1-1/+1
2022-11-23Also mute php7 notices for undefined array indexes when muteUndefinedOrNullWa...Simon Wisselink1-3/+2
2022-11-22version bumpSimon Wisselink1-1/+1
2022-09-27Use __DIR__ instead of dirname(__FILE__) (#817)Raimondas Rimkevičius1-3/+3
2022-09-22#155 Adapt Smarty upper/lower functions to be codesafe (e.g. for Turkish loca...Alec Smecher1-0/+9
2022-09-14version bumpSimon Wisselink1-1/+1
2022-08-01version bumpSimon Wisselink1-1/+1
2022-05-17version bumpSimon Wisselink1-1/+1
2022-03-10Fix PHP 8.1 deprecated warning when calling rtrimJorge Sá Pereira1-3/+3
2022-02-06version bumpSimon Wisselink1-1/+1
2022-01-18version bumpSimon Wisselink1-1/+1
2022-01-10version bumpSimon Wisselink1-1/+1
2022-01-10version bumpSimon Wisselink1-1/+1
2022-01-09version bumpSimon Wisselink1-1/+1
2021-11-25version bumpSimon Wisselink1-1/+1
2021-10-13version bumpSimon Wisselink1-1/+1
2021-10-13Feature/php8 support (#629)Simon Wisselink1-56/+29
2021-10-13version bumpSimon Wisselink1-1/+1
2021-02-17version bumpSimon Wisselink1-1/+1
2021-01-08version bumpSimon Wisselink1-1/+1
2021-01-08Removed unused error_reporting.ini file, updated version number in Smarty::SM...Simon Wisselink1-2/+1
2021-01-05Clarify correct LGPL version.Simon Wisselink1-1/+1
2020-09-11Bumped phpdoc @version tag to 3.1.36 (#598)♚ PH⑦ de Soria™♛1-1/+1
2020-04-14Fix comment - Method can return string (#583)Sławomir Kaleta1-1/+1
2020-04-14version bumpSimon Wisselink1-1/+1
2020-04-14fixed version of Smarty::SMARTY_VERSION and updates make-release script to do...Simon Wisselink1-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-1/+1
2018-10-14- bugfix autoloader exit shortcut https://github.com/smarty-php/smarty/issues...uwetews1-1/+1
2018-10-11- bugfix in date-format modifier; NULL at date string or default_date did not...uwetews1-1/+1
2018-10-11- bugfix {insert} not works when caching is enabled and included template is ...uwetews1-1/+1
2018-10-0909.10.2018uwetews1-1/+1
2018-09-18- bugfix large plain text template sections without a Smarty tag > 700kB coulduwetews1-2/+2
2018-09-12Prepare 3.1.33 releasev3.1.33uwetews1-2/+2
2018-09-03- bugfix {foreach} using new style property access like {$item@property} onuwetews1-1/+1
2018-08-31- bugfix some custom left and right delimiters like '{^' '^}' did not workuwetews1-1/+1
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews1-16/+20
2018-08-31- bugfix on Windows absolute filepathes did fail if the drive letter was foll...uwetews1-2/+3
2018-08-31- PSR-2 code style fixes for config and template file Lexer/Parser generated ...uwetews1-1/+1
2018-08-26- bugfix/enhancement {capture} allow variable as capture block name in Smarty...uwetews1-1/+1
2018-08-19- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...uwetews1-35/+102
2018-06-12Update PSR-2Sławomir Kaleta1-42/+48
2018-05-17- bugfix strip-block produces different output in Smarty v3.1.32 https://gith...Uwe Tews1-1/+1
2018-05-17- bugfix Smarty::compileAllTemplates ignores `$extension` parameter https://g...Uwe Tews1-1/+1
2018-05-17- improvement do not compute total property in {foreach} if not needed https:...Uwe Tews1-1/+1
2018-05-17- bugfix plugins may not be loaded when setMergeCompiledIncludes is true htt...Uwe Tews1-3/+3