X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=342b26bcc69e348bb730afb989d846d5c13ad882;hb=3830a112b81948b7fa46a85ddc259496ab80f75d;hp=c532738dbd70622ee6ee6b1c81fa08c36dd4e3f3;hpb=219ffc26210dcc8b83cb64733091c56b3bfa0060;p=scalable-opengroupware.org diff --git a/ChangeLog b/ChangeLog index c532738d..342b26bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2007-01-04 Wolfgang Sourdeau + + * UI/Scheduler/UIxComponentEditor.m ([UIxComponentEditor + -newStartDate]): fix the handling of the component start date + depending on the "hm" and the "day" parameters. + + * SoObjects/SOGo/SOGoUserFolder.m ([SOGoUserFolder + -roleOfUser:uidinContext:context]): set role of current user to + "Assistant" if the object that is accessed is "freebusy.ifb". + + * SoObjects/Appointments/SOGoAppointmentFolder.m + ([SOGoAppointmentFolder -lookupCalendarFolderForUID:uid]): method + moved from UI/Scheduler/UIxCalView:calendarFolderForUID:. + ([SOGoAppointmentFolder + -lookupCalendarFoldersForUIDs:_uidsinContext:]): now use the new + lookupCalendarFolderForUID: method, which doesn't do security + checks. + +2007-01-03 Wolfgang Sourdeau + + * UI/Common/UIxAclEditor.m ([UIxAclEditor -assistantsValue]): new + accessor that returns the comma-separated list of users with role + "Assistant". + ([UIxAclEditor -delegatesValue]): same as above for "Delegate". + ([UIxAclEditor -_prepareUsers]): there is no longer a concept of + "checkedUsers". Instead, each user is either classified in the + list of assistants or the list of delegates. + 2006-12-22 Wolfgang Sourdeau * UI/MailerUI/UIxMailMainFrame.m ([UIxMailMainFrame