From f10a08162f6352b7e846e1afcde3e5d0ff451480 Mon Sep 17 00:00:00 2001 From: changelog Date: Thu, 18 Dec 2003 01:32:42 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 99d9f233..cc2eda6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2003-12-17 Messju Mohr + + * libs/plugins/function.html_select_date.php: + fix plugin-name in error message + + * libs/plugins/function.html_select_time.php: + remove extract-call from {html_select_time} + + * NEWS + libs/plugins/function.html_select_date.php: + 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-16 Messju Mohr * NEWS