mohrt
|
daf68045ea
|
Added author title to plugins where they don't exist. I put my name where I was the original or co-author. If there needs to be more credit given somewhere, speak up!
|
2005-10-11 16:22:56 +00:00 |
|
messju
|
b96c5db2ea
|
fixed semantically misleading check for $options (use isset() instead
of is_array() because it is always an array).
thanks to albert almeida.
|
2004-11-15 13:03:57 +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 |
|
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 |
|
messju
|
3c52a9aa7e
|
fixed PHPDocumentor-comments (thanks Konstantin)
|
2003-08-29 08:51:25 +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
|
42a49792aa
|
fixed label for optgroup in html_options
|
2003-03-18 21:04:13 +00:00 |
|
messju
|
2c61a0b12b
|
fixed wrong default-"name" in function.html_options.php
|
2003-03-18 09:17:51 +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 |
|
messju
|
ddcd30be99
|
html_options passthru all unknown paramters now
|
2003-03-17 16:36:02 +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
|
d23fe50562
|
fix html_options to not escape already escaped entities
|
2003-02-14 15:27:16 +00:00 |
|
mohrt
|
b579c0f51d
|
update plugins to return values instead of echo, fix config file cache
to include global config variables in cache file
|
2003-01-08 17:34:45 +00:00 |
|
mohrt
|
556a9fc9df
|
escape html entities in the option values and output
|
2002-12-10 15:20:09 +00:00 |
|
mohrt
|
9b25d35767
|
fixed bug with label of html_options
|
2002-12-10 14:52:07 +00:00 |
|
mohrt
|
1bda2fb5ac
|
added label attribute to all option outputs, cover w3c spec.
|
2002-11-01 15:32:42 +00:00 |
|
mohrt
|
e574890ea8
|
make html_options work with optgroup, make func modular and recursive.
|
2002-11-01 15:18:27 +00:00 |
|
mohrt
|
51a14712f8
|
optimized for loops with count() function calls
|
2002-06-03 16:05:33 +00:00 |
|
andrey
|
120b1df0ed
|
Fix html_options output to be XHTML compatible.
|
2002-02-06 15:13:24 +00:00 |
|
andrey
|
e6fc0e5291
|
Implemented plugin architecture.
|
2002-01-31 20:49:40 +00:00 |
|