summaryrefslogtreecommitdiff
path: root/change_log.txt
AgeCommit message (Expand)AuthorFilesLines
2020-04-14Moved changelog to a keepachangelog.com format and added a release scriptSimon Wisselink1-3427/+0
2020-04-13Fix repo layout for package maintainers (#571)Simon Wisselink1-0/+1
2020-04-13Strip now removes whitespaces after comment (#582)Simon Wisselink1-0/+1
2020-04-13Throw SmartyException when setting caching attributes for cacheable plugin as...Simon Wisselink1-0/+1
2020-04-13Switched to a more advanced regex to test wheter parameter is a variable (#567)Simon Wisselink1-0/+1
2020-01-27Fix foreachelse on arrayiteratorsSimon Wisselink1-0/+2
2020-01-26Merge pull request #503 from SeahunOh/masterSimon Wisselink1-1/+1
2020-01-13update changelog to reflect resent pull request mergesMonte Ohrt1-0/+8
2020-01-13fix change log dateClaas Augner1-1/+1
2019-12-12update change log versionMonte Ohrt1-1/+2
2018-11-01fix typoshpik1-1/+1
2018-10-30- bugfix a nested subblock in an inheritance child template was not replace byuwetews1-0/+4
2018-10-29- bugfix Smarty::$php_handling == PHP_PASSTHRU (default) did eat the "\n" (ne...uwetews1-1/+5
2018-10-14- bugfix autoloader exit shortcut https://github.com/smarty-php/smarty/issues...uwetews1-1/+4
2018-10-11- bugfix in date-format modifier; NULL at date string or default_date did not...uwetews1-1/+3
2018-10-11- bugfix {insert} not works when caching is enabled and included template is ...uwetews1-0/+4
2018-10-0909.10.2018uwetews1-1/+6
2018-09-18- bugfix large plain text template sections without a Smarty tag > 700kB coulduwetews1-1/+7
2018-09-12Prepare 3.1.33 releasev3.1.33uwetews1-1/+3
2018-09-03- bugfix {foreach} using new style property access like {$item@property} onuwetews1-1/+5
2018-08-31- bugfix some custom left and right delimiters like '{^' '^}' did not workuwetews1-0/+3
2018-08-31- reformating for PSR-2 coding standards https://github.com/smarty-php/smarty...uwetews1-1/+3
2018-08-31- bugfix on Windows absolute filepathes did fail if the drive letter was foll...uwetews1-1/+4
2018-08-31- PSR-2 code style fixes for config and template file Lexer/Parser generated ...uwetews1-1/+6
2018-08-26- bugfix/enhancement {capture} allow variable as capture block name in Smarty...uwetews1-1/+6
2018-08-19- fix PSR-2 coding standards and PHPDoc blocks https://github.com/smarty-php/...uwetews1-1/+8
2018-05-17- bugfix strip-block produces different output in Smarty v3.1.32 https://gith...Uwe Tews1-1/+2
2018-05-17- bugfix Smarty::compileAllTemplates ignores `$extension` parameter https://g...Uwe Tews1-1/+3
2018-05-17- improvement do not compute total property in {foreach} if not needed https:...Uwe Tews1-1/+2
2018-05-17- bugfix plugins may not be loaded when setMergeCompiledIncludes is true htt...Uwe Tews1-1/+4
2018-04-26- bugfix regarding Security Vulnerability did not solve the problem under LinuxUwe Tews1-1/+5
2018-04-24Release version 3.1.32Uwe Tews1-1/+1
2018-04-24- bugfix possible Security Vulnerability in Smarty_Security class.Uwe Tews1-0/+3
2018-03-28- bugfix plugins may not be loaded if {function} or {block} tags are executed...Uwe Tews1-0/+4
2018-03-26- new feature {parent} = {$smarty.block.parent} {child} = {$smarty.block.ch...Uwe Tews1-0/+3
2018-03-23- bugfix preg_replace could fail on large content resulting in a blank page h...Uwe Tews1-0/+3
2018-03-21- bugfix short form of {section} attributes did not work https://github.com/s...Uwe Tews1-0/+1
2018-03-21- bugfix {$smarty.section...} used outside {section}{/section} showed incorre...Uwe Tews1-0/+4
2018-03-17- improvement Smarty::compileAllTemplates() exit with a non-zero status code ...Uwe Tews1-0/+3
2018-03-16- bugfix extends resource did not work with user defined left/right delimiter...Uwe Tews1-0/+3
2017-11-22bugfix {break} and {continue} could fail if {foreach}{/foreach} did contain o...Uwe Tews1-0/+4
2017-11-20- replacement of " by 'Uwe Tews1-1/+1
2017-11-20bugfix variable filter might not have been loaded in cache file for use in no...Uwe Tews1-0/+1
2017-11-20bugfix rework of newline spacing between tag code and template text.Uwe Tews1-0/+4
2017-11-06- bugfix {$smarty.section.name.loop} used together with {$smarty.section.name...Uwe Tews1-0/+2
2017-11-06code cleanup and optimizations 3.1.32-dev-34Uwe Tews1-183/+183
2017-11-05lexer/parser optimizationUwe Tews1-1/+4
2017-10-26- correction of PHPDoc blocksUwe Tews1-0/+2
2017-10-26- deprecate functions Smarty::muteExpectedErrors() and Smarty::unmuteExpected...Uwe Tews1-0/+4
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATORUwe Tews1-0/+1