[CalendarServer-changes] [12028] CalendarServer/trunk/twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:19:24 PDT 2014


Revision: 12028
          http://trac.calendarserver.org//changeset/12028
Author:   cdaboo at apple.com
Date:     2013-12-03 17:26:20 -0800 (Tue, 03 Dec 2013)
Log Message:
-----------
Change default for private comment fix to generate an error rather than fix.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/stdconfig.py

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2013-12-03 23:34:35 UTC (rev 12027)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2013-12-04 01:26:20 UTC (rev 12028)
@@ -619,7 +619,7 @@
     "EnableDefaultAlarms" : True, # Support for default alarms generated by the server
     "RemoveDuplicateAlarms": True, # Remove duplicate alarms on PUT
 
-    "RemoveDuplicatePrivateComments": True, # Remove duplicate private comments on PUT
+    "RemoveDuplicatePrivateComments": False, # Remove duplicate private comments on PUT
 
     # CardDAV Features
     "DirectoryAddressBook": {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/30170ea1/attachment.html>


More information about the calendarserver-changes mailing list