| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-06-16 | - bugfix do not overwrite 'smarty' template variable when {include ... ↵ | uwe.tews@googlemail.com | 1 | -1/+1 | |
| scope=parent} exits | |||||
| 2011-05-29 | - bugfix <?xml..?> in templates did break "cache modified check" | uwe.tews@googlemail.com | 1 | -291/+298 | |
| 2011-05-14 | - bugfix error handling at stream resources | uwe.tews@googlemail.com | 2 | -109/+109 | |
| 2011-05-14 | - bugfix fopen() error handling at stream resources | uwe.tews@googlemail.com | 1 | -54/+56 | |
| 2011-05-13 | - bugfix condition starting with "-" did fail at {if} and {while} tags | uwe.tews@googlemail.com | 2 | -989/+999 | |
| 2011-04-21 | - bugfix allow only fixed string as file attribute at {extends} tag | uwe.tews@googlemail.com | 1 | -16/+16 | |
| 2011-04-01 | - bugfix do not run filters and default modifier when displaying the debug ↵ | uwe.tews@googlemail.com | 2 | -19/+18 | |
| template - bugfix of embedded double quotes within multi line strings (""") | |||||
| 2011-03-28 | - bugfix on error message in smarty_internal_compile_block.php | uwe.tews@googlemail.com | 2 | -121/+125 | |
| - bugfix mb handling in strip modifier - bugfix for Smarty2 style registered compiler function on unnamed attribute passing like {tag $foo $bar} | |||||
| 2011-03-16 | - bugfix on default {function} parameters when {function} was used in ↵ | uwe.tews@googlemail.com | 2 | -222/+222 | |
| nocache sections - bugfix on compiler object destruction. compiler_object property was by mistake unset. | |||||
| 2011-03-09 | -bugfix a variable filter should run before modifers on an output tag (see ↵ | uwe.tews@googlemail.com | 1 | -1389/+1406 | |
| change of 23/07/2010) | |||||
| 2011-03-08 | fixed config_load to only load defaults with no section defined | monte.ohrt | 1 | -10/+12 | |
| 2011-03-03 | - bugfix internal rendered_content must be cleared after subtemplate was ↵ | uwe.tews@googlemail.com | 1 | -1/+1 | |
| included | |||||
| 2011-03-03 | - bugfix "smarty" template variable was not recreated when cached templated ↵ | uwe.tews@googlemail.com | 1 | -0/+2 | |
| had expired | |||||
| 2011-03-01 | - bugfix replace modifier did not work in 3.0.7 on systems without multibyte ↵ | uwe.tews@googlemail.com | 2 | -3/+5 | |
| support - bugfix {$smarty.template} could return in 3.0.7 parent template name instead of child name when it needed to compile | |||||
| 2011-02-25 | - bugfix for Smarty2 style compiler plugins on unnamed attribute passing ↵ | uwe.tews@googlemail.com | 1 | -2/+6 | |
| like {tag $foo $bar} | |||||
| 2011-02-24 | - bugfix $smarty->clearCache('some.tpl') did by mistake cache the template ↵ | uwe.tews@googlemail.com | 1 | -2/+4 | |
| object | |||||
| 2011-02-19 | - bugfix force default debug.tpl to be loaded by the file resource when ↵ | uwe.tews@googlemail.com | 1 | -1/+1 | |
| default_resource_type was modified | |||||
| 2011-02-18 | - bugfix removed possible race condition when isCached() was called for an ↵ | uwe.tews@googlemail.com | 1 | -1/+11 | |
| individually cached subtemplate | |||||
| 2011-02-17 | -improvement not to delete files starting with '.' from cache and template_c ↵ | uwe.tews@googlemail.com | 2 | -4/+4 | |
| folders on clearCompiledTemplate() and clearCache() | |||||
| 2011-02-16 | -improvement allow leading spaces on } tag closing if auto_literal is enabled | uwe.tews@googlemail.com | 1 | -4/+0 | |
| 2011-02-16 | -fixed typo in exception message of Smarty_Internal_Template | uwe.tews@googlemail.com | 1 | -1/+1 | |
| 2011-02-13 | - bufix replace $smarty->triggerError() by exception | uwe.tews@googlemail.com | 1 | -1/+1 | |
| - removed obsolete {popup_init..} plugin from demo templates | |||||
| 2011-02-11 | fix typos, rewording | monte.ohrt | 1 | -1/+1 | |
| 2011-02-09 | - bugfix removed security hole when using {$smarty.template} | uwe.tews@googlemail.com | 1 | -4/+2 | |
| 2011-02-01 | - removed assert() from config and template parser | uwe.tews@googlemail.com | 3 | -361/+356 | |
| 2011-01-31 | - bugfix the lexer/parser did fail on special characters like VT | uwe.tews@googlemail.com | 2 | -91/+104 | |
| 2011-01-16 | -bugfix of Iterator object handling in internal _count() method | uwe.tews@googlemail.com | 1 | -1/+1 | |
| 2011-01-16 | -bugfix of ArrayAccess object handling in internal _count() method | uwe.tews@googlemail.com | 1 | -10/+7 | |
| 2011-01-14 | fix memory leak | uwe.tews@googlemail.com | 2 | -17/+11 | |
| 2011-01-14 | - remove possible warning | uwe.tews@googlemail.com | 1 | -0/+2 | |
| 2011-01-14 | -bugfix removed memory leak while processing compileAllTemplates | uwe.tews@googlemail.com | 5 | -327/+324 | |
| 2011-01-12 | - bugfix in {if} and {while} tag compiler when using assignments as ↵ | uwe.tews@googlemail.com | 2 | -6/+5 | |
| condition and nocache mode | |||||
| 2011-01-10 | - bugfix when using {$smarty.block.child} and name of {block} was in double ↵ | uwe.tews@googlemail.com | 2 | -2/+4 | |
| quoted string - bugfix updateParentVariables() was called twice when leaving {include} processing | |||||
| 2010-12-31 | - bugfix dynamic configuration of $debugging_crtl did not work | uwe.tews@googlemail.com | 2 | -3/+12 | |
| - bugfix default value of $config_read_hidden changed to false - bugfix format of attribute array on compiler plugins - bugfix getTemplateVars() could return value from wrong scope | |||||
| 2010-12-28 | - bugfix multiple {append} tags failed to compile. | uwe.tews@googlemail.com | 2 | -4/+5 | |
| 2010-12-17 | - bugfix added missing support of $cache_attrs for registered plugins | uwe.tews@googlemail.com | 4 | -4/+8 | |
| 2010-12-15 | - bugfix assigment as condition in {while} did drop an E_NOTICE | uwe.tews@googlemail.com | 1 | -1/+1 | |
| 2010-12-14 | - bugfix when passing an array as default parameter at {function} tag | uwe.tews@googlemail.com | 1 | -2/+3 | |
| 2010-12-13 | - bugfix {$smarty.template} in child template did not return right content | uwe.tews@googlemail.com | 3 | -12/+66 | |
| - bugfix Smarty3 did not search the PHP include_path for template files | |||||
| 2010-12-12 | - bugfix fixed typo regarding yesterdays change to allow streamWrapper | uwe.tews@googlemail.com | 1 | -1/+1 | |
| 2010-12-11 | - bugfix changed code when writing temporary compiled files to allow ↵ | uwe.tews@googlemail.com | 1 | -3/+9 | |
| stream_wrapper | |||||
| 2010-12-11 | - bugfix nested block tags in template inheritance child templates did not ↵ | uwe.tews@googlemail.com | 2 | -17/+8 | |
| work correctly - bugfix {$smarty.current_dir} in child template did not point to dir of child template | |||||
| 2010-12-06 | - bugfix getTemplateVars() should return 'null' instead dropping E_NOTICE on ↵ | uwe.tews@googlemail.com | 1 | -1/+1 | |
| an unassigned variable | |||||
| 2010-12-05 | - bugfix empty($foo) in {if} did drop a notice when $foo was not assigned | uwe.tews@googlemail.com | 1 | -880/+884 | |
| 2010-12-01 | - other update regarding {debug} | uwe.tews@googlemail.com | 1 | -11/+7 | |
| 2010-12-01 | - improvement of {debug} tag output | uwe.tews@googlemail.com | 1 | -118/+159 | |
| 2010-11-27 | -change run output filter before cache file is written (as in Smarty2) | uwe.tews@googlemail.com | 2 | -1/+4 | |
| 2010-11-24 | -bugfix on parser at !$foo|modifier | uwe.tews@googlemail.com | 3 | -2122/+2220 | |
| -change parser logic when assignments used as condition in {if] and {while} to allow assign to array element | |||||
| 2010-11-23 | -bugfix allow integer as attribute name in plugin calls | uwe.tews@googlemail.com | 2 | -14/+17 | |
| -change trimm whitespace from error message, removed long list of expected tokens | |||||
| 2010-11-22 | - added error message for illegal variable file attributes at {extends...} tags | uwe.tews@googlemail.com | 1 | -0/+3 | |
