[CalendarServer-changes] [15405] CalendarServer/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Fri Dec 18 12:47:55 PST 2015
Revision: 15405
http://trac.calendarserver.org//changeset/15405
Author: cdaboo at apple.com
Date: 2015-12-18 12:47:55 -0800 (Fri, 18 Dec 2015)
Log Message:
-----------
Missed one default config item.
Modified Paths:
--------------
CalendarServer/trunk/conf/caldavd-stdconfig.plist
CalendarServer/trunk/twistedcaldav/stdconfig.py
Modified: CalendarServer/trunk/conf/caldavd-stdconfig.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-stdconfig.plist 2015-12-18 20:02:34 UTC (rev 15404)
+++ CalendarServer/trunk/conf/caldavd-stdconfig.plist 2015-12-18 20:47:55 UTC (rev 15405)
@@ -626,6 +626,9 @@
<key>iSchedule</key>
<false/>
+ <key>Invalid Instance</key>
+ <false/>
+
<key>migration</key>
<false/>
</dict>
Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py 2015-12-18 20:02:34 UTC (rev 15404)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py 2015-12-18 20:47:55 UTC (rev 15405)
@@ -442,6 +442,7 @@
"Implicit Errors": False,
"AutoScheduling": False,
"iSchedule": False,
+ "Invalid Instance": False,
"migration": False,
},
"AccountingPrincipals": [],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151218/e8ca3341/attachment.html>
More information about the calendarserver-changes
mailing list