Monotone-Parent: c9246310f08403905093c99e74adb38f7c4c3c7e

Monotone-Revision: c7cef69f421b88269a1f0f48450e7746468a6cb8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-02-06T20:09:59
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2009-02-06 20:09:59 +00:00
parent 2765c2a2ec
commit 98495ca363
1 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,21 @@
2009-02-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Contacts/SOGoContactGCSFolder.m ([SOGoContactGCSFolder
-lookupContactsWithFilter:filtersortBy:sortKeyordering:sortOrdering]):
same as below.
([SOGoContactGCSFolder -fixupContactRecord:contactRecord]): new
method that initializes c_mail, c_screenname, c_o,
c_telephonenumber to empty strings if not found.
* SoObjects/Contacts/SOGoContactLDAPFolder.m
([SOGoContactLDAPFolder
-lookupContactsWithFilter:filtersortBy:sortKeyordering:sortOrdering]):
no longer make use of the displayName, mail, screenName, phone and
org intermediary keys.
* UI/Contacts/UIxContactsListView.m ([-currentCName]): removed
useless method.
2009-02-05 Francis Lachapelle <flachapelle@inverse.ca>
* UI/SOGoUI/UIxComponent.m ([UIxComponent -responseWithStatus:):