Commit Graph

20 Commits

Author SHA1 Message Date
mohrt
9959c4f263 de-spammify e-mails 2005-01-21 17:46:15 +00:00
mohrt
215e8784b1 update copyright notices, e-mail addresses 2005-01-21 16:41:52 +00:00
messju
07e6982d1d cleaned up typecasting 2004-11-16 08:05:21 +00:00
messju
5ee7d5a400 there was little flaw in smarty_function_html_radios() and
smarty_function_html_checkboxes():

the newly introduced assign-attribute was still added to the
tag-output as an extra-attribute.

fixed.
2004-07-23 15:42:41 +00:00
messju
c9844d410b backed out renaming of _get_plugin_filepath() to get_plugin_filepath()
we'll stick to _get_plugin_filepath() and look for a more viable
solution to be exposed to plugin-writers.
2004-07-23 15:34:53 +00:00
messju
cba023a811 renamed calls to $smarty->_get_plugin_filepath() to $smarty->get_plugin_filepath() 2004-07-12 15:24:43 +00:00
mohrt
8e621339e9 add assign attribute to html_checkboxes and html_radios 2004-07-02 14:14:30 +00:00
messju
a7c3e88d8f strict comparason didn't work in all cases. use type-casting now. 2003-12-09 20:02:06 +00:00
messju
aa2ee3cd66 fix bug when comparing array-keys to "selected" in html_options and
html_checkboxes

in_array() uses "strict" comparason now.
2003-12-09 19:38:25 +00:00
messju
37575a1982 removed tabs, fixed indentiation 2003-12-09 19:30:29 +00:00
cellog
02f56203ad updated all doc comments to phpDocumentor format 2003-04-20 21:12:13 +00:00
mohrt
423c1a2eae add appropriate warnings when passing array as extra parameter 2003-04-14 16:57:40 +00:00
messju
107a1ecabd added <labels>-support to function.html_checkboxes.php and function.html_radios.php 2003-04-14 07:47:49 +00:00
messju
9d0972691d html_radios and html_checkboxes accept "selected" instead of "checked" optionally now 2003-03-21 08:20:12 +00:00
mohrt
c42fb4b2ab fix a few error messages, follow consistancy format plugin_name: errormsg 2003-03-19 22:58:23 +00:00
messju
8ae8586ad3 renamed "checkbox" and "radios" to "options" in {html_checkboxes} and {html_radios} 2003-03-18 08:59:00 +00:00
messju
128bf2e4de html_options, html_checkboxes and html_radios now pass-thru all unknown paramters 2003-03-18 00:01:41 +00:00
mohrt
d785df41b3 fix $smarty.const.foo compiling, clean up double quoted strings,
allow full dollar var syntax in quotes again
2003-02-28 15:08:15 +00:00
mohrt
ae704af588 update functions with separate escape_special_chars routine 2003-02-24 21:45:19 +00:00
mohrt
f83592dc82 commit checkboxes, update radios 2003-02-24 21:10:01 +00:00