From 51861d6d2eeb01a30056157d79ae4453899ca427 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 8 Nov 2007 19:56:21 +0000 Subject: [PATCH] Monotone-Parent: 8a8e7d68b4c6cc0ee67c2aa92e9417ba89858e50 Monotone-Revision: 0d487a0e7d301ad5f2aedda008c41843eca204d8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-08T19:56:21 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index c6b673f5a..6ccf0492f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2007-11-08 Wolfgang Sourdeau + * SoObjects/Appointments/SOGoAppointmentObject.m + ([SOGoAppointmentObject -saveContentString:_iCalbaseSequence:_v]): + don't propagate the event among the attendees if this is not an + "so" request. + ([SOGoAppointmentObject -deleteWithBaseSequence:]): same as above. + + * Main/SOGo.m ([SOGo -authenticatorInContext:context]): make use + of the new category method below. + + * SoObjects/SOGo/WORequest+SOGo.m ([WORequest + -handledByDefaultHandler]): new method that returns whether this + is an "so" or alike request. + + * SoObjects/SOGo/WORequest+SOGo.[hm]: new category module. + * SoObjects/SOGo/SOGoParentFolder.m ([SOGoParentFolder -newFolderWithName:nameandNameInContainer:newNameInContainer]): write the new folder's name in the folder cache.