diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-10-22 16:04:58 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-10-22 16:04:58 +0800 |
commit | a14059d9f297b7ccbec0f4de81e1f1053da61cac (patch) | |
tree | 4dea843677aedd36d1738b59d99bdd104b44f8ee /addressbook/ChangeLog | |
parent | e6999e143ac1a60c9061a08c23c408090607ca1c (diff) | |
download | gsoc2013-evolution-a14059d9f297b7ccbec0f4de81e1f1053da61cac.tar.gz gsoc2013-evolution-a14059d9f297b7ccbec0f4de81e1f1053da61cac.tar.zst gsoc2013-evolution-a14059d9f297b7ccbec0f4de81e1f1053da61cac.zip |
Making the LDAP search filter configurable. Fixes #311884.
svn path=/trunk/; revision=30553
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 79bbd9abb0..577ead5e21 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,19 @@ +2005-10-20 Sushma Rai <rsushma@novell.com> + + * gui/component/addressbook-config.c: Storing the search filter entered + at configuration dialog. + (addressbook_ldap_init)(source_to_uri_parts): Handling search filter. + (eabc_details_search): Storing the serch filter value and added + callback to handle search filter changes. + (search_filter_changed_cb)(url_changed): Store search filter in LDAP + url. + (from_ldap_search_filter): If search filter entered is missing + parenthesis, adds them. + + * gui/component/ldap-config.glade: Added an entry for entering the + search filter. + Fixes #311884 + 2005-10-04 Devashish Sharma <sdevashish@novell.com> * gui/widgets/e-addressbook-view.etspec: Changed the compare type for |