From fd588d2a5c0dd5ab1dcdbd53e5042fea18739b63 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 26 Aug 2008 20:08:36 +0000 Subject: [PATCH] Monotone-Parent: f26a67548e90f9e418185e415399c0936fd4c271 Monotone-Revision: 6187159ed1d7790548548168473cb4ebca84bce1 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-08-26T20:08:36 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/ChangeLog b/ChangeLog index ee4e1a04f..f653f3b10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2008-08-26 Francis Lachapelle + + * UI/MailerUI/UIxMailMainFrame.m ([composeAction]): build the + contact's fullname from its card's attribute "n" if "fn" is + not defined. + + * UI/Contacts/UIxContactView.m ([fullName]): idem. + + * UI/Contacts/UIxContactEditor.m ([addressBooksList]): new + method to retrieve the address books to which the user can write. + ([saveAction]): if the user change the destination address + book, the contact is now correctly moved to it. + + * UI/Scheduler/UIxAppointmentEditor.m ([viewAction]): new + method that returns a JSON representation of an event. + + * UI/Scheduler/UIxAppointmentEditor.m ([newAction]): removed + the rights validation from the product.plist to this method so + the user redirect to the proper folder if rights are insufficient. + + * UI/Scheduler/UIxTaskEditor.m ([newAction]): idem. + + * UI/Contacts/UIxContactEditor.m ([newAction]): idem. + + * UI/Scheduler/UIxCalendarSelector.m ([calendars]): removed + the roles as they are no longer verified through JavaScript. + + * SoObjects/SOGo/SOGoFolder.m + ([_compareByNameInContainer:otherFolder]): fixed an order + problem with the personal folders. + + * SoObjects/SOGo/NSString+Utilities.m + ([_rangeOfURLInRange:refRange]): added some ending characters. + ([_handleURLs:selfCopy textToMatch:match prefix:prefix + inRanges:ranges]): fixed the parsing so URLs are properly identified. + + * UI/MailerUI/UIxMailAccountActions.m ([-composeAction]): + added support to define the subject through the URL. + 2008-08-26 Wolfgang Sourdeau * UI/MainUI/SOGoRootPage.m ([SOGoRootPage -setUserName:_value])