[CalendarServer-changes] [808] CalendarServer/branches/users/wsanchez/dropbox/twistedcaldav/ notifications.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 12 13:56:15 PST 2006


Revision: 808
          http://trac.macosforge.org/projects/calendarserver/changeset/808
Author:   wsanchez at apple.com
Date:     2006-12-12 13:56:14 -0800 (Tue, 12 Dec 2006)

Log Message:
-----------
These are being used, after all

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/dropbox/twistedcaldav/notifications.py

Modified: CalendarServer/branches/users/wsanchez/dropbox/twistedcaldav/notifications.py
===================================================================
--- CalendarServer/branches/users/wsanchez/dropbox/twistedcaldav/notifications.py	2006-12-12 17:56:37 UTC (rev 807)
+++ CalendarServer/branches/users/wsanchez/dropbox/twistedcaldav/notifications.py	2006-12-12 21:56:14 UTC (rev 808)
@@ -159,11 +159,10 @@
     Resource that gets stored in a notification collection and which contains
     the notification details in its content as well as via properties.
     """
-    # FIXME: These don't appear to be in use
-    # liveProperties = DAVResource.liveProperties + (
-    #     (calendarserver_namespace, "time-stamp"),
-    #     (calendarserver_namespace, "changed"   ),
-    # )
+    liveProperties = DAVResource.liveProperties + (
+        (calendarserver_namespace, "time-stamp"),
+        (calendarserver_namespace, "changed"   ),
+    )
 
 # FIXME: This needs to be in static.py, but it's referred to in doNotification() above, which is probably incorrect.
 class NotificationFile(NotificationResource, DAVFile):

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061212/1d44c090/attachment.html


More information about the calendarserver-changes mailing list