From c213e406065c6544ca1e4dc290e19d8b63e3ef78 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 3 Oct 2016 07:10:12 +0000 Subject: [PATCH] Start packaging for 0.32 version git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3113 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 087973e..5445eb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +domframework (0.32-1) testing; urgency=medium + + * form : don't force a
at the end of the help messages + * form : put the focus on first field NOT readonly and NOT hidden + * form : display correctely the checkboxes (add label and div='checkbox') + * form : manage correctely the checkboxes with values (the values can be + defined and set to no "unset") + * cli : If the provided argument is -?, display the variable with the phpdoc + associated + * Remove all the trailling spaces + + -- Dominique Fournier Mon, 03 Oct 2016 09:09:50 +0200 + domframework (0.31-1) testing; urgency=low * form : the overwriting of the hidden and read-only fields must be done by