[CalendarServer-changes] [301] CalendarServer/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Wed Oct 25 12:50:38 PDT 2006
Revision: 301
http://trac.macosforge.org/projects/calendarserver/changeset/301
Author: cdaboo at apple.com
Date: 2006-10-25 12:50:37 -0700 (Wed, 25 Oct 2006)
Log Message:
-----------
Merge or r299 to trunk.
Modified Paths:
--------------
CalendarServer/trunk/twistedcaldav/ical.py
Added Paths:
-----------
CalendarServer/trunk/lib-patches/vObject/base.patch
Copied: CalendarServer/trunk/lib-patches/vObject/base.patch (from rev 300, CalendarServer/branches/users/cdaboo/dropbox/lib-patches/vObject/base.patch)
===================================================================
--- CalendarServer/trunk/lib-patches/vObject/base.patch (rev 0)
+++ CalendarServer/trunk/lib-patches/vObject/base.patch 2006-10-25 19:50:37 UTC (rev 301)
@@ -0,0 +1,13 @@
+Index: src/vobject/base.py
+===================================================================
+--- src/vobject/base.py (revision 160)
++++ src/vobject/base.py (working copy)
+@@ -1023,7 +1023,7 @@
+ else:
+ obj = ContentLine(name, [], '')
+ obj.behavior = behavior
+- obj.isNative = True
++ obj.isNative = False
+ return obj
+
+
Modified: CalendarServer/trunk/twistedcaldav/ical.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/ical.py 2006-10-25 19:40:00 UTC (rev 300)
+++ CalendarServer/trunk/twistedcaldav/ical.py 2006-10-25 19:50:37 UTC (rev 301)
@@ -536,6 +536,7 @@
return (trigger, related, repeat, duration)
def getRRuleSet(self, addRDate = False):
+ self.transformAllToNative()
return self._vobject.getrruleset(addRDate)
def addProperty(self, property):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061025/70a9c9e9/attachment.html
More information about the calendarserver-changes
mailing list