[CalendarServer-changes] [15695] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 23 12:55:00 PDT 2016


Revision: 15695
          http://trac.calendarserver.org//changeset/15695
Author:   cdaboo at apple.com
Date:     2016-06-23 12:55:00 -0700 (Thu, 23 Jun 2016)
Log Message:
-----------
Splitting config comment.

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	2016-06-23 16:47:39 UTC (rev 15694)
+++ CalendarServer/trunk/conf/caldavd-stdconfig.plist	2016-06-23 19:55:00 UTC (rev 15695)
@@ -1555,6 +1555,10 @@
 				<integer>10</integer>
 			</dict>
 
+			<!-- This controls automatic splitting of large recurring events by the
+			     server. The ability for clients to split events using POST ?action=split
+			     is always enabled -->
+
 			<key>Splitting</key>
 			<dict>
 				<!-- False for now whilst we experiment with this -->
@@ -1824,8 +1828,9 @@
 		<key>TranslationsDirectory</key>
 		<string>/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/share/translations</string>
 
+		<!-- will be relative to DataRoot -->
 		<key>LocalesDirectory</key>
-		<string>/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/share/locales</string>
+		<string>locales</string>
 
 		<key>Language</key>
 		<string></string>

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2016-06-23 16:47:39 UTC (rev 15694)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2016-06-23 19:55:00 UTC (rev 15695)
@@ -801,6 +801,11 @@
                 "MaxTemporaryFailures"                : 10,         # Max number of temp failure retries before treating as a permanent failure
             },
 
+            #
+            # This controls automatic splitting of large recurring events by the
+            # server. The ability for clients to split events using POST
+            # ?action=split is always enabled
+            #
             "Splitting": {
                 "Enabled"                         : False,          # False for now whilst we experiment with this
                 "Size"                            : 100 * 1024,     # Consider splitting when greater than 100KB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160623/9030f7a2/attachment.html>


More information about the calendarserver-changes mailing list