From b3332cfef80cc9b16673bd32352304d40bd72f1c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 21 Jan 2010 20:42:16 +0000 Subject: [PATCH 1/3] Monotone-Parent: a4f965425609368d1347526114e039b4c8f07962 Monotone-Revision: edc65fef18ecc69c7e977cbadc64111461f99b1f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-21T20:42:16 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoGroup.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/SOGoGroup.m b/SoObjects/SOGo/SOGoGroup.m index fb3c4f654..5c3f5b485 100644 --- a/SoObjects/SOGo/SOGoGroup.m +++ b/SoObjects/SOGo/SOGoGroup.m @@ -153,7 +153,7 @@ // We check to see if it's a group classes = [[entry attributeWithName: @"objectClass"] allStringValues]; - NSLog(@"classes for %@ = %@", theValue, classes); + // NSLog(@"classes for %@ = %@", theValue, classes); // Found a group, let's return it. if ([classes containsObject: @"group"] || From 33412b5e594ebe28df1ee518b080b23a620b9e11 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 21 Jan 2010 20:42:30 +0000 Subject: [PATCH 2/3] Monotone-Parent: edc65fef18ecc69c7e977cbadc64111461f99b1f Monotone-Revision: c335be1eab608a64d03951d882bb446212bb490d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-21T20:42:30 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoComponentOccurence.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoComponentOccurence.m b/SoObjects/Appointments/SOGoComponentOccurence.m index 50ebd1289..6c74a647c 100644 --- a/SoObjects/Appointments/SOGoComponentOccurence.m +++ b/SoObjects/Appointments/SOGoComponentOccurence.m @@ -138,7 +138,7 @@ return component; } -- (NSException *) prepareDelete; +- (NSException *) prepareDelete { NSArray *occurences; NSCalendarDate *recurrenceId, *currentId; From 55f0db064b79c151e2487e619dd7af324976da4a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 21 Jan 2010 20:53:18 +0000 Subject: [PATCH 3/3] Monotone-Parent: c335be1eab608a64d03951d882bb446212bb490d Monotone-Revision: a98828a2111fc135396157fa30a08e62d44cec82 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-21T20:53:18 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/product.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/product.plist b/SoObjects/Appointments/product.plist index d67007c45..5dcbe09f1 100644 --- a/SoObjects/Appointments/product.plist +++ b/SoObjects/Appointments/product.plist @@ -14,7 +14,7 @@ SOGoWebAppointmentFolder = { superclass = "SOGoGCSFolder"; defaultRoles = { - "Add Documents, Images, and Files" = ( ); + "Add Documents, Images, and Files" = ( "ImpossibleWriter" ); "Access Contents Information" = ( "Owner", "PublicResponder", "PublicModifier", "PublicViewer", "PublicDAndTViewer", "PrivateResponder", "PrivateModifier", "PrivateViewer", "PrivateDAndTViewer", "ConfidentialResponder", "ConfidentialModifier", "ConfidentialViewer", "ConfidentialDAndTViewer" ); "ViewWholePublicRecords" = ( "Owner", "PublicResponder", "PublicModifier", "PublicViewer" ); "ViewWholePrivateRecords" = ( "Owner", "PrivateResponder", "PrivateModifier", "PrivateViewer" );