[CalendarServer-changes] [9005] CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 10 09:50:13 PDT 2012


Revision: 9005
          http://trac.macosforge.org/projects/calendarserver/changeset/9005
Author:   cdaboo at apple.com
Date:     2012-04-10 09:50:13 -0700 (Tue, 10 Apr 2012)
Log Message:
-----------
Needed as part of recent loadsim changes.

Modified Paths:
--------------
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/davxml.py
    CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfindparser.py

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/davxml.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/davxml.py	2012-04-10 15:41:35 UTC (rev 9004)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/definitions/davxml.py	2012-04-10 16:50:13 UTC (rev 9005)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2011 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2012 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -87,6 +87,10 @@
 group_member_set    = QName(DAVNamespace, "group-member-set")
 group_membership    = QName(DAVNamespace, "group-membership")
 
+supported_report_set = QName(DAVNamespace, "supported-report-set")
+supported_report     = QName(DAVNamespace, "supported-report")
+report               = QName(DAVNamespace, "report")
+
 quota_available_bytes = QName(DAVNamespace, "quota-available-bytes")
 quota_used_bytes      = QName(DAVNamespace, "quota-used-bytes")
 

Modified: CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfindparser.py
===================================================================
--- CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfindparser.py	2012-04-10 15:41:35 UTC (rev 9004)
+++ CalDAVClientLibrary/trunk/caldavclientlibrary/protocol/webdav/propfindparser.py	2012-04-10 16:50:13 UTC (rev 9005)
@@ -1,5 +1,5 @@
 ##
-# Copyright (c) 2007-2011 Apple Inc. All rights reserved.
+# Copyright (c) 2007-2012 Apple Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
     class PropFindResult(object):
         
         def __init__(self):
-            self.status = None
+            self.status = 200
             self.textProperties = {}
             self.hrefProperties = {}
             self.nodeProperties = {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120410/9775cddc/attachment.html>


More information about the calendarserver-changes mailing list