Monotone-Parent: ef6d3277026d3551c57a338744f21cd3ea71ec34

Monotone-Revision: 0c4734653a7d9bf2c83bb1be51525aee8006bf7a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-01T20:42:39
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-01 20:42:39 +00:00
parent 75f2a56f28
commit 73cc84de3e
3 changed files with 135 additions and 66 deletions
+13
View File
@@ -1,5 +1,18 @@
2007-06-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoCalendarComponent.m
([SOGoCalendarComponent -isOrganizerOrOwner:user]): commented out.
([SOGoCalendarComponent -findParticipant:user]): new name for
method "participant:".
([SOGoCalendarComponent -findParticipantWithUID:uid]): same as
findparticipant but taking a uid string as parameter.
([SOGoCalendarComponent -contentAsString]): don't regenerate the
iCalendar automatically. Instead, this is done only when the user
is a "date and time viewer".
([SOGoCalendarComponent -aclsForUser:uid]): take delegation roles
(modifier and responder) into account by compiling them with the
owner's roles.
* SoObjects/Contacts/SOGoContactFolder.h: removed
"nameInContainer" from the list of required methods.