summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-09- reformat all code for unique styleuwetews163-2713/+3259
2016-02-09- move some code from parser into compileruwetews5-1306/+1063
2016-02-05- improvement internal compiler changesuwetews4-5/+92
2016-02-01- bugfix {foreach} compilation failed when $smarty->merge_compiled_includes ↵uwetews3-7/+7
= true and pre-filters are used. https://github.com/smarty-php/smarty/issues/172
2016-01-29- bugfix implement replacement code for _tag_stack property ↵uwetews3-4/+11
https://github.com/smarty-php/smarty/issues/151
2016-01-28Merge pull request #156 from glensc/patch-1uwetews1-4/+4
Update change_log.txt
2016-01-28- bugfix if fetch('foo.tpl') is called on a template object the $parent ↵uwetews2-1/+2
parameter should default to the calling template object https://github.com/smarty-php/smarty/issues/152
2016-01-28- bugfix allow windows network filepath or wrapper (forum topic 25876) ↵uwetews2-8/+10
https://github.com/smarty-php/smarty/issues/170
2016-01-27- bugfix {capture} data could not been seen in other templates with ↵uwetews3-5/+6
{$smarty.capture.name} https://github.com/smarty-php/smarty/issues/153
2016-01-27- bugfix {extends} with relative file path did not work ↵uwetews5-4/+20
https://github.com/smarty-php/smarty/issues/154 https://github.com/smarty-php/smarty/issues/158
2016-01-27- bugfix output filters did not observe nocache code flag ↵uwetews4-4/+6
https://github.com/smarty-php/smarty/issues/160
2016-01-26- bugfix string resource could inject code at {block} or inline subtemplates ↵uwetews4-4/+17
through PHP comments https://github.com/smarty-php/smarty/issues/157
2016-01-26- bugfix string resource could inject code at {block} or inline subtemplates ↵uwetews4-223/+173
through PHP comments https://github.com/smarty-php/smarty/issues/157 (reverted from commit 2850cce19f6c9dcb0e8daf4ec11ad34e7bcd3d55)
2016-01-26- bugfix string resource could inject code at {block} or inline subtemplates ↵uwetews4-173/+223
through PHP comments https://github.com/smarty-php/smarty/issues/157
2016-01-26- bugfix {$smarty.section.customer.loop} did throw compiler error ↵uwetews3-159/+158
https://github.com/smarty-php/smarty/issues/161 update of yesterdays fix
2016-01-26- revert bugfix compiling {section} did create warninguwetews3-63/+106
2016-01-26- bugfix {$smarty.section.customer.loop} did throw compiler error ↵uwetews3-154/+161
https://github.com/smarty-php/smarty/issues/161
2016-01-26- bugfix compiling {section} did create warninguwetews2-102/+63
2016-01-26- improvement observe Smarty::$_CHARSET in debugging console ↵uwetews2-13/+11
https://github.com/smarty-php/smarty/issues/169
2016-01-06Update change_log.txtElan Ruusamäe1-4/+4
typo fixes
2016-01-02- improvement runtime checks if registered block plugins are callabeluwetews5-19/+40
2016-01-02- optimize block plugin compileruwetews5-180/+98
2016-01-02- update scope handlinguwetews8-91/+82
2016-01-01- remove Smarty::$resource_cache_mode propertyuwetews5-73/+8
2015-12-31add memcache tests to travisuwetews1-1/+1
2015-12-31add memcache tests to travisuwetews1-1/+1
2015-12-31add memcache tests to travisuwetews2-0/+3
2015-12-31disable 5.2uwetews1-1/+0
2015-12-31enable 5.2uwetews1-0/+1
2015-12-31disable 5.2uwetews1-1/+0
2015-12-31enable 5.2uwetews1-0/+1
2015-12-31disable 5.2uwetews1-1/+0
2015-12-31Add travis test for php 5.2uwetews1-1/+2
2015-12-31Test if class Memcached existsuwetews1-1/+5
2015-12-31enable mysql and memcache tests on travisuwetews1-1/+5
2015-12-31- optimization of {assign}, {if} and {while} compiled codeuwetews10-84/+111
2015-12-30- bugfix plugin names starting with "php" did not compile ↵uwetews4-3/+6
https://github.com/smarty-php/smarty/issues/147
2015-12-29- bugfix Smarty::error_reporting was not observed when display() or fetch() ↵uwetews2-2/+7
was called on template objects https://github.com/smarty-php/smarty/issues/145
2015-12-28remove allowed failure on hhvmuwetews1-3/+0
2015-12-28- optimization of {foreach} code size and processinguwetews4-121/+159
2015-12-27- PHPdoc updatesuwetews13-35/+40
2015-12-27- code fixesuwetews7-8/+8
2015-12-27update SmartyBCuwetews1-13/+12
2015-12-27- update external methodsuwetews8-54/+86
2015-12-27new _clearTemplateCache() methoduwetews1-2/+2
2015-12-27force opcache invalidationuwetews2-2/+2
2015-12-27remove obsolete codeuwetews2-26/+0
2015-12-27- improve inheritance codeuwetews5-47/+52
2015-12-27new _clearTemplateCache() methoduwetews5-16/+12
2015-12-25- new feature If ACP is enabled force an apc_compile_file() when compiled or ↵uwetews4-2/+12
cached template was updated