[CalendarServer-changes] [10152] CalendarServer/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Tue Dec 11 10:45:28 PST 2012
Revision: 10152
http://trac.calendarserver.org//changeset/10152
Author: cdaboo at apple.com
Date: 2012-12-11 10:45:28 -0800 (Tue, 11 Dec 2012)
Log Message:
-----------
Because of client interop issue we will leave managed attachments off by default for now.
Modified Paths:
--------------
CalendarServer/trunk/conf/caldavd-test.plist
CalendarServer/trunk/twistedcaldav/stdconfig.py
Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist 2012-12-11 00:57:13 UTC (rev 10151)
+++ CalendarServer/trunk/conf/caldavd-test.plist 2012-12-11 18:45:28 UTC (rev 10152)
@@ -901,6 +901,10 @@
<key>EnableDropBox</key>
<true/>
+ <!-- Calendar Managed Attachments -->
+ <key>EnableManagedAttachments</key>
+ <true/>
+
<!-- Private Events -->
<key>EnablePrivateEvents</key>
<true/>
Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py 2012-12-11 00:57:13 UTC (rev 10151)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py 2012-12-11 18:45:28 UTC (rev 10152)
@@ -525,7 +525,7 @@
"EnableWellKnown" : True, # /.well-known resource
"EnableCalendarQueryExtended" : True, # Extended calendar-query REPORT
- "EnableManagedAttachments" : True, # Support Managed Attachments
+ "EnableManagedAttachments" : False, # Support Managed Attachments
#
# Non-standard CalDAV extensions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121211/609386dc/attachment-0001.html>
More information about the calendarserver-changes
mailing list