See ChangeLog.

Monotone-Parent: 7f20a4d6e701b0221b1fddc51f74c48737a88125
Monotone-Revision: b2fe7ce1dad859d390bcaf92ab86bfce416a3e91

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-07-06T19:44:44
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-07-06 19:44:44 +00:00
parent 3fc5bcd31e
commit 4a73f41d58
4 changed files with 91 additions and 19 deletions
+10
View File
@@ -1,5 +1,15 @@
2011-07-07 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/UIxListEditor.js (endEditable): when a
string doesn't match an existing card, keep the entry but
highlight it in red.
(serializeReferences): when an entry is not associated to a card,
extract the email and fullname from the string to create a new card.
* UI/Contacts/UIxListEditor.m (-setReferencesValue:): if a card
reference doesn't match a known vCard UID, create a new vCard
like Thunderbird does.
* UI/MainUI/SOGoUserHomePage.m (-_usersForResults:inDomain:):
fixed bug when the domain was empty.
(-usersSearchAction): idem.