See ChangeLog.

Monotone-Parent: 3c2b3475feee421f144bee585133b1b3715a0560
Monotone-Revision: 2b438d60e3231cf7f4811dadaf9a91a62885d15b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-02-07T14:00:04
maint-2.0.2
Francis Lachapelle 2012-02-07 14:00:04 +00:00
parent 229e93b180
commit 1c77687067
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
2012-02-08 Francis Lachapelle <flachapelle@inverse.ca>
* 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

View File

@ -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