[CalendarServer-changes] [1675] CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 13 15:54:45 PDT 2007


Revision: 1675
          http://trac.macosforge.org/projects/calendarserver/changeset/1675
Author:   wsanchez at apple.com
Date:     2007-07-13 15:54:45 -0700 (Fri, 13 Jul 2007)

Log Message:
-----------
Pulled up r1671 from trunk.

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/directory/calendaruserproxy.py
    CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/resource.py

Modified: CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/directory/calendaruserproxy.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/directory/calendaruserproxy.py	2007-07-13 22:54:29 UTC (rev 1674)
+++ CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/directory/calendaruserproxy.py	2007-07-13 22:54:45 UTC (rev 1675)
@@ -81,6 +81,7 @@
             "calendar-access",
             "calendar-schedule",
             "calendar-availability",
+            "calendar-proxy",
         )
 
     def __init__(self, path, parent, proxyType):

Modified: CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/resource.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/resource.py	2007-07-13 22:54:29 UTC (rev 1674)
+++ CalendarServer/branches/release/CalendarServer-1.0-dev/twistedcaldav/resource.py	2007-07-13 22:54:45 UTC (rev 1675)
@@ -130,6 +130,7 @@
             "calendar-schedule",
             "calendar-availability",
             "inbox-availability",
+            "calendar-proxy",
         )
 
     liveProperties = DAVResource.liveProperties + (
@@ -493,6 +494,8 @@
             "calendar-access",
             "calendar-schedule",
             "calendar-availability",
+            "inbox-availability",
+            "calendar-proxy",
         )
 
     liveProperties = tuple(DAVPrincipalResource.liveProperties) + (

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070713/7e932e2c/attachment.html


More information about the calendarserver-changes mailing list