Commit graph

451 commits

Author SHA1 Message Date
Benjamin Renard 133027e9bc buildDoc.sh : Added trap for the progress bar 2010-04-21 14:17:13 +02:00
Benjamin Renard de452ac62e Added buildDoc.sh script 2010-04-21 12:33:17 +02:00
Benjamin Renard bc24645bdd upgradeFromGit.sh : Added test with checkDocExportsNecessity.sh script to know if doc exportation is necessary 2010-04-21 12:10:06 +02:00
Benjamin Renard 4e989c3d79 Added checkDocExportsNecessity.sh script 2010-04-21 11:50:55 +02:00
Benjamin Renard 70afba8563 buildDocExports.sh : Added commit reference in the LAST_UPDATE_FILE 2010-04-21 11:50:30 +02:00
Benjamin Renard 656dad2c14 getFieldInFormat() : fixed regex with the new LSformat possibilities (upper/lower case) 2010-04-16 15:37:43 +02:00
Benjamin Renard 5247955cfc LSformRule_rangelength : fixed another php syntax bug 2010-04-16 14:59:01 +02:00
Benjamin Renard 5a3b3198a2 LSformRule_rangelength : fixed php syntax bug 2010-04-16 14:52:21 +02:00
Benjamin Renard 9382ed946a LSformElement_text : Fixed bugs in last commit 2010-04-15 18:37:44 +02:00
Benjamin Renard 3a1392f4b7 LSformElement_text : Fixed bugs in auto-generation processus 2010-04-15 18:35:00 +02:00
Benjamin Renard e60ba7ee61 LSform/js : Fixed bug in LSerrors reporting. 2010-04-15 18:21:18 +02:00
Benjamin Renard e3ca766682 Doc / Makefile : Added html entry 2010-04-12 12:40:14 +02:00
Benjamin Renard 37f3ce16ea Doc / LSaddons : Added mail addon 2010-04-12 12:38:32 +02:00
Benjamin Renard b6ddacd518 Doc / CSS : Added function sysnopsis styles 2010-04-12 12:38:03 +02:00
Benjamin Renard 86cbf22e0e LSaddon::mail : Fixed title 2010-04-12 11:44:50 +02:00
Benjamin Renard 5787ee8f76 Doc : Added PEAR entity 2010-04-12 11:43:59 +02:00
Benjamin Renard c8e5977d8a LSattribute::generateValue() : Used default_value paramater as a LSformat 2010-03-16 17:48:12 +01:00
Benjamin Renard 1b8bf7b250 LSldap :: getEntry() : Fixed to don't set dafault_value of attributes 2010-03-16 17:46:10 +01:00
Benjamin Renard 890670eaf4 Fix bug in last commit 2010-03-16 17:33:55 +01:00
Benjamin Renard dde0182b16 LSattribute::getValue() : Change update detection method 2010-03-16 17:28:32 +01:00
Benjamin Renard 418d7f899e LSldapObject : Removed unused paramater in method getObjectKeyValueInRelation() 2010-03-16 16:01:14 +01:00
Benjamin Renard 71c885aad0 LSldapObject : Fixed a forgetfulness in last commit 2010-03-16 15:23:29 +01:00
Benjamin Renard 879442a5b7 LSldapObject : Fixed bug in previous commit witch block validation error return in LSform 2010-03-16 14:54:39 +01:00
Benjamin Renard 7249d9fd52 LSattribute : Added getOldValue() method 2010-03-16 11:11:29 +01:00
Benjamin Renard f974e6095e getFData() : added string cast in process 2010-03-16 11:04:36 +01:00
Benjamin Renard 5e86c8d786 LSldapObject/LSrelation : modified LSrelation update methods to use _updateData() method instead of directly LSldap methods 2010-03-15 17:31:05 +01:00
Benjamin Renard 7e5f44c5e4 LSldapObject : Modified update function to permit private updateData method execution 2010-03-15 16:42:57 +01:00
Benjamin Renard 0b8a8b872f LSaddon/Posix : Fixed error in comments 2010-03-15 12:25:34 +01:00
Benjamin Renard 686b12f21f Doc :
* Added section about LSauth configuration
   * Added sections about LSauthHTTP and LSauthCAS configuration
 * Added information about the paramter authObjectFilter of LDAP servers configuration
 * Udpated the tree of the project directory
