From 1cbbbb01be0b1a0b2ab367e3952ff2928c61f844 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 2 May 2008 23:12:49 +0000 Subject: [PATCH] Monotone-Parent: cb2b5ac6d1deb889762cf2eadc58376d6ab9f534 Monotone-Revision: f4d8a0e75faa4a181cfac93302360f7f4168e0cc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-05-02T23:12:49 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ SoObjects/SOGo/SOGoPermissions.h | 1 - SoObjects/SOGo/SOGoPermissions.m | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f1953e8e9..bf2e797b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-05-02 Wolfgang Sourdeau + * SoObjects/SOGo/SOGoPermissions.[hm]: removed the "Save Acls" + permission since its purposes matches SOPE's "Change Permissions". + * SoObjects/SOGo/SOGoGCSFolder.m ([SOGoGCSFolder +webdavAclManager]): new overriden method. diff --git a/SoObjects/SOGo/SOGoPermissions.h b/SoObjects/SOGo/SOGoPermissions.h index 7fdab2c91..b8d8422dc 100644 --- a/SoObjects/SOGo/SOGoPermissions.h +++ b/SoObjects/SOGo/SOGoPermissions.h @@ -71,7 +71,6 @@ extern NSString *SOGoCalendarRole_ComponentResponder; extern NSString *SOGoPerm_AccessObject; extern NSString *SOGoPerm_ReadAcls; -extern NSString *SOGoPerm_SaveAcls; extern NSString *SOGoPerm_FreeBusyLookup; extern NSString *SOGoCalendarPerm_ViewWholePublicRecords; diff --git a/SoObjects/SOGo/SOGoPermissions.m b/SoObjects/SOGo/SOGoPermissions.m index 740ef718e..3eed89f07 100644 --- a/SoObjects/SOGo/SOGoPermissions.m +++ b/SoObjects/SOGo/SOGoPermissions.m @@ -75,7 +75,6 @@ NSString *SOGoPerm_AccessObject= @"Access Object"; NSString *SOGoPerm_ReadAcls = @"ReadAcls"; /* the equivalent of "read-acl" in the WebDAV acls spec, which is currently missing from SOPE */ -NSString *SOGoPerm_SaveAcls = @"SaveAcls"; NSString *SOGoPerm_FreeBusyLookup = @"FreeBusyLookup"; NSString *SOGoCalendarPerm_ViewWholePublicRecords = @"ViewWholePublicRecords"; @@ -95,4 +94,3 @@ NSString *SOGoCalendarPerm_ViewAllComponent = @"ViewAllComponent"; NSString *SOGoCalendarPerm_ViewDAndT = @"ViewDAndT"; NSString *SOGoCalendarPerm_ModifyComponent = @"ModifyComponent"; NSString *SOGoCalendarPerm_RespondToComponent = @"RespondToComponent"; -