[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:18:28 UTC 2011


The following commit has been merged in the debian branch:
commit b7be0f345f9c314dbb15fab37b176d59a7325119
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sun Sep 13 01:05:00 2009 +0200

    opimd: GenericDomain add get_full_content function (returns also parser fields)

diff --git a/framework/subsystems/opimd/docs/TODO b/framework/subsystems/opimd/docs/TODO
index 2ecf609..ae0c990 100644
--- a/framework/subsystems/opimd/docs/TODO
+++ b/framework/subsystems/opimd/docs/TODO
@@ -9,6 +9,7 @@ After that:
 * updating with SIM-Messages-FSO
 * adding new fields to for example SIM entry (by merging)
 Think about:
+* vcard support in SIM-Messages-FSO
 * RSS-Messages backend (handler)
 * Google-Contacts backend
 * Evolution backends
diff --git a/framework/subsystems/opimd/pimd_generic.py b/framework/subsystems/opimd/pimd_generic.py
index 9ede546..5234c7b 100644
--- a/framework/subsystems/opimd/pimd_generic.py
+++ b/framework/subsystems/opimd/pimd_generic.py
@@ -873,6 +873,13 @@ class GenericDomain():
 
         return self.query_manager.process_query(query, sender)
 
+    def get_full_content(self, rel_path):
+        num_id = int(rel_path[1:])
+
+        # Make sure the requested entry exists
+        self.check_entry_id(num_id)
+
+        return self._entries[num_id].get_content(True)
 
     @dbus_method(_DIN_ENTRY, "", "a{sv}", rel_path_keyword="rel_path")
     def GetContent(self, rel_path):

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list