Commit Graph

23 Commits

Author SHA1 Message Date
messju
c3c3430e71 removed notice on html_select_date with the month_empty-attribute 2004-02-22 23:29:08 +00:00
messju
0548fee520 correctly handle partially empty dates (like "2004--" or "-12-"). 2004-02-13 23:38:08 +00:00
messju
80290db3fc fix plugin-name in error message 2003-12-17 10:45:57 +00:00
messju
331c2ef286 allow single-digit days and months without smarty_make_timestamp()
this makes dates like "1968-11-6" work correctly since no strtotime()
is involved

add warning when unknown parameter is passed
2003-12-17 09:32:30 +00:00
messju
e157a65085 added day_empty, month_empty, year_empty and all_empty attributes
to pass an undefined date use {html_select_date time="--" ...}
2003-12-10 16:43:39 +00:00
messju
3354f45c1f removed extract()-call 2003-12-10 09:05:22 +00:00
messju
ba5cc2aaaa fixed indetiation 2003-12-10 08:50:21 +00:00
cellog
02f56203ad updated all doc comments to phpDocumentor format 2003-04-20 21:12:13 +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
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
1f12a0f3e0 add day_value_format to html_select_date 2002-12-13 15:40:53 +00:00
mohrt
3dbab9bedc allow plugins_dir to be an array of directories 2002-06-26 14:51:12 +00:00
mohrt
2fcb7baf53 corrected warnings in html_select_time function, made make timestamp always return a timestamp 2002-06-18 14:15:58 +00:00
mohrt
8cd857c3e4 update html_select_date with month_value_format attribute for controlling the format of the month values. 2002-05-21 19:41:34 +00:00
mohrt
aa2e6890cb fixed logic so this works right when field_separator = "/" 2002-04-15 14:56:38 +00:00
mohrt
d788c4d845 fix regular expression for matching date 2002-04-15 13:30:00 +00:00
mohrt
281af29060 added YYYY-MM-DD support to html_select_date 2002-04-13 16:15:14 +00:00
andrei
d2d51f009f Fix for when plugins directory is not the default one. 2002-03-28 14:52:52 +00:00
andrey
bdbd8168f3 Fixed +/- functionality. 2002-03-20 19:33:04 +00:00
mohrt
c86b06078e move .make_timestamp.php to shared.make_timestamp.php 2002-03-20 17:07:28 +00:00
mohrt
de9503ac16 update file generation, replace crc32() '-' with 'N' 2002-03-20 16:44:17 +00:00
andrey
4951193444 Fix plugin directory access. 2002-02-05 16:46:05 +00:00
andrey
e6fc0e5291 Implemented plugin architecture. 2002-01-31 20:49:40 +00:00