[CalendarServer-changes] [6245] CalendarServer/trunk/txdav/caldav/datastore

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 4 18:42:41 PDT 2010


Revision: 6245
          http://trac.macosforge.org/projects/calendarserver/changeset/6245
Author:   cdaboo at apple.com
Date:     2010-09-04 18:42:40 -0700 (Sat, 04 Sep 2010)
Log Message:
-----------
schedule-transp must be per-user not global.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/caldav/datastore/file.py
    CalendarServer/trunk/txdav/caldav/datastore/sql.py

Modified: CalendarServer/trunk/txdav/caldav/datastore/file.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/file.py	2010-09-05 01:39:22 UTC (rev 6244)
+++ CalendarServer/trunk/txdav/caldav/datastore/file.py	2010-09-05 01:42:40 UTC (rev 6245)
@@ -198,7 +198,6 @@
             (
                 PropertyName.fromElement(customxml.GETCTag),
                 PropertyName.fromElement(caldavxml.SupportedCalendarComponentSet),
-                PropertyName.fromElement(caldavxml.ScheduleCalendarTransp),
             ),
         )
 

Modified: CalendarServer/trunk/txdav/caldav/datastore/sql.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/sql.py	2010-09-05 01:39:22 UTC (rev 6244)
+++ CalendarServer/trunk/txdav/caldav/datastore/sql.py	2010-09-05 01:42:40 UTC (rev 6245)
@@ -159,7 +159,6 @@
             (
                 PropertyName.fromElement(customxml.GETCTag),
                 PropertyName.fromElement(caldavxml.SupportedCalendarComponentSet),
-                PropertyName.fromElement(caldavxml.ScheduleCalendarTransp),
             ),
         )
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100904/3ab1c49b/attachment.html>


More information about the calendarserver-changes mailing list