Monotone-Parent: f26a67548e90f9e418185e415399c0936fd4c271

Monotone-Revision: 6187159ed1d7790548548168473cb4ebca84bce1

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-26T20:08:36
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-08-26 20:08:36 +00:00
parent 3e85ecd8e6
commit fd588d2a5c

View File

@@ -1,3 +1,42 @@
2008-08-26 Francis Lachapelle <flachapelle@inverse.ca>
* 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 <wsourdeau@inverse.ca>
* UI/MainUI/SOGoRootPage.m ([SOGoRootPage -setUserName:_value])