[CalendarServer-changes] [14219] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 11 10:31:23 PST 2014


Revision: 14219
          http://trac.calendarserver.org//changeset/14219
Author:   cdaboo at apple.com
Date:     2014-12-11 10:31:23 -0800 (Thu, 11 Dec 2014)
Log Message:
-----------
Fix unicode cuaddress problem.

Modified Paths:
--------------
    CalendarServer/trunk/requirements-stable.txt
    CalendarServer/trunk/twistedcaldav/freebusyurl.py

Modified: CalendarServer/trunk/requirements-stable.txt
===================================================================
--- CalendarServer/trunk/requirements-stable.txt	2014-12-11 18:30:13 UTC (rev 14218)
+++ CalendarServer/trunk/requirements-stable.txt	2014-12-11 18:31:23 UTC (rev 14219)
@@ -7,7 +7,7 @@
 -e .
 -e svn+http://svn.calendarserver.org/repository/calendarserver/twext/trunk@14214#egg=twextpy
 -e svn+http://svn.calendarserver.org/repository/calendarserver/PyKerberos/trunk@13420#egg=kerberos
--e svn+http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk@14025#egg=pycalendar
+-e svn+http://svn.calendarserver.org/repository/calendarserver/PyCalendar/trunk@14218#egg=pycalendar
 
 # Specify specific versions of our dependencies so that we're all testing the same config.
 

Modified: CalendarServer/trunk/twistedcaldav/freebusyurl.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/freebusyurl.py	2014-12-11 18:30:13 UTC (rev 14218)
+++ CalendarServer/trunk/twistedcaldav/freebusyurl.py	2014-12-11 18:31:23 UTC (rev 14219)
@@ -250,7 +250,7 @@
         for item in principal.calendarUserAddresses():
             if cuaddr is None:
                 cuaddr = item
-            if item.startswith("mailto"):
+            if item.startswith("mailto:"):
                 cuaddr = item
                 break
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20141211/7a45efa0/attachment.html>


More information about the calendarserver-changes mailing list