summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-04-24Revert "remove - php: nightly test"Uwe Tews3-1/+31
This reverts commit 216ada91f3c72114164329bd33dea4a882adf776.
2018-04-24Release version 3.1.32Uwe Tews2-6/+6
2018-04-24remove - php: nightly testUwe Tews1-1/+0
2018-04-24update .travis.ymlUwe Tews1-0/+1
2018-04-24update .travis.ymlUwe Tews1-4/+5
2018-04-24- fix compatibility for PHP version < 5.6Uwe Tews1-4/+10
2018-04-24- bugfix possible Security Vulnerability in Smarty_Security class.Uwe Tews3-61/+73
2018-04-19update access to parent objectUwe Tews1-6/+3
2018-04-19fix comment lines of inline subtemplatesUwe Tews1-5/+5
2018-04-19Merge pull request #432 from dusta/patch-1uwetews1-10/+11
Update README.md
2018-04-14Update README.mdDusta1-10/+11
Add https, add dots
2018-03-28- bugfix plugins may not be loaded if {function} or {block} tags are ↵Uwe Tews9-74/+55
executed in nocache mode
2018-03-28- bugfix plugins may not be loaded if {function} or {block} tags are ↵Uwe Tews11-111/+175
executed in nocache mode https://github.com/smarty-php/smarty/issues/371
2018-03-28- new feature {parent} = {$smarty.block.parent} {child} = ↵Uwe Tews2-3/+19
{$smarty.block.child}
2018-03-26- new feature {parent} = {$smarty.block.parent} {child} = ↵Uwe Tews14-1675/+1980
{$smarty.block.child}
2018-03-23- bugfix preg_replace could fail on large content resulting in a blank page ↵Uwe Tews1-0/+1
https://github.com/smarty-php/smarty/issues/417
2018-03-23- bugfix preg_replace could fail on large content resulting in a blank page ↵Uwe Tews1-1/+0
https://github.com/smarty-php/smarty/issues/417
2018-03-23- bugfix preg_replace could fail on large content resulting in a blank page ↵Uwe Tews4-55/+89
https://github.com/smarty-php/smarty/issues/417
2018-03-21- bugfix short form of {section} attributes did not work ↵Uwe Tews3-3/+5
https://github.com/smarty-php/smarty/issues/428
2018-03-21- bugfix {$smarty.section...} used outside {section}{/section} showed ↵Uwe Tews3-6/+6
incorrect values if {section}{/section} was called inside another loop https://github.com/smarty-php/smarty/issues/422
2018-03-17- improvement Smarty::compileAllTemplates() exit with a non-zero status code ↵Uwe Tews3-2/+5
if max errors is reached https://github.com/smarty-php/smarty/pull/402
2018-03-16- bugfix extends resource did not work with user defined left/right ↵Uwe Tews4-6/+13
delimiter https://github.com/smarty-php/smarty/issues/419
2017-11-22bugfix {break} and {continue} could fail if {foreach}{/foreach} did contain ↵Uwe Tews4-30/+27
other looping tags like {for}, {section} and {while} https://github.com/smarty-php/smarty/issues/323
2017-11-20- replacement of " by 'Uwe Tews7-32/+33
2017-11-20bugfix variable filter might not have been loaded in cache file for use in ↵Uwe Tews3-24/+11
nocache sections.
2017-11-20bugfix rework of newline spacing between tag code and template text.Uwe Tews26-79/+48
now again identical with Smarty2 (forum topic 26878)
2017-11-11remove html tags from PHPDoc blocksUwe Tews42-134/+134
2017-11-11fix comment correct last commitUwe Tews1-4/+4
2017-11-11fix commentUwe Tews1-5/+5
2017-11-06remove blanks on line endingsUwe Tews6-80/+75
2017-11-06- bugfix {$smarty.section.name.loop} used together with ↵Uwe Tews3-10/+7
{$smarty.section.name.total} could produce wrong results (forum topic 27041) 3.1.32-dev-35
2017-11-06code cleanup and optimizations 3.1.32-dev-34Uwe Tews99-621/+600
2017-11-05lexer/parser optimizationUwe Tews10-2470/+2003
2017-10-26- correction of PHPDoc blocksUwe Tews76-141/+613
- minor code cleanup
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATORUwe Tews1-1/+1
version update because of recent commit problems
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATORUwe Tews1-7/+2
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATORUwe Tews4-28/+32
2017-10-26- deprecate functions Smarty::muteExpectedErrors() and ↵Uwe Tews5-146/+153
Smarty::unmuteExpectedErrors() as Smarty does no longer use error suppression like @filemtime(). for backward compatibility code is moved from Smarty class to an external class and still can be called.
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATORUwe Tews1-3/+89
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATORUwe Tews9-370/+249
2017-10-26- bugfix Smarty version was not filled in header comment of compiled and ↵Uwe Tews2-18/+15
cached files
2017-10-26fix Smarty version in header comment (reverted from commit ↵Uwe Tews1-1/+1
5ec2e1f62bb1eef317ee6f935b96f47526680823)
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR ↵Uwe Tews12-274/+277
(reverted from commit f7a53162058de410a35a9848e6d0795d7c252aaf)
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR ↵Uwe Tews12-277/+274
(reverted from commit f7a53162058de410a35a9848e6d0795d7c252aaf) (reverted from commit beaa293eb3722138717c9b86047b1805a37c45e0)
2017-10-26- bugfix Smarty version was not filled in header comment of compiled and ↵Uwe Tews10-257/+296
cached files - optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR (reverted from commit 1e787d08f11d0a41028d847428068bf5f8d1c2ac)
2017-10-26- bugfix Smarty version was not filled in header comment of compiled and ↵Uwe Tews10-296/+257
cached files - optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR (reverted from commit 1e787d08f11d0a41028d847428068bf5f8d1c2ac) (reverted from commit 42a292d56aae611a687a2fb5058701d89e13ac1a)
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR ↵Uwe Tews12-274/+277
(reverted from commit f7a53162058de410a35a9848e6d0795d7c252aaf) (reverted from commit beaa293eb3722138717c9b86047b1805a37c45e0) (reverted from commit 86f36196e297feb6ceac5172bd9a6d04bc45bf18)
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR ↵Uwe Tews12-277/+274
(reverted from commit f7a53162058de410a35a9848e6d0795d7c252aaf) (reverted from commit beaa293eb3722138717c9b86047b1805a37c45e0) (reverted from commit 86f36196e297feb6ceac5172bd9a6d04bc45bf18) (reverted from commit 36c6a72015f98595f51f8aa983dbef4df7413cc8)
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR ↵Uwe Tews12-274/+277
(reverted from commit f7a53162058de410a35a9848e6d0795d7c252aaf) (reverted from commit beaa293eb3722138717c9b86047b1805a37c45e0) (reverted from commit 86f36196e297feb6ceac5172bd9a6d04bc45bf18)
2017-10-26- optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR ↵Uwe Tews12-277/+274
(reverted from commit f7a53162058de410a35a9848e6d0795d7c252aaf) (reverted from commit beaa293eb3722138717c9b86047b1805a37c45e0)