[CalendarServer-changes] [10842] CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/ datastore/sql.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 4 16:49:46 PST 2013


Revision: 10842
          http://trac.calendarserver.org//changeset/10842
Author:   gaya at apple.com
Date:     2013-03-04 16:49:46 -0800 (Mon, 04 Mar 2013)
Log Message:
-----------
fix last commit:  Comment should have been: restore AddressBookObject._childrenAndMetadataForHomeID()

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/sql.py

Modified: CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/sql.py	2013-03-05 00:47:31 UTC (rev 10841)
+++ CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/sql.py	2013-03-05 00:49:46 UTC (rev 10842)
@@ -77,8 +77,8 @@
     _homeMetaDataSchema = schema.ADDRESSBOOK_HOME_METADATA
     _revisionsSchema = schema.ADDRESSBOOK_OBJECT_REVISIONS
     _objectSchema = schema.ADDRESSBOOK_OBJECT
-    _notifierPrefix = "CardDAV"
 
+    _notifierPrefix = "CardDAV"
     _dataVersionKey = "ADDRESSBOOK-DATAVERSION"
     _cacher = Memcacher("SQL.adbkhome", pickle=True, key_normalization=False)
 
@@ -1872,14 +1872,13 @@
         different child classes to have their own type specific data, but still make use of the
         common base logic.
         """
-
         # Common behavior is to have created and modified
-
         return (
             cls._objectSchema.CREATED,
             cls._objectSchema.MODIFIED,
         )
 
+
     # same as CommonHomeChild._childrenAndMetadataForHomeID() w/o metadata join
     @classproperty
     def _childrenAndMetadataForHomeID(cls): #@NoSelf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130304/b2a5511a/attachment-0001.html>


More information about the calendarserver-changes mailing list