Benjamin Renard [Wed, 12 Aug 2015 12:16:25 +0000 (14:16 +0200)]
Permit LSaddon to provide ajax callable function
Benjamin Renard [Wed, 12 Aug 2015 10:21:20 +0000 (12:21 +0200)]
Add new form element type for telephone number
Benjamin Renard [Mon, 10 Aug 2015 08:16:32 +0000 (10:16 +0200)]
LSldapObject : Add except_current_object option on attribute validation test
Benjamin Renard [Mon, 10 Aug 2015 08:15:33 +0000 (10:15 +0200)]
generate_lang_file.php : initialize LSsession before parsing for messages
Benjamin Renard [Tue, 4 Aug 2015 14:35:26 +0000 (16:35 +0200)]
Doc : Fix compatibility with old version of Docbook DTD
Benjamin Renard [Mon, 3 Aug 2015 15:55:23 +0000 (17:55 +0200)]
Fix CSS vertical alignment of #status
Benjamin Renard [Thu, 30 Jul 2015 16:20:32 +0000 (18:20 +0200)]
Release 1.2-1 Debian package
Benjamin Renard [Thu, 30 Jul 2015 16:19:28 +0000 (18:19 +0200)]
Fix last commit to be compliant also with php 5.4
Benjamin Renard [Thu, 30 Jul 2015 16:13:07 +0000 (18:13 +0200)]
Display import button only for LSobject type with configured ioFormat
Benjamin Renard [Thu, 30 Jul 2015 16:09:14 +0000 (18:09 +0200)]
Doc : add some important details on import feature
Benjamin Renard [Thu, 30 Jul 2015 16:08:45 +0000 (18:08 +0200)]
LSimport : also display error on other attributes
Benjamin Renard [Thu, 30 Jul 2015 15:57:09 +0000 (17:57 +0200)]
LSformElement_mailQuota : little fix to permit import
Benjamin Renard [Thu, 30 Jul 2015 14:46:29 +0000 (16:46 +0200)]
Update french translation
Benjamin Renard [Thu, 30 Jul 2015 14:40:26 +0000 (16:40 +0200)]
generate_lang_file.php : manage messages string in templates files
Benjamin Renard [Thu, 30 Jul 2015 14:37:42 +0000 (16:37 +0200)]
Add import feature
Benjamin Renard [Thu, 30 Jul 2015 09:40:07 +0000 (11:40 +0200)]
Add LSformRule_callable
Benjamin Renard [Sat, 25 Jul 2015 16:24:03 +0000 (18:24 +0200)]
LSsession : Catch initialization exceptions
Benjamin Renard [Sat, 25 Jul 2015 16:23:06 +0000 (18:23 +0200)]
LSformElement :: select_list / select_box : permit to put possible values in labelled group
Benjamin Renard [Tue, 28 Apr 2015 10:00:20 +0000 (12:00 +0200)]
Update Smarty path to default smarty3 path of Debian package
Benjamin Renard [Tue, 14 Apr 2015 13:10:40 +0000 (15:10 +0200)]
Fix reference allocation in variable
Benjamin Renard [Tue, 7 Apr 2015 18:34:18 +0000 (20:34 +0200)]
LSformElement :: valueWithUnit : improve floatint number display and add parameter for formatting control
Benjamin Renard [Fri, 13 Feb 2015 12:55:28 +0000 (13:55 +0100)]
LSldapObject : Fix method to get rdn value
Benjamin Renard [Mon, 9 Feb 2015 10:28:27 +0000 (11:28 +0100)]
Release 1.1-6 Debian package
Benjamin Dauvergne [Sat, 13 Dec 2014 11:15:37 +0000 (12:15 +0100)]
Allow a sequence of filters in LSobjects profile configurations
It's now possible for example to define a profile on an LSobject whose
attribute would contain the DN of a group the user is member of instead
of directly the dn of the user. A possible configuation using this new feature:
'LSprofile' => array(
'admin' => array(
'LSobjects' => array(
'LSsupannGroupAdminByGroup' => array(
'filters' => array(
array(
'basedn' => $basedn,
'attr' => 'member',
'attr_value' => '%{dn}',
'LSobject' => 'LSsupannGroup',
),
array(
'basedn' => $basedn,
'attr' => 'supannGroupeAdminDN',
'attr_value' => '%{dn}',
'LSobject' => 'LSsupannGroup',
)
),
),
),
),
)
Signed-off-by: Benjamin Renard <brenard@easter-eggs.com>
Benjamin Dauvergne [Fri, 12 Dec 2014 23:04:10 +0000 (00:04 +0100)]
Convert all supann addon defines to globals
Signed-off-by: Benjamin Renard <brenard@easter-eggs.com>
Benjamin Dauvergne [Fri, 12 Dec 2014 21:11:32 +0000 (22:11 +0100)]
Redefine globals on per LDAP server basic
Signed-off-by: Benjamin Renard <brenard@easter-eggs.com>
Benjamin Renard [Thu, 5 Feb 2015 09:33:37 +0000 (10:33 +0100)]
Update French translation
Benjamin Renard [Thu, 5 Feb 2015 09:33:14 +0000 (10:33 +0100)]
LSattr_html :: password : Add possibility to generate password using pwgen command
Benjamin Renard [Wed, 21 Jan 2015 15:35:23 +0000 (16:35 +0100)]
LSformElement :: select_object : Add ordered feature
Benjamin Renard [Thu, 8 Jan 2015 14:15:40 +0000 (15:15 +0100)]
Add global parameter defaultCSSfiles
Benjamin Renard [Thu, 8 Jan 2015 14:00:56 +0000 (15:00 +0100)]
LSattr_ldap_boolean : Add default TRUE/FALSE values
Benjamin Renard [Tue, 6 Jan 2015 17:00:41 +0000 (18:00 +0100)]
view.tpl : use double quotes instead of simple in HTML
Benjamin Renard [Tue, 6 Jan 2015 16:57:41 +0000 (17:57 +0100)]
Release 1.1-5 Debian package
Benjamin Dauvergne [Mon, 24 Nov 2014 16:45:36 +0000 (17:45 +0100)]
Maintainer is not part of binary package metadata
Signed-off-by: Benjamin Renard <brenard@easter-eggs.com>
Benjamin Renard [Fri, 28 Nov 2014 15:24:45 +0000 (16:24 +0100)]
Fix 'Mrs' translation in fr_FR.UTF8 lang file
Benjamin Renard [Fri, 28 Nov 2014 15:19:01 +0000 (16:19 +0100)]
LSldapObject getObjectFilter() : return filter Net_LDAP2_Filter object instead of string and fix resulting filter usage in validateAttrData() method
Benjamin Renard [Fri, 28 Nov 2014 15:16:30 +0000 (16:16 +0100)]
LSldap : combineFilters() : fix parameter support when array contain only one filter
Benjamin Dauvergne [Thu, 27 Nov 2014 15:51:59 +0000 (16:51 +0100)]
SUPANN: ajout du support de l'attribute supannActivite
Signed-off-by: Benjamin Renard <brenard@easter-eggs.com>
Benjamin Renard [Fri, 28 Nov 2014 11:31:25 +0000 (12:31 +0100)]
generate_lang_file.php : Add 'no_value_label' attribute configuration field
Benjamin Renard [Thu, 27 Nov 2014 09:43:49 +0000 (10:43 +0100)]
Release 1.1-4 Debian package
Benjamin Renard [Mon, 24 Nov 2014 23:10:51 +0000 (00:10 +0100)]
LSformElement :: supannCompositeAttribute : fix span title during edition
Benjamin Renard [Mon, 24 Nov 2014 23:07:21 +0000 (00:07 +0100)]
LSformElement :: supannLabeledValue.php : Improve edition to permit value selection in SUPANN table
Benjamin Renard [Mon, 24 Nov 2014 22:07:30 +0000 (23:07 +0100)]
LSform : preserve current tab between view, modify and create pages
Benjamin Renard [Thu, 20 Nov 2014 11:04:03 +0000 (12:04 +0100)]
LSerror : Add PHP error handler
Benjamin Renard [Thu, 20 Nov 2014 11:00:26 +0000 (12:00 +0100)]
getFData : try to catch error casting data to string
Benjamin Renard [Wed, 19 Nov 2014 23:45:50 +0000 (00:45 +0100)]
Add LSformElement :: supannEtuInscription
Benjamin Renard [Wed, 19 Nov 2014 23:45:26 +0000 (00:45 +0100)]
Add LSformElement :: supannEmpCorps
Benjamin Renard [Wed, 19 Nov 2014 23:44:41 +0000 (00:44 +0100)]
LSaddon :: supann : redesign and improve this addon
Benjamin Renard [Wed, 19 Nov 2014 23:31:08 +0000 (00:31 +0100)]
LSformElement : provide class name of element in template variables
Benjamin Renard [Wed, 19 Nov 2014 23:18:35 +0000 (00:18 +0100)]
LSform/LSformElement : permit form element to provide custom clean value method
Benjamin Renard [Wed, 19 Nov 2014 23:12:56 +0000 (00:12 +0100)]
LSform : block form validation if element's errors is defined
Benjamin Renard [Wed, 19 Nov 2014 23:10:56 +0000 (00:10 +0100)]
custom_search_action : fix typo in info message
Benjamin Renard [Tue, 18 Nov 2014 13:30:19 +0000 (14:30 +0100)]
Doc / README : add infos about epub export generation dependencies
Benjamin Renard [Tue, 18 Nov 2014 12:16:38 +0000 (13:16 +0100)]
LSsession : Add useUserCredentials parameter
Benjamin Dauvergne [Wed, 5 Nov 2014 14:32:45 +0000 (15:32 +0100)]
LSformElement :: supannRoleEntite : fix little typo in template
Benjamin Renard [Wed, 5 Nov 2014 14:26:09 +0000 (15:26 +0100)]
LSsession / LSprofiles : fix bug resolving user's LSprofiles
Benjamin Renard [Tue, 4 Nov 2014 11:34:20 +0000 (12:34 +0100)]
LSsearch : fix bug in sort direction
Benjamin Renard [Mon, 27 Oct 2014 11:04:56 +0000 (12:04 +0100)]
Fix viewSearch template on no result case with extraDisplayedColumns defined
Benjamin Dauvergne [Thu, 23 Oct 2014 08:05:46 +0000 (10:05 +0200)]
LSaddons :: supann : Imported completed supannTypeEntite translation table
Benjamin Renard [Wed, 15 Oct 2014 08:58:20 +0000 (10:58 +0200)]
LSformElement : add no_value_label parameter
Benjamin Renard [Wed, 8 Oct 2014 15:39:21 +0000 (17:39 +0200)]
Release 1.1-3 Debian package
Benjamin Renard [Wed, 8 Oct 2014 15:24:30 +0000 (17:24 +0200)]
LSsearch : add customAction feature
Benjamin Renard [Thu, 2 Oct 2014 16:14:01 +0000 (18:14 +0200)]
LSview : Remove onMouseOver icon
Benjamin Renard [Tue, 30 Sep 2014 14:27:59 +0000 (16:27 +0200)]
Doc : Fix LSattr_html :: select_list parameters list
Benjamin Renard [Tue, 30 Sep 2014 14:26:12 +0000 (16:26 +0200)]
LSformElement :: select_object : Add sort feature (with sort and sortDirection parameters)
Benjamin Renard [Tue, 30 Sep 2014 12:46:36 +0000 (14:46 +0200)]
LSattr_html :: select_list : Add sort feature (with sort and sortDirection parameters)
Benjamin Renard [Tue, 30 Sep 2014 11:54:34 +0000 (13:54 +0200)]
Doc / LSattr_html_boolean : Add info about default_value definition
Benjamin Renard [Tue, 30 Sep 2014 11:48:50 +0000 (13:48 +0200)]
Add now() function
Benjamin Renard [Fri, 4 Jul 2014 10:41:16 +0000 (12:41 +0200)]
LSformat : Full support format in JS and improve substr
Pierre Arnaud [Thu, 14 Aug 2014 14:33:20 +0000 (16:33 +0200)]
Update conf/LSattribute/check_data/alphanumeric.docbook documentation
Pierre Arnaud [Thu, 14 Aug 2014 14:06:43 +0000 (16:06 +0200)]
Renaming class.LSformRule_alphanumeric.php parameter with_accents to withAccents
Pierre Arnaud [Thu, 14 Aug 2014 13:38:03 +0000 (15:38 +0200)]
Change alphanumeric regex validation in class.LSformRule_alphanumeric.php
Pierre Arnaud [Thu, 14 Aug 2014 09:53:19 +0000 (11:53 +0200)]
_sortTwoEntry in class.LSsearch.php become case insensitive
Pierre Arnaud [Thu, 14 Aug 2014 08:33:45 +0000 (10:33 +0200)]
Add with_accents parameter to LSformRule_alphanumeric and set config.LSobjects.LSpeople to use it
Benjamin Renard [Wed, 13 Aug 2014 00:23:26 +0000 (02:23 +0200)]
Doc : add support to EPUB doc generation and exportation
Benjamin Renard [Wed, 13 Aug 2014 00:19:51 +0000 (02:19 +0200)]
Doc : add export EPUB method
Benjamin Renard [Mon, 30 Jun 2014 12:54:58 +0000 (12:54 +0000)]
Release 1.1-2 Debian package
Benjamin Renard [Mon, 30 Jun 2014 12:54:03 +0000 (12:54 +0000)]
Improve debian rules file
Benjamin Renard [Fri, 20 Jun 2014 11:45:50 +0000 (13:45 +0200)]
LSformElement :: text : fixed bug breaking autoGenerateOnModify feature
Benjamin Renard [Fri, 20 Jun 2014 11:38:25 +0000 (13:38 +0200)]
JS / getFData() : fixed bug permitting to support than method() return array of string
Benjamin Renard [Thu, 19 Jun 2014 15:09:57 +0000 (17:09 +0200)]
LSform : fixed JS bug leaving previous errors messages in form in case of multiple submit with errors
Benjamin Renard [Thu, 19 Jun 2014 14:41:27 +0000 (16:41 +0200)]
LSformRule :: password : Added minValidRegex parameter and use preg_match() function instead of deprecated ereg() function
Benjamin Renard [Tue, 17 Jun 2014 22:26:49 +0000 (00:26 +0200)]
Doc : add info about LSattr_html :: select_box
Benjamin Renard [Tue, 17 Jun 2014 22:15:50 +0000 (00:15 +0200)]
Add LSattr_html::select_box
Benjamin Renard [Tue, 17 Jun 2014 22:13:06 +0000 (00:13 +0200)]
LSattr_html_select_list : simplify addToForm() method using parent method
Benjamin Renard [Tue, 17 Jun 2014 15:59:22 +0000 (17:59 +0200)]
Doc : add info about LSformRule :: inarray
Benjamin Renard [Tue, 17 Jun 2014 15:33:03 +0000 (17:33 +0200)]
LSformElement_text : use getValue/getInput of LSform object instead of LSformElement_text to permit value generation with more form element type
Benjamin Renard [Tue, 17 Jun 2014 15:31:40 +0000 (17:31 +0200)]
LSform.js : add method getInput() and use it in method getValue()
Benjamin Renard [Tue, 17 Jun 2014 14:08:41 +0000 (16:08 +0200)]
LSobject : Add possibility to add extra displayed columns in search result
Benjamin Renard [Tue, 10 Jun 2014 14:51:12 +0000 (16:51 +0200)]
LSattr_html_select_list : Use inarray LSformRule instead of regex
Benjamin Renard [Tue, 10 Jun 2014 14:50:44 +0000 (16:50 +0200)]
Added LSformRule::inarray
Benjamin Renard [Wed, 9 Apr 2014 15:15:52 +0000 (17:15 +0200)]
Add LStemplate :: registerFunction() method
Benjamin Renard [Tue, 8 Apr 2014 10:14:22 +0000 (12:14 +0200)]
LSldapObject : remove unsed variable $submitError fixing object's after_modify trigger bug
Benjamin Renard [Tue, 4 Feb 2014 14:26:23 +0000 (15:26 +0100)]
Doc : Added details about regex format using in regex check_data
Benjamin Renard [Mon, 3 Feb 2014 15:37:43 +0000 (16:37 +0100)]
Fix error reporting in core.php
Benjamin Renard [Thu, 12 Dec 2013 10:24:26 +0000 (11:24 +0100)]
Doc : Added informations about LSattr_html_valueWithUnit
Benjamin Renard [Thu, 28 Nov 2013 19:51:43 +0000 (20:51 +0100)]
LSrelation : fixed refresh bug when multiple relations content the same object
Benjamin Renard [Wed, 27 Nov 2013 17:30:05 +0000 (18:30 +0100)]
Release 1.0-11 Debian package
Benjamin Renard [Wed, 27 Nov 2013 17:26:03 +0000 (18:26 +0100)]
Add ldapsaisie-generate-lang-file command in debian package
Benjamin Renard [Wed, 27 Nov 2013 17:17:24 +0000 (18:17 +0100)]
generate_lang_file.php : Permit multiple source files inclusion