| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-02-09 | - reformat all code for unique style | uwetews | 163 | -2713/+3259 | |
| 2016-02-09 | - move some code from parser into compiler | uwetews | 5 | -1306/+1063 | |
| 2016-02-05 | - improvement internal compiler changes | uwetews | 4 | -5/+92 | |
| 2016-02-01 | - bugfix {foreach} compilation failed when $smarty->merge_compiled_includes ↵ | uwetews | 3 | -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 ↵ | uwetews | 3 | -4/+11 | |
| https://github.com/smarty-php/smarty/issues/151 | |||||
| 2016-01-28 | Merge pull request #156 from glensc/patch-1 | uwetews | 1 | -4/+4 | |
| Update change_log.txt | |||||
| 2016-01-28 | - bugfix if fetch('foo.tpl') is called on a template object the $parent ↵ | uwetews | 2 | -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) ↵ | uwetews | 2 | -8/+10 | |
| https://github.com/smarty-php/smarty/issues/170 | |||||
| 2016-01-27 | - bugfix {capture} data could not been seen in other templates with ↵ | uwetews | 3 | -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 ↵ | uwetews | 5 | -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 ↵ | uwetews | 4 | -4/+6 | |
| https://github.com/smarty-php/smarty/issues/160 | |||||
| 2016-01-26 | - bugfix string resource could inject code at {block} or inline subtemplates ↵ | uwetews | 4 | -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 ↵ | uwetews | 4 | -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 ↵ | uwetews | 4 | -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 ↵ | uwetews | 3 | -159/+158 | |
| https://github.com/smarty-php/smarty/issues/161 update of yesterdays fix | |||||
| 2016-01-26 | - revert bugfix compiling {section} did create warning | uwetews | 3 | -63/+106 | |
| 2016-01-26 | - bugfix {$smarty.section.customer.loop} did throw compiler error ↵ | uwetews | 3 | -154/+161 | |
| https://github.com/smarty-php/smarty/issues/161 | |||||
| 2016-01-26 | - bugfix compiling {section} did create warning | uwetews | 2 | -102/+63 | |
| 2016-01-26 | - improvement observe Smarty::$_CHARSET in debugging console ↵ | uwetews | 2 | -13/+11 | |
| https://github.com/smarty-php/smarty/issues/169 | |||||
| 2016-01-06 | Update change_log.txt | Elan Ruusamäe | 1 | -4/+4 | |
| typo fixes | |||||
| 2016-01-02 | - improvement runtime checks if registered block plugins are callabel | uwetews | 5 | -19/+40 | |
| 2016-01-02 | - optimize block plugin compiler | uwetews | 5 | -180/+98 | |
| 2016-01-02 | - update scope handling | uwetews | 8 | -91/+82 | |
| 2016-01-01 | - remove Smarty::$resource_cache_mode property | uwetews | 5 | -73/+8 | |
| 2015-12-31 | add memcache tests to travis | uwetews | 1 | -1/+1 | |
| 2015-12-31 | add memcache tests to travis | uwetews | 1 | -1/+1 | |
| 2015-12-31 | add memcache tests to travis | uwetews | 2 | -0/+3 | |
| 2015-12-31 | disable 5.2 | uwetews | 1 | -1/+0 | |
| 2015-12-31 | enable 5.2 | uwetews | 1 | -0/+1 | |
| 2015-12-31 | disable 5.2 | uwetews | 1 | -1/+0 | |
| 2015-12-31 | enable 5.2 | uwetews | 1 | -0/+1 | |
| 2015-12-31 | disable 5.2 | uwetews | 1 | -1/+0 | |
| 2015-12-31 | Add travis test for php 5.2 | uwetews | 1 | -1/+2 | |
| 2015-12-31 | Test if class Memcached exists | uwetews | 1 | -1/+5 | |
| 2015-12-31 | enable mysql and memcache tests on travis | uwetews | 1 | -1/+5 | |
| 2015-12-31 | - optimization of {assign}, {if} and {while} compiled code | uwetews | 10 | -84/+111 | |
| 2015-12-30 | - bugfix plugin names starting with "php" did not compile ↵ | uwetews | 4 | -3/+6 | |
| https://github.com/smarty-php/smarty/issues/147 | |||||
| 2015-12-29 | - bugfix Smarty::error_reporting was not observed when display() or fetch() ↵ | uwetews | 2 | -2/+7 | |
| was called on template objects https://github.com/smarty-php/smarty/issues/145 | |||||
| 2015-12-28 | remove allowed failure on hhvm | uwetews | 1 | -3/+0 | |
| 2015-12-28 | - optimization of {foreach} code size and processing | uwetews | 4 | -121/+159 | |
| 2015-12-27 | - PHPdoc updates | uwetews | 13 | -35/+40 | |
| 2015-12-27 | - code fixes | uwetews | 7 | -8/+8 | |
| 2015-12-27 | update SmartyBC | uwetews | 1 | -13/+12 | |
| 2015-12-27 | - update external methods | uwetews | 8 | -54/+86 | |
| 2015-12-27 | new _clearTemplateCache() method | uwetews | 1 | -2/+2 | |
| 2015-12-27 | force opcache invalidation | uwetews | 2 | -2/+2 | |
| 2015-12-27 | remove obsolete code | uwetews | 2 | -26/+0 | |
| 2015-12-27 | - improve inheritance code | uwetews | 5 | -47/+52 | |
| 2015-12-27 | new _clearTemplateCache() method | uwetews | 5 | -16/+12 | |
| 2015-12-25 | - new feature If ACP is enabled force an apc_compile_file() when compiled or ↵ | uwetews | 4 | -2/+12 | |
| cached template was updated | |||||
