From 6d5b2b7455d7fdde08fa62ff1048cee71f4ee53f Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 30 Jun 2014 12:54:58 +0000 Subject: [PATCH] Release 1.1-2 Debian package --- debian/changelog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/debian/changelog b/debian/changelog index 317a9128..f1e6465d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +ldapsaisie (1.1-2) unstable; urgency=low + + * New features : + * Add LSattr_html::select_box + * LSformRule :: password : Added minValidRegex parameter and use preg_match() function instead of deprecated ereg() + * Bugs fixed : + * LSformElement :: text : fixed bug breaking autoGenerateOnModify feature + * JS / getFData() : fixed bug permitting to support than method() return array of string + * LSform : fixed JS bug leaving previous errors messages in form + * Improve debian rules file + + -- Benjamin Renard Mon, 30 Jun 2014 13:53:20 +0200 + +ldapsaisie (1.1-1) unstable; urgency=low + + * New features : + * Add possibility to add extra displayed columns in object search result + * Add inarray LSformRule + * LStemplate : add registerFunction() method permitting to register function usable by in template + * LSform.js : add method getInput() and use it in method getValue() + * LSformElement_text : use getValue/getInput of LSform object instead of LSformElement_text to permit value generation with more form element type + * Bugs fixed : + * Core : Fix error reporting + * LSldapObject : remove unsed variable $submitError fixing object's after_modify trigger bug + * LSattr_html_select_list : Use more robust inarray LSformRule instead of regex + * LSrelation : fixed refresh bug when multiple relations content the same object + * Doc : + * Added informations about LSattr_html_valueWithUnit + * Added details about regex format using in regex check_data + + -- Benjamin Renard Tue, 17 Jun 2014 16:18:01 +0200 + ldapsaisie (1.0-11) unstable; urgency=low * Add ldapsaisie-generate-lang-file command