boots
|
fdb25e363f
|
replace {} string access with equivalent substr() to avoid E_STRICT warnings in PHP 5.1
|
2005-11-23 20:36:05 +00:00 |
|
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 |
|
mohrt
|
093e79e61a
|
add path_prefix to html_image, fix incorrect secure_dir error when image file is missing
|
2005-10-10 14:41:28 +00:00 |
|
mohrt
|
49731f8e1c
|
change default charset from utf8 to iso-8859-1
|
2005-08-30 21:03:23 +00:00 |
|
mohrt
|
dcfee3d1e8
|
add char_set param
|
2005-08-30 16:24:22 +00:00 |
|
mohrt
|
c847cf5547
|
add "urlpathinfo" escape type to escape modifier. (apache does not like %2F in the PATH_INFO)
|
2005-08-12 19:38:56 +00:00 |
|
messju
|
51c60e9736
|
removed ambiguity for numeric values passed to smarty_make_timestamp().
numeric values are *always* treated as timestamps now.
|
2005-07-27 20:54:24 +00:00 |
|
mohrt
|
b98c95a904
|
added passthru attribute feature to html_select_date
|
2005-07-08 13:36:34 +00:00 |
|
mohrt
|
3c55100655
|
add "middle" parameter to truncate modifier
|
2005-06-13 19:22:29 +00:00 |
|
mohrt
|
b954e0287a
|
fix allowable label id characters
|
2005-05-20 18:11:50 +00:00 |
|
mohrt
|
a778dae71a
|
make form input label ids optional (monte)
|
2005-05-06 14:27:19 +00:00 |
|
mohrt
|
52b17797db
|
cast selected value to string for comparison in html_radios
|
2005-04-15 16:32:30 +00:00 |
|
messju
|
ced18471d2
|
added xhtml compliance to html_select_date's year_as_text-feature
thanks to Mark West
|
2005-04-07 18:11:24 +00:00 |
|
messju
|
04a503f2cf
|
fixed handling of selected month html_select_date
thanks to Yuri Weseman for providing problem+solution
|
2005-04-07 18:06:21 +00:00 |
|
messju
|
7ca31fe1c7
|
re-enabled hex-constant. i hope in a sane way this time.
|
2005-03-30 21:30:53 +00:00 |
|
mohrt
|
fefc867ad6
|
fix function testing logic
|
2005-03-30 17:03:43 +00:00 |
|
mohrt
|
3c8c273178
|
remove e-modifier
|
2005-03-21 14:09:50 +00:00 |
|
mohrt
|
6b3225138a
|
add javascript_charcode option to mailto
|
2005-02-25 17:08:28 +00:00 |
|
mohrt
|
02a7c04d88
|
add label ids to html_radios
|
2005-02-24 14:37:48 +00:00 |
|
messju
|
f0b57a3e3b
|
fixed syntax error. shame on me.
|
2005-02-04 21:29:06 +00:00 |
|
messju
|
d8ce41d207
|
fixed comment (thanks to CirTap)
|
2005-02-03 05:05:16 +00:00 |
|
mohrt
|
af8335225b
|
remove border tag
|
2005-02-01 18:51:42 +00:00 |
|
messju
|
1345545229
|
escape:url now uses the (RFC 1738 compliant) rawurlencode()
|
2005-01-28 17:20:14 +00:00 |
|
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 |
|
mohrt
|
5efa19cf96
|
fix invalid HTML issue with popup
|
2004-12-15 20:42:05 +00:00 |
|
boots
|
639bd2c553
|
- fixed {popup} to properly handle inarray and function parameters and added support for mouseoff and followmouse options
|
2004-12-06 20:09:12 +00:00 |
|
messju
|
07e6982d1d
|
cleaned up typecasting
|
2004-11-16 08:05:21 +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
|
508e177b53
|
fixed $start_year when no value for the year in $time is given.
|
2004-09-24 14:37:02 +00:00 |
|
messju
|
a100412c5d
|
fixed handling of "inner"-attribute
|
2004-09-21 19:41:21 +00:00 |
|
boots
|
a0d021ef60
|
Moved /libs/core to /libs/internals and created new constant, SMARTY_CORE_DIR which defaults to SMARTY_DIR/internals. This should help CVS and rsynch users butupgrades will require changes and this may affect 3rd party plugins that use the /core dir.
|
2004-09-16 23:07:32 +00:00 |
|
messju
|
dc726ed4ff
|
removed notice from {debug}
thanks to Peter Billen for pointing this one out!
|
2004-09-11 18:52:13 +00:00 |
|
mohrt
|
ac8ef507c6
|
dont use constant, use static var instead
|
2004-08-23 21:52:57 +00:00 |
|
mohrt
|
46b8afae2a
|
implement optional param to capitalize for digit behavior
|
2004-08-23 21:08:08 +00:00 |
|
mohrt
|
0c7933f6ed
|
another commit to capitalize, taking special chars into account
|
2004-08-23 20:28:47 +00:00 |
|
mohrt
|
a50a53c0f5
|
fix capitalize modifier to not rely on buggy ucwords() func
|
2004-08-23 18:34:12 +00:00 |
|
mohrt
|
43c43029ec
|
update version
|
2004-08-20 13:53:04 +00:00 |
|
mohrt
|
e430d63e56
|
make time param work with negative timestamps, force year range to include
given date unless explicitly set
|
2004-08-20 13:48:46 +00:00 |
|
mohrt
|
a609ff1833
|
fix bug with fetch, passing user/pass in url did not work
|
2004-08-19 21:02:24 +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
|
9942c8b42f
|
Some fixes on PhpDocumentor comments. Thanks go to Ruben Vermeersch.
|
2004-07-20 11:51:05 +00:00 |
|
messju
|
7008adfbda
|
changed call from $smarty->_get_plugin_filepath() to
$smarty->get_plugin_filepath()
|
2004-07-12 15:27:00 +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 |
|
mohrt
|
b67e942fda
|
display date_format %e, %T and %D as expected for windows
|
2004-06-23 13:56:10 +00:00 |
|
mohrt
|
7b260f7b83
|
added escapement of '</' to javascript escaping
|
2004-06-09 14:54:31 +00:00 |
|
messju
|
50b6c2b425
|
fix: proper initialistaion of $content.
thanks to Dmitry Koteroff for pointing this out.
|
2004-06-01 16:46:43 +00:00 |
|
messju
|
1c5ae377fd
|
added obfuscation of protocol-string in {mailto} when using
hex-encoding (thanks to bharat)
|
2004-05-28 08:44:46 +00:00 |
|