Commit graph

616 commits

Author SHA1 Message Date
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
Benjamin Renard c8afbc8fa3 Added CSS3 border-radius properties 2010-01-26 12:39:15 +01:00
Benjamin Renard b591ab3a27 Doc/Config/LSattribute : Added notes about generation methods of the value. 2010-01-06 19:18:53 +01:00
Benjamin Renard c05741a489 LSattribute / generate_value : the default_value is now used to generate the value of the attribute if the generate function or LSformat is not defined. 2010-01-06 15:21:37 +01:00
Benjamin Renard ee0d7b82fd Doc/Config/LSattribute : Added the parameter generate_value_format description. 2009-12-31 17:26:06 +01:00
Benjamin Renard 84554e7c59 LSattr_html_select_object : fix bug witch disable default_value 2009-12-31 17:02:07 +01:00
Benjamin Renard 616197c43f LSattr_html_select_list : Added translation of possiblies values labels. Updated consequently generate_lang_file.php and trad. FR files. 2009-12-31 14:43:59 +01:00
Benjamin Renard 046d6f8004 LSformRule_minlength : Fix php syntax bug. 2009-12-31 14:22:05 +01:00
Benjamin Renard 1a51d5b754 Doc : Update installation dependence 2009-12-24 16:42:00 +01:00
Benjamin Renard db86b3b535 LSaddons::Samba : Added the LS_SAMBA_INFINITY_TIME constante and the return_sambaInfinityTime() function. 2009-12-24 15:02:30 +01:00
Benjamin Renard a766150f41 upgradeFromGit : add check_file_or_symlink function and use it during theme installation 2009-12-23 11:24:59 +01:00
Benjamin Renard 18de43b52f upgradeFromGit/theme : added support to linking original theme files to avoid copying of files. 2009-12-15 18:33:22 +01:00
Benjamin Renard b0a8bd44bd Doc/install : bug fix of the last commit 2009-12-04 17:46:25 +01:00
Benjamin Renard 76d3ab6487 Doc : Change 'Installation Steps' section in a tutorial of the installation with more details. 2009-12-04 17:43:20 +01:00
Benjamin Renard 3ab522003d buildDocExports : fix bug 2009-11-13 18:56:58 +01:00
Benjamin Renard dc3f99c284 upgradeFromGit : fix bug 2009-11-13 18:50:48 +01:00
Benjamin Renard c273f59bd1 buildDocExports : fix bugs 2009-11-13 18:47:28 +01:00
Benjamin Renard d67235123c buildDocExports : Added export doc dir check 2009-11-13 18:19:30 +01:00
Benjamin Renard f7b6fbe143 upgradeFromGit/buildDocExports : fix bugs 2009-11-13 18:14:14 +01:00