| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-11-16 | - added escape argument to html_checkboxes and html_radios (Forum Topic 20425) | rodneyrehm | 2 | -8/+18 | |
| 2011-11-14 | fix typos paramter to parameter | monte.ohrt | 1 | -5/+5 | |
| 2011-10-22 | - bugfix smarty_mb_from_unicode() would not decode unicode-points properly | rodneyrehm | 1 | -1/+1 | |
| 2011-10-20 | - bugfix {html_select_date} and {html_select_time} did not properly handle ↵ | rodneyrehm | 2 | -12/+12 | |
| empty time arguments (Forum Topic 20190) see http://www.smarty.net/forums/viewtopic.php?t=20190 | |||||
| 2011-10-10 | - bugfix variable name typo in {html_options} and {html_checkboxes} (Issue #54) | rodneyrehm | 2 | -2/+2 | |
| 2011-10-07 | - improvement removed some unnecessary count()s | rodneyrehm | 3 | -15/+15 | |
| 2011-10-07 | - improvement html_checkboxes and html_radios to accept null- and object ↵ | rodneyrehm | 3 | -48/+152 | |
| values, and label_ids attribute | |||||
| 2011-10-07 | - bugfix html_options plugin did not handle object values properly (Issue ↵ | rodneyrehm | 1 | -1/+9 | |
| #49, Forum Topic 20049) | |||||
| 2011-10-07 | - improvement removed html comments from {mailto} (Forum Topic 20092) | rodneyrehm | 1 | -8/+6 | |
| 2011-10-06 | - bugfix start_year and end_year of {html_select_date} did not use current ↵ | rodneyrehm | 1 | -3/+5 | |
| year as offset base (Issue #53) | |||||
| 2011-10-05 | - bugfix html_options plugin did not handle null- and object values properly ↵ | rodneyrehm | 1 | -7/+28 | |
| (Issue #49, Forum Topic 20049) | |||||
| 2011-10-04 | - bugfix of problem introduced with r4342 on math plugin | uwe.tews@googlemail.com | 1 | -3/+3 | |
| 2011-10-01 | typo | rodneyrehm | 1 | -1/+1 | |
| 2011-10-01 | - improvement replaced some strlen($foo) > 3 calls by isset($foo[3]) | rodneyrehm | 2 | -2/+2 | |
| 2011-10-01 | - improvement replaced most in_array() calls by more efficient isset() on ↵ | rodneyrehm | 4 | -8/+12 | |
| array_flip()ed haystacks - added notes on possible performance optimization/problem with Smarty_Security | |||||
| 2011-09-27 | - bugfix smarty_make_timestamp() failed to process DateTime objects properly | rodneyrehm | 1 | -1/+1 | |
| 2011-09-27 | - added chaining to Smarty_Internal_Data so ↵ | rodneyrehm | 1 | -3/+7 | |
| $smarty->assign('a',1)->assign('b',2); is possible now | |||||
| 2011-09-16 | commit 3.1 into the trunk | monte.ohrt | 48 | -903/+1652 | |
| 2011-06-09 | fix smarty security_policy issue in plugins {html_image} and {fetch} | rodneyrehm | 2 | -4/+4 | |
| 2011-03-28 | - bugfix on error message in smarty_internal_compile_block.php | uwe.tews@googlemail.com | 1 | -2/+2 | |
| - bugfix mb handling in strip modifier - bugfix for Smarty2 style registered compiler function on unnamed attribute passing like {tag $foo $bar} | |||||
| 2011-03-01 | - bugfix replace modifier did not work in 3.0.7 on systems without multibyte ↵ | uwe.tews@googlemail.com | 1 | -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-01-19 | flip test for ctype_digit, speed up | monte.ohrt | 1 | -1/+1 | |
| 2011-01-17 | avoid preg for string match | monte.ohrt | 1 | -2/+2 | |
| 2011-01-04 | remove overlib plugins - no longer supported | monte.ohrt | 2 | -157/+0 | |
| 2011-01-03 | fix mb_str_replace to work with utf8 | monte.ohrt | 3 | -49/+42 | |
| 2010-12-21 | update html_options to support class and id attrs | monte.ohrt | 1 | -10/+24 | |
| 2010-11-17 | -bugfix in function.fetch.php, reference to undefined $smarty | uwe.tews@googlemail.com | 1 | -1/+1 | |
| 2010-11-14 | - bugfix isset() did not allow multiple parameter | uwe.tews@googlemail.com | 1 | -1/+1 | |
| - improvment of some error messages - bugfix html_image did use removed property $request_use_auto_globals | |||||
| 2010-11-13 | - reverted location of loadPlugin() to Smarty class | uwe.tews@googlemail.com | 15 | -34/+10 | |
| - fixed comments in plugins | |||||
| 2010-11-12 | - reactivated $error_reporting property handling | uwe.tews@googlemail.com | 16 | -22/+22 | |
| - fixed typo in compile_continue - fixed security in {fetch} plugin - changed back plugin parameters to two. second is template object with transparent access to Smarty object - fixed {config_load} scoping form compile time to run time | |||||
| 2010-11-11 | - major update including some API changes | uwe.tews@googlemail.com | 2 | -2/+2 | |
| 2010-09-25 | - bugfix on some compiling modifiers | uwe.tews@googlemail.com | 4 | -5/+5 | |
| 2010-09-22 | - bugfix on default modifier | uwe.tews@googlemail.com | 1 | -1/+1 | |
| 2010-09-07 | - bugfix {counter} and {cycle} plugin assigned result to smarty variable not ↵ | Uwe.Tews | 2 | -5/+7 | |
| in local(template) scope - bugfix templates containing just {strip} {/strip} tags did produce an error | |||||
| 2010-08-23 | - fixed E_STRICT errors for uninitialized variables | Uwe.Tews | 2 | -1/+2 | |
| 2010-08-17 | fix formatting | monte.ohrt | 41 | -437/+452 | |
| 2010-08-13 | - remove exception_handler property from Smarty class | Uwe.Tews | 2 | -5/+5 | |
| - added Smarty's own exceptions SmartyException and SmartyCompilerException | |||||
| 2010-08-06 | - bugfix when cascading some modifier like |strip|strip_tags modifier | Uwe.Tews | 2 | -3/+3 | |
| 2010-08-05 | - added plugin type modifiercompiler to produce compiled modifier code | Uwe.Tews | 26 | -443/+480 | |
| - changed standard modifier plugins to the compiling versions whenever possible | |||||
| 2010-07-14 | - make the date_format modifier work also on objects of the DateTime class | Uwe.Tews | 1 | -2/+2 | |
| - implementation of parsetrees in the parser to close security holes and remove unwanted empty line in HTML output | |||||
| 2010-07-13 | add DateTime support, clean up some logic | monte.ohrt | 1 | -9/+7 | |
| 2010-07-08 | - bugfix on assigning multidimensional arrays within templates | Uwe.Tews | 1 | -1/+1 | |
| - corrected bugfix for truncate modifier | |||||
| 2010-07-07 | - bugfix support of script files relative to trusted_dir | Uwe.Tews | 1 | -1/+1 | |
| 2010-07-07 | - bugfix the truncate modifier needs to check if the string is utf-8 encoded ↵ | Uwe.Tews | 1 | -45/+48 | |
| or not | |||||
| 2010-07-06 | - create exception on recursive {extends} calls | Uwe.Tews | 2 | -58/+66 | |
| - fixed reported line number at "unexpected closing tag " exception - bugfix on escape:'mail' modifier - drop exception if 'item' variable is equal 'from' variable in {foreach} tag | |||||
| 2010-07-01 | - removed call_user_func_array calls for optimization of compiled code when ↵ | Uwe.Tews | 3 | -4/+4 | |
| using registered modifiers and plugins - updated comments | |||||
| 2010-06-01 | - removed /* vim: set expandtab: */ comments | Uwe.Tews | 5 | -18/+3 | |
| - bugfix of auto literal problem introduce with fix of 31/05/2010 | |||||
| 2010-05-27 | - make scope of {counter} and {cycle} tags again global as in Smarty2 | Uwe.Tews | 2 | -46/+53 | |
| 2010-04-17 | - security fix in {math} plugin | Uwe.Tews | 1 | -2/+2 | |
| 2010-04-16 | revert lables on optgroup tags | monte.ohrt | 1 | -2/+2 | |
