Commit graph

1934 commits

Author SHA1 Message Date
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
Benjamin Renard 0b3c9d2f5e Template/default/viewSearch : Not display predefinedFilters when no filter is defined. 2010-02-19 14:50:07 +01:00
Benjamin Renard f7d45c390f LSsearch : Added translation support for predefinedFilters labels 2010-02-19 14:48:26 +01:00
Benjamin Renard 0dd705b18a LSpeople : Updated translation 2010-02-19 14:38:41 +01:00
Benjamin Renard 4789128c9e generate_lang_file.php : Added LSsearch predefinedFilters labels support 2010-02-19 14:38:08 +01:00
Benjamin Renard 8263629e6e Doc/LSsearch : Added predefinedFilters informations 2010-02-19 14:31:48 +01:00
Benjamin Renard 530b4d86b3 LSsearch : Added error message on invalid filter detection in predefinedFilters 2010-02-19 14:25:07 +01:00
Benjamin Renard 566eab9390 LSaddons::samba : Added function generate_sambaPwdLastSet() 2010-02-16 17:48:45 +01:00
Benjamin Renard 3308ca3336 Doc : Added note about git acces and firewalling in the how-to. 2010-02-16 15:54:40 +01:00
Benjamin Renard 95f60b6334 - LSattr_ldap : Added method isUpdated()
- LSattribute :: setUpdateData() : Used LSattr_ldap::isUpdated()
2010-02-14 20:06:19 +01:00
Benjamin Renard 6a78b6bde4 - LSsearch :
- Added formIsSubmited() method and use it in setParamsFormPostData() method
  - Added redirectWhenOnlyOneResult() method
- View :
  - Used LSsearch::redirectWhenOnlyOneResult() to redirect the user on object view page when the search return only on result
2010-02-14 18:45:39 +01:00
Benjamin Renard c0c7323040 LSpeople : Change predefinedFilters example 2010-02-03 03:10:23 +01:00
Benjamin Renard 6fefd7cb88 LSsearch : Added initial check of predefinedFilters validity/syntax before use. 2010-02-03 03:09:23 +01:00
Benjamin Renard 9eb547d20d LSldap : added methode isValidFilter() 2010-02-03 03:07:30 +01:00
Benjamin Renard bc1a92ec35 LSsearch : added predefined filters parameters 2010-02-03 02:10:04 +01:00
Benjamin Renard 5d02706132 LSformElement_uri_field/template : Added link target specification feature. 2010-01-27 15:47:49 +01:00
Benjamin Renard cf92fd3fe3 Regenerate FR lang file from .po 2010-01-27 15:19:20 +01:00
Julien Danjou 8a45735338 Fix typo in french translation
Signed-off-by: Julien Danjou <julien@danjou.info>
2010-01-27 11:19:24 +01:00