Monotone-Parent: 419b1ab67b5bfaf33f85305a451b3413fa3336b4

Monotone-Revision: 13c390d039edb8ee59063c3d31ce0a34717725d7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-09-28T15:03:33
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-09-28 15:03:33 +00:00
parent 96885636b3
commit 429e214829
2 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,12 @@
2010-09-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Contacts/SOGoContactGCSEntry.m (-displayName): new
accessor.
2010-09-24 Ludovic Marcotte <lmarcotte@inverse.ca>
* Added caching support for LDAP-based groups
* SoObjects/SOGo/LDAPSource.m
* SoObjects/SOGo/LDAPSource.m
Improved SafeLDAPCriteria() to properly escape '%'
* Dropped lots of unnecessary and worthless files

View File

@ -108,6 +108,11 @@
return [newContact saveContentString: [newCard versitString]];
}
- (NSString *) displayName
{
return [[self vCard] fn];
}
/* DAV */
- (NSString *) davContentType