| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-04-24 | Revert "remove - php: nightly test" | Uwe Tews | 3 | -1/+31 | |
| This reverts commit 216ada91f3c72114164329bd33dea4a882adf776. | |||||
| 2018-04-24 | Release version 3.1.32 | Uwe Tews | 2 | -6/+6 | |
| 2018-04-24 | remove - php: nightly test | Uwe Tews | 1 | -1/+0 | |
| 2018-04-24 | update .travis.yml | Uwe Tews | 1 | -0/+1 | |
| 2018-04-24 | update .travis.yml | Uwe Tews | 1 | -4/+5 | |
| 2018-04-24 | - fix compatibility for PHP version < 5.6 | Uwe Tews | 1 | -4/+10 | |
| 2018-04-24 | - bugfix possible Security Vulnerability in Smarty_Security class. | Uwe Tews | 3 | -61/+73 | |
| 2018-04-19 | update access to parent object | Uwe Tews | 1 | -6/+3 | |
| 2018-04-19 | fix comment lines of inline subtemplates | Uwe Tews | 1 | -5/+5 | |
| 2018-04-19 | Merge pull request #432 from dusta/patch-1 | uwetews | 1 | -10/+11 | |
| Update README.md | |||||
| 2018-04-14 | Update README.md | Dusta | 1 | -10/+11 | |
| Add https, add dots | |||||
| 2018-03-28 | - bugfix plugins may not be loaded if {function} or {block} tags are ↵ | Uwe Tews | 9 | -74/+55 | |
| executed in nocache mode | |||||
| 2018-03-28 | - bugfix plugins may not be loaded if {function} or {block} tags are ↵ | Uwe Tews | 11 | -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 Tews | 2 | -3/+19 | |
| {$smarty.block.child} | |||||
| 2018-03-26 | - new feature {parent} = {$smarty.block.parent} {child} = ↵ | Uwe Tews | 14 | -1675/+1980 | |
| {$smarty.block.child} | |||||
| 2018-03-23 | - bugfix preg_replace could fail on large content resulting in a blank page ↵ | Uwe Tews | 1 | -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 Tews | 1 | -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 Tews | 4 | -55/+89 | |
| https://github.com/smarty-php/smarty/issues/417 | |||||
| 2018-03-21 | - bugfix short form of {section} attributes did not work ↵ | Uwe Tews | 3 | -3/+5 | |
| https://github.com/smarty-php/smarty/issues/428 | |||||
| 2018-03-21 | - bugfix {$smarty.section...} used outside {section}{/section} showed ↵ | Uwe Tews | 3 | -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 Tews | 3 | -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 Tews | 4 | -6/+13 | |
| delimiter https://github.com/smarty-php/smarty/issues/419 | |||||
| 2017-11-22 | bugfix {break} and {continue} could fail if {foreach}{/foreach} did contain ↵ | Uwe Tews | 4 | -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 Tews | 7 | -32/+33 | |
| 2017-11-20 | bugfix variable filter might not have been loaded in cache file for use in ↵ | Uwe Tews | 3 | -24/+11 | |
| nocache sections. | |||||
| 2017-11-20 | bugfix rework of newline spacing between tag code and template text. | Uwe Tews | 26 | -79/+48 | |
| now again identical with Smarty2 (forum topic 26878) | |||||
| 2017-11-11 | remove html tags from PHPDoc blocks | Uwe Tews | 42 | -134/+134 | |
| 2017-11-11 | fix comment correct last commit | Uwe Tews | 1 | -4/+4 | |
| 2017-11-11 | fix comment | Uwe Tews | 1 | -5/+5 | |
| 2017-11-06 | remove blanks on line endings | Uwe Tews | 6 | -80/+75 | |
| 2017-11-06 | - bugfix {$smarty.section.name.loop} used together with ↵ | Uwe Tews | 3 | -10/+7 | |
| {$smarty.section.name.total} could produce wrong results (forum topic 27041) 3.1.32-dev-35 | |||||
| 2017-11-06 | code cleanup and optimizations 3.1.32-dev-34 | Uwe Tews | 99 | -621/+600 | |
| 2017-11-05 | lexer/parser optimization | Uwe Tews | 10 | -2470/+2003 | |
| 2017-10-26 | - correction of PHPDoc blocks | Uwe Tews | 76 | -141/+613 | |
| - minor code cleanup | |||||
| 2017-10-26 | - optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR | Uwe Tews | 1 | -1/+1 | |
| version update because of recent commit problems | |||||
| 2017-10-26 | - optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR | Uwe Tews | 1 | -7/+2 | |
| 2017-10-26 | - optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR | Uwe Tews | 4 | -28/+32 | |
| 2017-10-26 | - deprecate functions Smarty::muteExpectedErrors() and ↵ | Uwe Tews | 5 | -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_SEPARATOR | Uwe Tews | 1 | -3/+89 | |
| 2017-10-26 | - optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR | Uwe Tews | 9 | -370/+249 | |
| 2017-10-26 | - bugfix Smarty version was not filled in header comment of compiled and ↵ | Uwe Tews | 2 | -18/+15 | |
| cached files | |||||
| 2017-10-26 | fix Smarty version in header comment (reverted from commit ↵ | Uwe Tews | 1 | -1/+1 | |
| 5ec2e1f62bb1eef317ee6f935b96f47526680823) | |||||
| 2017-10-26 | - optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR ↵ | Uwe Tews | 12 | -274/+277 | |
| (reverted from commit f7a53162058de410a35a9848e6d0795d7c252aaf) | |||||
| 2017-10-26 | - optimization replace internal Smarty::$ds property by DIRECTORY_SEPARATOR ↵ | Uwe Tews | 12 | -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 Tews | 10 | -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 Tews | 10 | -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 Tews | 12 | -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 Tews | 12 | -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 Tews | 12 | -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 Tews | 12 | -277/+274 | |
| (reverted from commit f7a53162058de410a35a9848e6d0795d7c252aaf) (reverted from commit beaa293eb3722138717c9b86047b1805a37c45e0) | |||||