2010-03-11 17:36:37 +01:00
Benjamin Renard 392d552619 Doc/Install : Updated download snapshot URL. 2010-03-11 10:44:34 +01:00
Benjamin Renard 55c9cdcbd4 LSauthCAS : Added CAS authentification support. 2010-03-10 19:49:04 +01:00
Benjamin Renard 647791e598 LSsession / logout : fixed bug 2010-03-10 19:36:23 +01:00
Benjamin Renard b4758b2dec LSsession : Added getLSauthObject() and used it. Modify logout procedure to use LSauth::logout() method. 2010-03-10 19:07:58 +01:00
Benjamin Renard 6c9043b385 LSauth : Added logout() method. 2010-03-10 19:06:42 +01:00
Benjamin Renard d06c8c798d LSauth : added configuration directory 2010-03-10 17:37:49 +01:00
Benjamin Renard 06cd1f4c78 LSsession : added loadLSauth() method and used this method to load LSauth class and configuration. 2010-03-10 17:07:18 +01:00
Benjamin Renard 6feab1b394 Disabled LSaddons/supann by default. 2010-03-10 16:52:42 +01:00
Benjamin Renard d5b7426ba0 LSaddons/Supann : Used withoutAccents() function instead of replaceAccents() and added comments to functions 2010-03-09 19:25:10 +01:00
Benjamin Renard 21a6761371 LSaddon/supann : Added functions generate_eduPersonOrgDN(), generate_eduPersonPrimaryOrgUnitDN() and generate_eduPersonOrgUnitDN() 2010-03-09 19:16:50 +01:00
Benjamin Renard 35f293e871 LSattribute :: generateValue() : Fixed bug when generated value is empty. 2010-03-09 17:40:22 +01:00
Benjamin Renard aeb54731ef LSattribute :: generateValue() : Fixed bug when generated value is an array. 2010-03-09 17:04:36 +01:00
Benjamin Renard 20b6677210 Template/default : fixed HTML syntax error on LSlang form element. 2010-03-09 16:45:10 +01:00
Benjamin Renard 0fcd8993f6 Merge branch 'master' of ssh://git.labs.libre-entreprise.org/gitroot/ldapsaisie 2010-03-09 14:58:33 +01:00
Benjamin Renard 63c9e84ccf Doc/Conf/LSobject : Added doc about LSaddons dependencies. 2010-03-05 17:50:25 +01:00
Benjamin Renard 159b33a49f LSsession :: loadLSobject() : Added support to LSaddons dependencies. 2010-03-05 17:44:07 +01:00
Benjamin Renard 47c10a169c Functions :
* Added function withoutAccents()
  * Improvement of getFData() function :
    + Extracting a portion repeated in the function _getFData_extractAndModify()
    + Added support to negative length in substring selection
    + Added support to make string uppercase or lowercase
    + Added support for removing accents
2010-03-04 16:47:37 +01:00
Benjamin Renard 45d560957b LSformElement : fix translation of help infos 2010-03-03 18:43:22 +01:00
Benjamin Renard 930e292426 Doc/LSattribute/HTML/select_list : fixed errors and forgotten parameters in the doc. 2010-02-22 16:12:25 +01:00
Benjamin Renard 6746d1f0a6 LSpeople/cn : Removed the bad validation rule. 2010-02-20 03:29:44 +01:00
Benjamin Renard 995ca8d107 LSattr_ldap_attribute : Added LDAP attribute type to support postalAddress attribute as describe in the RFC4519 2010-02-19 16:08:00 +01:00