[CalendarServer-changes] [3212] CalendarServer/trunk/twistedcaldav/customxml.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 22 15:45:55 PDT 2008


Revision: 3212
          http://trac.macosforge.org/projects/calendarserver/changeset/3212
Author:   wsanchez at apple.com
Date:     2008-10-22 15:45:55 -0700 (Wed, 22 Oct 2008)
Log Message:
-----------
Remove obsolete elements

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/customxml.py

Modified: CalendarServer/trunk/twistedcaldav/customxml.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/customxml.py	2008-10-22 22:44:23 UTC (rev 3211)
+++ CalendarServer/trunk/twistedcaldav/customxml.py	2008-10-22 22:45:55 UTC (rev 3212)
@@ -49,28 +49,6 @@
     "calendarserver-private-comments",
 )
 
-class TwistedGUIDProperty (davxml.WebDAVTextElement):
-    """
-    Contains the GUID value for a directory record corresponding to a principal.
-    """
-    namespace = twisted_dav_namespace
-    name = "guid"
-    hidden = True
-
-    def getValue(self):
-        return str(self)
-
-class TwistedLastModifiedProperty (davxml.WebDAVTextElement):
-    """
-    Contains the Last-Modified value for a directory record corresponding to a principal.
-    """
-    namespace = twisted_dav_namespace
-    name = "last-modified"
-    hidden = True
-
-    def getValue(self):
-        return str(self)
-
 class TwistedCalendarAccessProperty (davxml.WebDAVTextElement):
     """
     Contains the calendar access level (private events) for the resource.
@@ -134,27 +112,6 @@
 
     allowed_children = { (dav_namespace, "href"): (0, None) }
 
-class TwistedCalendarPrincipalURI(davxml.WebDAVTextElement):
-    """
-    Contains the calendarPrincipalURI value for a directory record corresponding to a principal.
-    """
-    namespace = twisted_dav_namespace
-    name = "calendar-principal-uri"
-    hidden = True
-
-    def getValue(self):
-        return str(self)
-
-class TwistedGroupMemberGUIDs(davxml.WebDAVElement):
-    """
-    Contains a list of GUIDs (TwistedGUIDProperty) for members of a group. Only used on group principals.
-    """
-    namespace = twisted_dav_namespace
-    name = "group-member-guids"
-    hidden = True
-
-    allowed_children = { (twisted_dav_namespace, "guid"): (0, None) }
-
 class DropBoxHome (davxml.WebDAVEmptyElement):
     """
     Denotes a drop box home collection (a collection that will contain drop boxes).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081022/4d077b1e/attachment-0001.html>


More information about the calendarserver-changes mailing list