Commit graph

545 commits

Author SHA1 Message Date
Benjamin Renard d45373222b LSformElement :: text : fixed bug breaking autoGenerateOnModify feature 2014-06-20 13:45:50 +02:00
Benjamin Renard 71417c1990 JS / getFData() : fixed bug permitting to support than method() return array of string 2014-06-20 13:38:25 +02:00
Benjamin Renard b38bc3ce3c LSform : fixed JS bug leaving previous errors messages in form in case of multiple submit with errors 2014-06-19 17:10:13 +02:00
Benjamin Renard 5efa437612 LSformRule :: password : Added minValidRegex parameter and use preg_match() function instead of deprecated ereg() function 2014-06-19 16:41:27 +02:00
Benjamin Renard 463bf37cf2 Add LSattr_html::select_box 2014-06-18 00:15:50 +02:00
Benjamin Renard 110f162367 LSattr_html_select_list : simplify addToForm() method using parent method 2014-06-18 00:13:06 +02:00
Benjamin Renard 11e4705740 LSformElement_text : use getValue/getInput of LSform object instead of LSformElement_text to permit value generation with more form element type 2014-06-17 17:33:03 +02:00
Benjamin Renard e58be43126 LSform.js : add method getInput() and use it in method getValue() 2014-06-17 17:31:40 +02:00
Benjamin Renard 33cef8be28 LSobject : Add possibility to add extra displayed columns in search result 2014-06-17 16:08:41 +02:00
Benjamin Renard 73c9b385f8 LSattr_html_select_list : Use inarray LSformRule instead of regex 2014-06-10 16:51:12 +02:00
Benjamin Renard 4a646f2748 Added LSformRule::inarray 2014-06-10 16:50:44 +02:00
Benjamin Renard d4ac29dd04 Add LStemplate :: registerFunction() method 2014-04-09 17:15:52 +02:00
Benjamin Renard c989346360 LSldapObject : remove unsed variable $submitError fixing object's after_modify trigger bug 2014-04-08 12:14:22 +02:00
Benjamin Renard e41736f102 Fix error reporting in core.php 2014-02-03 16:37:43 +01:00
Benjamin Renard 54561a253b LSrelation : fixed refresh bug when multiple relations content the same object 2013-11-28 20:51:43 +01:00
Benjamin Renard 1be3b31c10 generate_lang_file.php : Permit multiple source files inclusion 2013-11-27 18:17:24 +01:00
Benjamin Renard 2a3f4fb53a LSldapObject::listObjects() : removed 'dn' as attribute asked in LSsearch 2013-11-19 11:44:16 +01:00
Benjamin Renard 2eee30bd17 LSsearch::setParams() : fixed attributes setting 2013-11-19 11:40:12 +01:00
Benjamin Renard c2e3c8d60a LSformElement_select_object : Added filter parameter 2013-11-15 18:59:50 +01:00
Benjamin Renard 15792235e3 select.php : Added parameter filter64 2013-11-15 18:59:19 +01:00
Benjamin Renard cb395d74af LSldapObject : added parameter to getSelectArray-) method 2013-11-15 18:57:52 +01:00
Benjamin Renard f4f2665fba Fixed some vales check to globally permit 'zero string' value 2013-09-05 11:40:06 +02:00
Benjamin Renard 3e069a5907 LSformElement_password : fixed mail_attr parameter reading method 2013-09-05 10:33:23 +02:00
Benjamin Renard 4ba5015248 LSaddon :: samba : added function generate_sambaPwdMustChange_from_shadowExpire() and generate_sambaKickoffTime_from_shadowExpire() 2013-07-26 12:10:48 +02:00
Benjamin Renard d82ad93a67 LSattr_ldap :: shadowExpire : Added class to manage special ldap attribute shadowExpire 2013-07-24 19:30:53 +02:00
Benjamin Renard 45205a1b6a LSaddon :: samba : added function generate_shadowExpire_from_sambaPwdMustChange() 2013-07-24 19:21:25 +02:00
Benjamin Renard 7c6d3db03a LSauthMethod::anonymous : Added parameter LSAUTHMETHOD_ANONYMOUS_DISABLE_LOGOUT 2013-07-16 16:01:41 +02:00
Benjamin Renard fe57bf75b0 LSsearch : Fixed bug on no attributes specifies in config for LSsearch 2013-07-11 12:35:00 +02:00
Benjamin Renard 186279bab4 LSldap : fixed problem with empty attribute on adding 2013-07-11 12:33:47 +02:00
Benjamin Renard 673a8600f8 generate_lang_file.php : added --additional-file-format parameter 2013-07-10 19:30:57 +02:00
Benjamin Renard 8461294ade generate_lang_file.php : added -h and --without-select-list and --copy-original-value parameters 2013-07-09 19:12:55 +02:00
Benjamin Renard 568ea9a089 generate_lang_file.php : added inclusion of local LSobject configuration directory 2013-07-09 19:11:58 +02:00
Benjamin Renard 8722098db3 LSattr_html_select_list : fixed bug with number key value 2013-07-09 18:50:31 +02:00
Benjamin Renard b1af98a36a LSaddon::phpldapadmin : Added icon and give an use case example in documentation 2013-06-28 16:53:56 +02:00
Benjamin Renard 9f34843ded Added LSaddon::phpLdapAdmin 2013-06-28 16:38:31 +02:00
Benjamin Renard 76b7a79605 Added LSaddons and LSauth directories 2013-06-28 09:44:40 +02:00
Benjamin Renard b87d5207e7 LSsearch : Added searchLSformat and approxLSformat parameter for searched attributes 2013-06-28 09:44:02 +02:00
Benjamin Renard 53679139cf LSattr_ldap_password : Fixed getDisplayValue() method 2013-06-26 11:31:21 +02:00
Benjamin Renard 26e1886179 LStemplate : fixed template missing warning caused by Smarty3 peculiarities 2013-06-25 11:34:42 +02:00
Benjamin Renard ddeff8c622 LSformElement_password : added clearView and clearEdit parameters 2013-06-24 17:52:45 +02:00
Benjamin Renard 350aff50c1 LSaddon::posix : added generate_memberUidFromUniqueMember() function 2013-06-24 17:38:26 +02:00
Benjamin Renard 09432db48e Manage CSS path with LStemplate 2013-06-19 03:06:29 +02:00
Benjamin Renard 89a46b0c75 Fixed image.php initialization and remove unsed code 2013-06-19 03:00:58 +02:00
Benjamin Renard d791d89d1f Added image.php to permit fully dynamic image path 2013-06-19 02:17:39 +02:00
Benjamin Renard c3ac277e0d Fixed logo on login page 2013-06-19 01:18:07 +02:00
Benjamin Renard 6f97d3d7e0 Manage image path with LStemplate 2013-06-19 00:53:26 +02:00
Benjamin Renard f4e97c8133 LStemplate : rename special smarty functions and added method getFilePath() 2013-06-18 19:04:47 +02:00
Benjamin Renard f3fb094ede Update french translation 2013-06-18 00:28:19 +02:00
Benjamin Renard 84c0deb137 LStemplate : Fixed an error message 2013-06-18 00:26:34 +02:00
Benjamin Renard acdc6c49a7 LSsession : start LSerror before starting LStemplate 2013-06-18 00:08:20 +02:00
Benjamin Renard a27827a4b8 Removed bad comment line 2013-06-18 00:05:39 +02:00
Benjamin Renard e992df1ddd LStemplate : added a template abstraction class 2013-06-17 23:39:22 +02:00
Benjamin Renard 5ae76c1692 Set error reporting in core.php instead of apache configuration 2013-06-17 14:53:31 +02:00
Benjamin Renard feae67564d LSmail : Used LSsession :: fetchTemplate() instead of Smarty function 2013-06-16 10:01:49 +02:00
Benjamin Renard 8967c6bab9 LSformElement::valueWithUnit : sort units params before using 2013-05-11 19:23:40 +02:00
Benjamin Renard 16d45ec203 Disable LSdebug by default 2013-03-31 05:28:06 +02:00
Benjamin Renard 05ff27515b Added local include directory 2013-03-31 05:23:10 +02:00
Benjamin Renard 9b9324b120 LSform // dataEntryForm : set default value of displayed elements 2013-03-18 12:57:39 +01:00
Benjamin Renard 2d80c4a852 LSsearch : Added onlyAccessible parameter 2013-02-08 13:42:41 +01:00
Benjamin Renard 9e69912df1 LSsession : Fixed LSprofiles loading by LSobject type 2013-02-08 10:52:23 +01:00
Benjamin Renard e557d7f83b LSformElement_password : Added possibility to have multiple contact mail attributes 2012-12-18 12:20:27 +01:00
Benjamin Renard f418a5d7cf LSattribute :: getDisplayValue() : use updateDate if is updated 2012-11-13 11:20:16 +01:00
Benjamin Renard 296e646967 CustomActions : Added hideLabel feature 2012-10-04 14:49:30 +02:00
Benjamin Renard f77741d23c LSaddons::supann : Added simple supannLabeledValue attribute type 2012-10-03 15:04:10 +02:00
Benjamin Renard 1240e109c6 LSformElement::supannTypeEntiteAffectation : Renamed in supannTypeEntite 2012-10-03 12:57:20 +02:00
Benjamin Renard 6ebfc6a20b LSformElement::select_object : display unrecognized values and detect value corresponding to more than one object. 2012-10-03 12:23:49 +02:00
Benjamin Renard 38183ece71 LSformElement :: pre : Fixed CSS display in edit mode 2012-09-14 17:02:08 +02:00
Benjamin Renard 43c53751c5 LSformElement :: textarea : Added CSS extra class on edit mode 2012-09-14 16:51:17 +02:00
Benjamin Renard b7b82c67c0 LSformElement :: pre : Fixed CSS display in view 2012-09-14 16:47:41 +02:00
Benjamin Renard a04cded17a LSformElement::supannLabeledValue : Fixed display problems 2012-09-12 14:09:18 +02:00
Benjamin Renard fb7172d3bd LSformElement::supannRoleEntite : Fixed display problems 2012-09-12 14:08:48 +02:00
Benjamin Renard fb82854f8c LSformElement :: password : Added bcc feature in mail options 2012-09-07 13:39:40 +02:00
Benjamin Renard 417babf7e7 LSaddon::mail : Fixed Cc and Bcc usage 2012-09-07 13:33:57 +02:00
Benjamin Renard 3f5d7a99a6 Update ldapsaisie.pot and fr_FR.UTF8 translation. LSaddon::Asterisk was integrated to gettext translation. 2012-09-04 19:15:27 +02:00
Benjamin Renard 8c512875db LSaddon::asterisk : Added generate_asteriskMD5HashedPassword() function 2012-09-04 19:13:38 +02:00
Benjamin Renard 1136dfedea LSformRule::rangelength : fixed incorrect error message when limits paremeter isn't defined. 2012-09-04 12:18:30 +02:00
Benjamin Renard 03c543f842 LSformRule::integer : Added min and max parameters. 2012-09-04 12:05:48 +02:00
Benjamin Renard 5b7bce554d Fixed syntax error in last commit 2012-09-03 10:26:36 +02:00
Benjamin Renard d9d312957f Fixed php warnings 2012-09-03 10:22:18 +02:00
Benjamin Renard 702d53839d Add compatibility to Smarty 3 2012-09-02 20:12:26 +02:00
Benjamin Renard 1477f1378b Template default : fixed bad way to browse a range in smarty language 2012-09-02 20:08:41 +02:00
Benjamin Renard a50c080de2 index_ajax : fixed php warning 2012-09-02 20:01:10 +02:00
Benjamin Renard f1c777d7a3 LSldapObject : fixed php warning 2012-09-02 19:56:22 +02:00
Benjamin Renard d988b364b4 core.php : define default timezone to fix php warning when using strftime() function 2012-09-02 19:54:33 +02:00
Benjamin Renard 247f4c66e4 LSerror::getErrors() : fix php warning 2012-09-02 19:49:34 +02:00
Benjamin Renard 1ee9e8aa08 index_ajax : fixed alling method of ajax function 2012-09-01 14:36:50 +02:00
Benjamin Renard dae3178ac9 LSsession::startLStemplate() : added check to verify that smarty's compile dir is writable. 2012-09-01 14:04:24 +02:00
Benjamin Renard 2057f8318e SUPANN : ajout du support de l'attribut supannEtablissement 2012-08-10 12:36:30 +02:00
Benjamin Renard 4461a35a76 SUPANN : ajout du support de l'attribut supannTypeEntiteAffectation 2012-08-10 12:36:30 +02:00
Benjamin Renard 43dd042955 SUPANN : ajout du support de l'attribut supannRoleGenerique 2012-08-10 12:36:30 +02:00
Benjamin Renard e99fdacad3 SUPANN : Ajout du support generique de champs a etiquette ({SUPANN} ou {UAI}) 2012-08-10 12:36:30 +02:00
Benjamin Renard b59fcddb77 SUPANN : Ajout du support de l'attribut supannRoleEntite 2012-08-10 12:36:30 +02:00
Benjamin Renard dc5648272e LSldap::search() : updated way to iterate search result 2012-08-02 15:51:49 +02:00
Benjamin Renard 809cb9adfa LSldap::search() : added number of objects returned in a debug message 2012-08-02 15:49:52 +02:00
Benjamin Renard 63d041796b LSldap : added entries objects check returning search result 2012-08-02 15:26:02 +02:00
Benjamin Renard e3ee3911f2 LSformElement_select : Fixed clear button action in recent browser. 2012-05-16 15:18:40 +02:00
Benjamin Renard b6d984f6c5 LSldapObject :: Fixed validation test 2012-05-08 16:45:23 +02:00
Benjamin Renard 093aebd6b9 Added urlencode() of object's DN in customActions links's URL 2012-05-03 14:52:32 +02:00
Benjamin Renard 675f994f1c Added urlencode() of object's DN in copy and remove links's URL 2012-05-03 14:43:46 +02:00
Benjamin Renard 4a80c35557 Added urldecode() of parameters in request and urlendode() of parameters in links's URL 2012-05-03 14:42:58 +02:00
Benjamin Renard 697369e3ca add urlencode() of object DN in links's URL 2012-05-03 14:42:25 +02:00
Benjamin Renard 89a22de7f9 Added urlencode() of object's DN in create and remove links's URL 2012-05-03 14:41:35 +02:00
Benjamin Renard d36cc2d215 Added urldecode() of parameters in request and urlendode() of parameters in links's URL 2012-05-03 14:40:53 +02:00
Benjamin Renard 1b529edb22 Added urldecode() of load parameter in request 2012-05-03 14:39:01 +02:00
Benjamin Renard cf9b24f399 Added urlencode() of object's DN in modify link URL 2012-05-03 12:46:01 +02:00
Benjamin Renard 78f53b6d7d Added urlencode() of object's DN in modify link URL 2012-05-03 12:45:46 +02:00
Benjamin Renard 1b73c32ec3 add urldecode() of object DN in GET request 2012-05-03 12:44:46 +02:00
Benjamin Renard bb5f5d7283 Added urlencode() of object's DN in links's URL 2012-05-03 12:41:45 +02:00
Benjamin Renard 432c017236 Added urlencode() of object's DN in links's URL 2012-05-03 12:41:19 +02:00
Benjamin Renard c39bb162d0 redirectWhenOnlyOneResult() : Added urlencode() of object's DN in redirect URL 2012-05-03 12:39:50 +02:00
Benjamin Renard fe323be9b0 Added urlencode() of object's DN in redirect URL 2012-05-03 12:39:08 +02:00
Benjamin Renard a8e375589d Added object's DN escape in links's URL 2012-05-03 12:37:55 +02:00
Benjamin Renard 3b01977d3c Added object's DN escape in links's URL 2012-05-03 12:37:26 +02:00
Benjamin Renard 0c0fe4fb77 Added object's DN escape in links's URL 2012-05-03 12:36:15 +02:00
Benjamin Renard babade5995 added urldecode() of object DN in request 2012-05-03 12:35:07 +02:00
Benjamin Renard d1d25972fe LSmail : fix input size and the smoothbox 2012-04-27 10:14:46 +02:00
Benjamin Renard 791fb52e89 LSmail : fix elements size in LSmail:x 2012-04-27 09:56:33 +02:00
Benjamin Renard 476b7b4a06 LSmail : extended LSmail popup size:x 2012-04-26 16:14:14 +02:00
Benjamin Renard d74b6a6200 LSformElement::password : Added mail headers parameters 2012-04-17 16:03:14 +02:00
Benjamin Renard a516c5be74 LSauthCAS : added possibility to set CURLOPT_SSLVERSION option with parameter LSAUTH_CAS_CURL_SSLVERION 2012-03-29 18:33:12 +02:00
Benjamin Renard c3d88f4eaa LSauth::CAS : fix bug about LSAUTH_CAS_SERVER_SSL_CERT and LSAUTH_CAS_SERVER_SSL_CACERT parameters 2012-03-29 18:32:13 +02:00
Benjamin Renard 421d7f4dce LSldapObject : fix onModify triggers execution 2012-03-22 19:51:27 +01:00
Benjamin Renard ea5c120b75 Custom action : fix translation on display onSuccessMsgFormat 2012-03-13 10:29:37 +01:00
Benjamin Renard e22fbef942 LSauthMethod : Disable cache searching user in LDAP 2012-02-25 19:37:38 +01:00
Benjamin Renard e224144fdd LSformElement::valueWithUnit : Added compatibility with data entry form 2011-12-15 12:17:46 +01:00
Benjamin Renard 3838af68bf Merge branch 'master' of ssh://git.labs.libre-entreprise.org/gitroot/ldapsaisie 2011-12-15 11:27:39 +01:00
Benjamin Renard 00d7795854 Custom Action : Added redirectToObjectList parameter 2011-12-15 11:22:51 +01:00
Benjamin Renard ba05c7143d LSgroup/class : Added -> memberAttrValue parameter 2011-10-03 18:19:36 +02:00
Benjamin Renard 878d52bcd5 LSldapObject : Added attribute validation on generated depended attribute 2011-09-22 11:35:27 +02:00
Benjamin Renard 33b21ad860 LSobject / customAction : Added noConfirmation parameter 2011-07-06 15:53:51 +02:00
Benjamin Renard 55d8d5ec98 Lang : updated fr_FR.UTF8 translation 2011-06-27 15:51:39 +02:00
Benjamin Renard 0604d3bc88 Lang : updated ldapsaisie.pot 2011-06-27 15:51:10 +02:00
Benjamin Renard 87dfb979d1 LSformElement_date : Added 'today' button 2011-06-27 15:48:54 +02:00
Benjamin Renard 10ef09c5e7 Arian : Mootools-datepicker : Parse date with the option format first (propose on github https://github.com/arian/mootools-datepicker/pull/50) 2011-06-27 12:06:09 +02:00
Benjamin Renard de2336f68e Mootools/more : Added date format parameter to Date::Parse() method (propose on github https://github.com/mootools/mootools-more/pull/255) 2011-06-27 12:05:10 +02:00
Benjamin Renard 0c404082fd LSformElement_date : Fixed parsing date problem with some formats 2011-06-24 17:32:38 +02:00
Benjamin Renard 215596f87e LSformElement_date : Switch to Arian Mootools DatePicker 2011-06-24 15:42:06 +02:00
Benjamin Renard a7f733feb7 Upgrade to Mootools 1.3.2 2011-06-24 15:38:56 +02:00
Benjamin Renard a23b13e260 LSldapObject : Deleted deprecated code including search() method 2011-05-27 16:00:31 +02:00
Benjamin Renard 80456ca403 LSformElement::password : consider password have not been change if new value and old value is empty 2011-05-23 12:04:04 +02:00
Benjamin Renard c176249848 LSformElement::password : Do not send mail if password is not set 2011-05-23 11:50:34 +02:00
Benjamin Renard 170a5870b6 LSformElement::password : Fixed bug in verifyPassword() method 2011-05-23 11:31:59 +02:00
Benjamin Renard 87e23f2ea4 LSformElement : Added autocomplete="off" in fields templates 2011-05-23 11:05:48 +02:00
Benjamin Renard 954b610a51 LSview : Fixed customAction confirm by JS 2011-05-20 18:42:21 +02:00
Benjamin Renard 5d911be334 CustomActions : Added disableOnSuccessMsg parameter 2011-05-20 18:15:13 +02:00
Benjamin Renard 97a2713ea0 LSldapObject / Custom actions : Added ajax validation feature 2011-05-20 15:57:00 +02:00
Benjamin Renard dcd555bead Merge branch 'master' of ssh://git.labs.libre-entreprise.org/gitroot/ldapsaisie 2011-05-01 16:44:58 +02:00
Benjamin Renard e9d72a6c10 LSformElement :: password : Added support of verify feature for non login password 2011-05-01 16:44:32 +02:00
Benjamin Renard 6e5bd2ba34 LSformElement::mailQuota : Added suffix parameter 2011-04-22 16:51:34 +02:00
Benjamin Renard 938d672f65 LSdebug() : Added LSlog() call 2011-04-22 14:32:44 +02:00
Benjamin Renard 1b8d363ccc LSerror : Added LSlog() call on addErrorCode() method 2011-04-22 14:30:04 +02:00
Benjamin Renard a53c5c3d92 LSerror : Remove </br> on getError() method and add it on getErrors() 2011-04-22 14:28:45 +02:00
Benjamin Renard 81ef2eaacf LSldap :: update() : Fixed bug when dropping empty attribute 2011-04-22 14:24:28 +02:00
Benjamin Renard 47e2c56907 LSformElement :: postaladdress : Added map_url_pattern_format parameter 2011-04-14 14:55:47 +02:00
Benjamin Renard fc2dc85bc7 LSformElement :: Added loadLSclass() of LSsession in top of the class file 2011-04-14 10:21:01 +02:00
Benjamin Renard a30262eb3c function.php / getFData() : Added possibility to use %(...) syntax futhermore %{...}.x 2011-04-13 16:44:09 +02:00
Benjamin Renard bd98151f81 Added LSformElement :: pre 2011-04-13 12:46:00 +02:00
Benjamin Renard 661b680fea LSform : Added feature to go directly in tab with #name value in URL 2011-04-11 13:51:24 +02:00
Benjamin Renard a311ed9842 Added possibility to modify LSldapObject with key word SELF 2011-04-11 13:05:11 +02:00
Benjamin Renard 1692b42bf0 LSformElement :: password : Fixed possibility to disable verify feature in configuration 2011-04-11 12:17:52 +02:00
Benjamin Renard d7688e2c71 Updated fr_FR.UTF8 translation 2011-04-11 11:27:23 +02:00
Benjamin Renard 53e12f2cb2 Added LSformElement :: postaladdress 2011-04-11 11:23:24 +02:00
Benjamin Renard 3af8351a36 Black images : Added view_hash 2011-04-11 11:14:44 +02:00
Benjamin Renard 5983b264c7 LSformElement :: textarea : small change to facilitate extend of this LSformElement 2011-04-11 11:10:09 +02:00
Benjamin Renard 64495f578f Fixed rights on country map images 2011-04-11 11:09:47 +02:00
Benjamin Renard 46b0951720 LSaddon :: asterisk : Added addon to support asterisk functions 2011-04-08 17:09:15 +02:00
Benjamin Renard 5241ac4214 LSattr_ldap :: password : Added encode_function feature 2011-04-08 17:07:43 +02:00
Benjamin Renard c8704c9bd7 LSformElement :: password : Added isLoginPassword parameter 2011-04-08 17:05:30 +02:00
Benjamin Renard 8025efb2e0 generate_lang_file.php : Hide errors 2011-04-08 14:28:55 +02:00
Benjamin Renard 8d4c8b33a0 LSldapobject / Custom Action : Fixed error message on custom action execution failed 2011-04-07 19:31:56 +02:00
Benjamin Renard 15d93a94ec Custom action : Fixed display of the custom onSuccess message 2011-04-06 15:55:45 +02:00
Benjamin Renard 22b9eca793 Translation : Updated ldapsaisie.pot and fr_FR.UTF8 2011-03-25 18:08:50 +01:00
Benjamin Renard da80c71268 Added custum action feature 2011-03-25 18:05:26 +01:00
Benjamin Renard 8336c0c647 LSformElement_valueWithUnit : Fixed display error of form when attribute have no value 2011-03-24 16:28:04 +01:00
Benjamin Renard 16f97af2ec Translation : Updated ldapsaisie.pot and fr_FR.UTF8 2011-03-24 15:48:21 +01:00
Benjamin Renard 88221346a5 Generate_lang_file : Added support of LSformElement_valueWithUnit's units configuration 2011-03-24 15:47:40 +01:00
Benjamin Renard a3fdebd362 Added LSformElement_valueWithUnit 2011-03-24 15:46:51 +01:00
Benjamin Renard c8e3daf5fd LSaddon::samba : Added generate_sambaProfilePath() function 2011-03-22 15:16:11 +01:00
Benjamin Renard 09f1c22e9f function aleaChar() : fixed php warning 2011-03-16 14:47:46 +01:00
Benjamin Renard dfc8f368ba LSsession :: setLocale() : Added includes of lang.*.php files 2011-02-03 17:49:36 +01:00
Benjamin Renard 1f069e41e2 Added listFiles() function 2011-02-03 17:30:55 +01:00
Benjamin Renard 39401e882b LSformElement_mail : Fixed initialize JS code 2011-01-21 16:11:02 +01:00
Benjamin Renard a6b5efdbac LSattribute :: getFormVal() : Used LSattr_html :: getFormVal() 2011-01-20 12:15:51 +01:00
Benjamin Renard a76416b281 LSattr_html_select_object : Added getFormVal() method 2011-01-20 12:15:30 +01:00
Benjamin Renard 2f346f3ded LSattr_html : Added getFormVal() method 2011-01-20 12:14:58 +01:00
Benjamin Renard aa58a6932c LSldapObject : Added getDisplayValue() method 2011-01-20 12:13:46 +01:00
Benjamin Renard bdd228ff7a LSldapObject :: getDisplayFData() : Fixed comment and simplify code 2011-01-20 12:12:05 +01:00
Benjamin Renard a6e28f8063 LSldapObject : Added getDisplayFData() method 2011-01-20 10:32:26 +01:00
Benjamin Renard 8f5215b74a Fixed bug in generate_lang_file.php that display name of include files 2011-01-07 15:46:25 +01:00
Benjamin Renard 9db97a53f3 LSformElement_mail : Added disableMailSending parameter 2010-12-03 18:04:40 +01:00
Benjamin Renard e6eb1b56c5 LSform :: dataEntryForm : Added requiredAllAttributes parameter 2010-11-29 12:36:35 +01:00
Benjamin Renard 1ef8c15e2c LSform :: dataEntryForm : Added requiredAttributes parameter 2010-11-29 12:05:20 +01:00
Benjamin Renard 405ceba157 LSsession :: Fixed bug in subDn management 2010-11-26 14:46:48 +01:00
Benjamin Renard 1ea9403083 LSauthMethod :: Fixed notice PHP 2010-11-26 14:28:04 +01:00
Benjamin Renard 8dbe9bc4aa LSauthMethod_anonymous : Added LSauth method and added feature in LSauth/LSsession to disabled SELF access 2010-11-25 12:39:35 +01:00
Benjamin Renard 9f45b422ae LSsession :: getSubDnLdapServer() : Fixed notices PHP 2010-11-25 12:27:46 +01:00
Benjamin Renard 84c785e9f4 LSldapObject :: __get() : Fixed notice PHP 2010-11-25 12:25:44 +01:00
Benjamin Renard 813b2222f7 LSldapObject :: fireEvent() : Fixed notice PHP 2010-11-25 12:25:05 +01:00
Benjamin Renard c3d2bc0751 LSldapObject :: reloadData() : Fixed notice PHP 2010-11-25 12:23:56 +01:00
Benjamin Renard 791eb8fdb2 LSauthMethod_CAS : Renamed the config file relative to LSauth recast 2010-11-25 11:35:18 +01:00
Benjamin Renard d288d3e99c LSauth : Recasted - Creation of LSauthMethod class 2010-11-24 19:12:21 +01:00
Benjamin Renard 086ffb3641 LSldapObject :: validateAttrData() : Fixed error in search filter specified by user 2010-11-24 18:57:43 +01:00
Benjamin Renard 447ad68998 LSldapObject :: getSelectArray() : Remplaced unknown variable $filter usage by NULL 2010-11-24 18:54:58 +01:00
Benjamin Renard 0c1efd10e8 Translation : Updated fr_FR.UTF8 2010-11-19 18:51:29 +01:00
Benjamin Renard 4c721d4810 Translation : Updated ldapsaisie.pot 2010-11-19 18:50:59 +01:00
Benjamin Renard 1d1e3e344a LSformElement : add displayAttrName parameter 2010-11-19 18:41:10 +01:00
Benjamin Renard dc5b3b44d1 LSlog : Added dump feature 2010-11-19 18:13:41 +01:00
Benjamin Renard 711f95b446 LSformElement_password : Fixed bug -> parameters of the password generation was not used 2010-11-19 18:12:33 +01:00
Benjamin Renard 8013827839 Translation : Improved generate_lang_file.php to support inclusion of more than one translation file 2010-11-18 16:23:32 +01:00
Benjamin Renard ffe93fbbb4 Translation : Updated fr_FR.UTF8 2010-11-18 16:13:58 +01:00
Benjamin Renard c65b5a7a21 LSformElement_password : Change mail generation to support attributes in the LSformat of the mail 2010-11-18 15:37:50 +01:00
Benjamin Renard a4a6da54d9 LSldapObject : Added registerOtherValue() method 2010-11-18 15:33:32 +01:00
Benjamin Renard a4ae5741e0 create : Fixed bug - display data entry form selection only when it's necessary 2010-11-18 11:18:34 +01:00
Benjamin Renard 6664d44e81 Translation : Updated fr_FR.UTF8 (lang.php) 2010-11-17 19:41:25 +01:00
Benjamin Renard 304f53cbef Translation : Added support of data entry form labels in generate_lang_file.php 2010-11-17 19:11:49 +01:00
Benjamin Renard 08d1046a39 Translation : Updated ldapsaisie.pot and fr_FR.UTF8 translation 2010-11-17 19:08:06 +01:00
Benjamin Renard f2072dcfd2 LSform : Added data entry form in create mode 2010-11-17 19:00:09 +01:00
Benjamin Renard b1f3f3a16f LSform : Added display of errors of elements not displayed on the LSform warnBox 2010-11-17 15:52:37 +01:00
Benjamin Renard 30d9fd00c3 LSform : Removed deprecated error 207 2010-11-17 15:17:33 +01:00
Benjamin Renard f864ce49d7 LSform : Added warning box 2010-11-17 15:15:56 +01:00
Benjamin Renard a338b0af75 LSform : Added comment to ajax_onAddFieldBtnClick() method 2010-11-17 14:47:06 +01:00
Benjamin Renard 58474332e4 LSform : Move JSconfig from LSldapObject :: getForm() to LSform :: display() 2010-11-17 14:44:52 +01:00
Benjamin Renard 7bb56b9266 Template / Default / select_table : Fixed HTML syntax error 2010-11-16 19:53:18 +01:00
Benjamin Renard 6d16a7c5c5 LSrelation :: ajax_refreshList() : Fixed notice PHP 2010-11-16 19:52:13 +01:00
Benjamin Renard 4409f854cf LSformElement_image :: getDisplay() : Fixed error 2010-11-16 19:51:08 +01:00
Benjamin Renard ba7b304e56 LSformElement_mail :: getDisplay() : Fixed error 2010-11-16 19:50:40 +01:00
Benjamin Renard b03b69eec9 LSldap :: update() : Fixed notice PHP 2010-11-16 19:49:35 +01:00
Benjamin Renard cec517b46d LSattribute :: fireEvent() : Fixed notice PHP 2010-11-16 19:48:11 +01:00
Benjamin Renard 0b442784a0 LSattribute :: getDependsAttrs() : Fixed notice PHP 2010-11-16 19:47:23 +01:00
Benjamin Renard 02d5955075 LSattribute :: getUpdateData() : Fixed notice PHP 2010-11-16 19:46:52 +01:00
Benjamin Renard ef40b5825c LSattribute :: isRequired() : Fixed notice PHP 2010-11-16 19:45:41 +01:00
Benjamin Renard 3df9edb25f LSattribute :: myRights() : Fixed notice PHP 2010-11-16 19:45:11 +01:00
Benjamin Renard 6b065f2a61 LSattribute :: getDisplayValue() : Fixed notice PHP 2010-11-16 19:44:38 +01:00
Benjamin Renard 274ad11e6d LSformElement :: isMultiple() : Fixed notice PHP 2010-11-16 19:43:18 +01:00
Benjamin Renard 4e1e16a1ec LSattr_html_select_list :: getPossibleValues() : Fixed notice PHPx 2010-11-16 19:42:28 +01:00
Benjamin Renard 2d6caf2fd5 LSconfig :: get() : Fixed notice PHP 2010-11-16 19:41:14 +01:00
Benjamin Renard 699d69d23d LSsearch :: getSortTable() : Fixed notice PHP 2010-11-16 19:39:43 +01:00
Benjamin Renard aa218fce3b LSsearch :: setParams() : Fixed notice PHP 2010-11-16 19:38:55 +01:00
Benjamin Renard 6792005de2 LSsearch :: loadParamsFromSession() : Fixed notice PHP 2010-11-16 19:38:02 +01:00
Benjamin Renard 5cf3906b14 LSsession :: ajax_onLdapServerChangedLogin() : Fixed notice PHP 2010-11-16 19:36:26 +01:00
Benjamin Renard 9a4e7374d0 LSsession :: addHelpInfos() : Fixed notice PHP 2010-11-16 19:35:44 +01:00
Benjamin Renard 5f8db76d52 LSsession :: isSubDnLSobject() : Fixed notice PHP 2010-11-16 19:34:57 +01:00
Benjamin Renard 4ce6560504 LSsession :: relationCanAccess() : Fixed notice PHP 2010-11-16 19:34:04 +01:00
Benjamin Renard 0d440bffc3 LSsession :: canAccess() : Fixed notice PHP 2010-11-16 19:32:10 +01:00
Benjamin Renard d432819ed5 LSsession :: loadLSaccess() : Fixed notice PHP 2010-11-16 19:31:07 +01:00
Benjamin Renard c577b7a706 LSsession :: loadLSprofiles() : Fixed notice PHP 2010-11-16 19:28:43 +01:00
Benjamin Renard b00b3825f1 LSsession :: startLSsession() : Fixed notice PHP 2010-11-16 19:26:49 +01:00
Benjamin Renard d8d32d950b LSdebug_print() : Fixed notice PHP 2010-11-16 19:24:44 +01:00
Benjamin Renard ea3576a7e1 Select : Fixed Notice PHP 2010-11-16 19:23:34 +01:00
Benjamin Renard 74ddd2faa2 View : Fixed Notice PHP 2010-11-16 19:22:56 +01:00