X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=342b26bcc69e348bb730afb989d846d5c13ad882;hb=3830a112b81948b7fa46a85ddc259496ab80f75d;hp=e22af63203ac37669171c0daecbed9bbf5705365;hpb=babc5d2d6913443e4c780651fed156e67e47f12f;p=scalable-opengroupware.org diff --git a/ChangeLog b/ChangeLog index e22af632..342b26bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +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