summaryrefslogtreecommitdiff
path: root/libs/plugins
AgeCommit message (Expand)AuthorFilesLines
2011-11-16- added escape argument to html_checkboxes and html_radios (Forum Topic 20425)rodneyrehm2-8/+18
2011-11-14fix typos paramter to parametermonte.ohrt1-5/+5
2011-10-22- bugfix smarty_mb_from_unicode() would not decode unicode-points properlyrodneyrehm1-1/+1
2011-10-20- bugfix {html_select_date} and {html_select_time} did not properly handle em...rodneyrehm2-12/+12
2011-10-10- bugfix variable name typo in {html_options} and {html_checkboxes} (Issue #54)rodneyrehm2-2/+2
2011-10-07- improvement removed some unnecessary count()srodneyrehm3-15/+15
2011-10-07- improvement html_checkboxes and html_radios to accept null- and object valu...rodneyrehm3-48/+152
2011-10-07- bugfix html_options plugin did not handle object values properly (Issue #49...rodneyrehm1-1/+9
2011-10-07- improvement removed html comments from {mailto} (Forum Topic 20092)rodneyrehm1-8/+6
2011-10-06- bugfix start_year and end_year of {html_select_date} did not use current ye...rodneyrehm1-3/+5
2011-10-05- bugfix html_options plugin did not handle null- and object values properly ...rodneyrehm1-7/+28
2011-10-04- bugfix of problem introduced with r4342 on math plugin uwe.tews@googlemail.com1-3/+3
2011-10-01typorodneyrehm1-1/+1
2011-10-01- improvement replaced some strlen($foo) > 3 calls by isset($foo[3])rodneyrehm2-2/+2
2011-10-01- improvement replaced most in_array() calls by more efficient isset() on arr...rodneyrehm4-8/+12
2011-09-27- bugfix smarty_make_timestamp() failed to process DateTime objects properlyrodneyrehm1-1/+1
2011-09-27- added chaining to Smarty_Internal_Data so $smarty->assign('a',1)->assign('b...rodneyrehm1-3/+7
2011-09-16commit 3.1 into the trunkmonte.ohrt48-903/+1652
2011-06-09fix smarty security_policy issue in plugins {html_image} and {fetch}rodneyrehm2-4/+4
2011-03-28- bugfix on error message in smarty_internal_compile_block.phpuwe.tews@googlemail.com1-2/+2
2011-03-01- bugfix replace modifier did not work in 3.0.7 on systems without multibyte ...uwe.tews@googlemail.com1-3/+5
2011-01-19flip test for ctype_digit, speed upmonte.ohrt1-1/+1
2011-01-17avoid preg for string matchmonte.ohrt1-2/+2
2011-01-04remove overlib plugins - no longer supportedmonte.ohrt2-157/+0
2011-01-03fix mb_str_replace to work with utf8monte.ohrt3-49/+42
2010-12-21update html_options to support class and id attrsmonte.ohrt1-10/+24
2010-11-17-bugfix in function.fetch.php, reference to undefined $smartyuwe.tews@googlemail.com1-1/+1
2010-11-14- bugfix isset() did not allow multiple parameteruwe.tews@googlemail.com1-1/+1
2010-11-13- reverted location of loadPlugin() to Smarty classuwe.tews@googlemail.com15-34/+10
2010-11-12- reactivated $error_reporting property handlinguwe.tews@googlemail.com16-22/+22
2010-11-11- major update including some API changesuwe.tews@googlemail.com2-2/+2
2010-09-25- bugfix on some compiling modifiersuwe.tews@googlemail.com4-5/+5
2010-09-22- bugfix on default modifieruwe.tews@googlemail.com1-1/+1
2010-09-07- bugfix {counter} and {cycle} plugin assigned result to smarty variable not ...Uwe.Tews2-5/+7
2010-08-23- fixed E_STRICT errors for uninitialized variablesUwe.Tews2-1/+2
2010-08-17fix formattingmonte.ohrt41-437/+452
2010-08-13- remove exception_handler property from Smarty classUwe.Tews2-5/+5
2010-08-06- bugfix when cascading some modifier like |strip|strip_tags modifierUwe.Tews2-3/+3
2010-08-05- added plugin type modifiercompiler to produce compiled modifier codeUwe.Tews26-443/+480
2010-07-14- make the date_format modifier work also on objects of the DateTime classUwe.Tews1-2/+2
2010-07-13add DateTime support, clean up some logicmonte.ohrt1-9/+7
2010-07-08- bugfix on assigning multidimensional arrays within templatesUwe.Tews1-1/+1
2010-07-07- bugfix support of script files relative to trusted_dirUwe.Tews1-1/+1
2010-07-07- bugfix the truncate modifier needs to check if the string is utf-8 encoded ...Uwe.Tews1-45/+48
2010-07-06- create exception on recursive {extends} callsUwe.Tews2-58/+66
2010-07-01- removed call_user_func_array calls for optimization of compiled code when u...Uwe.Tews3-4/+4
2010-06-01- removed /* vim: set expandtab: */ commentsUwe.Tews5-18/+3
2010-05-27- make scope of {counter} and {cycle} tags again global as in Smarty2Uwe.Tews2-46/+53
2010-04-17- security fix in {math} pluginUwe.Tews1-2/+2
2010-04-16revert lables on optgroup tagsmonte.ohrt1-2/+2