From 1c77687067369a8eb10bf06f9dfd3ee88d51f00d Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 7 Feb 2012 14:00:04 +0000 Subject: [PATCH] See ChangeLog. Monotone-Parent: 3c2b3475feee421f144bee585133b1b3715a0560 Monotone-Revision: 2b438d60e3231cf7f4811dadaf9a91a62885d15b Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-07T14:00:04 --- ChangeLog | 5 +++++ SoObjects/SOGo/SOGoGCSFolder.m | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 237b69267..d94792740 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-02-08 Francis Lachapelle + * SoObjects/SOGo/SOGoGCSFolder.m (+webdavAclManager): must include + "write" in the "current-user-privilege-set" so the latest version + of AddressBook.app (bundled with 10.7.3) knows the personal + addressbook is writable by the owner. + * UI/WebServerResources/UIxAttendeesEditor.js (performSearchCallback): set the uid parameter to null instead of an empty string when the returned contact has no uid (ie, it comes diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index 4b3c85070..723d32609 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -111,8 +111,8 @@ static NSArray *childRecordFields = nil; withEquivalent: SoPerm_WebDAVAccess asChildOf: davElement (@"read", @"DAV:")]; */ [aclManager registerDAVPermission: davElement (@"write", @"DAV:") - abstract: YES - withEquivalent: nil + abstract: NO + withEquivalent: SoPerm_AddDocumentsImagesAndFiles asChildOf: davElement (@"all", @"DAV:")]; [aclManager registerDAVPermission: davElement (@"bind", @"DAV:") abstract: NO