commit 69de76acf7e4bb9f740ac2fd6dcfea0643145c39 Author: Travis Reitter Date: Tue Apr 12 00:39:35 2011 -0700 Release version 0.5.0 backends/libsocialweb/lib/swf-persona-store.vala | 10 +++++----- backends/libsocialweb/lib/swf-persona.vala | 4 ++-- backends/tracker/lib/trf-persona-store.vala | 18 +++++++++--------- backends/tracker/lib/trf-persona.vala | 2 +- configure.ac | 8 ++++---- folks/individual-aggregator.vala | 6 +++--- folks/local-id-details.vala | 4 ++-- folks/name-details.vala | 2 +- folks/persona-store.vala | 6 +++--- folks/phone-details.vala | 6 +++--- folks/potential-match.vala | 12 ++++++------ folks/web-service-details.vala | 4 ++-- 12 files changed, 41 insertions(+), 41 deletions(-) commit 9d34cdb3773b89b448c0759f011187f9bef213f6 Author: Travis Reitter Date: Tue Apr 12 00:43:51 2011 -0700 Add NEWS entry for potential matches. NEWS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 4d4bace24f49e44648f61792ebacc87107d55c93 Author: Travis Reitter Date: Tue Apr 12 00:46:55 2011 -0700 Add NEWS entry for the WebServiceDetails interface. NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 47cfe36cd5571e9810731dedab214f4b1516623d Author: Travis Reitter Date: Tue Apr 12 00:49:21 2011 -0700 Add NEWS entry for LocalIdDetails interface NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 940f9169a82158a3d8bd070490a3897483055a91 Author: Raul Gutierrez Segales Date: Sat Apr 9 18:29:54 2011 +0100 folks-inspect: Fix crashes when trying auto completion with parameters Drop CCode since Vala uses null terminated arrays by default. Closes: bgo#647298 NEWS | 2 ++ tools/inspect/inspect.vala | 1 - 2 files changed, 2 insertions(+), 1 deletions(-) commit 6064e680ea0154579d499dd3d9140f2a9fbcef54 Author: Raul Gutierrez Segales Date: Sun Apr 10 15:18:02 2011 +0100 Add test for setting an existing email an a Trf.Persona tests/tracker/Makefile.am | 6 + tests/tracker/set-duplicate-email.vala | 226 ++++++++++++++++++++++++++++++++ 2 files changed, 232 insertions(+), 0 deletions(-) commit 80ad989ec0f785561986ab417917a46554fc9636 Author: Raul Gutierrez Segales Date: Sun Apr 10 15:17:30 2011 +0100 Handle setting existing emails/phones in a Trf.Persona NEWS | 2 + backends/tracker/lib/trf-persona-store.vala | 191 ++++++++++++++++----------- 2 files changed, 117 insertions(+), 76 deletions(-) commit 46606bc028abdc680ea6debe2213c88092a65868 Author: Alban Crequy Date: Mon Apr 11 13:22:15 2011 +0100 linking: check if details contain im-addresses or web-service-addresses It fixes a regression in add_persona_from_details introduced by this commit: commit 4a8b46e6b7afd314807865586a60995dfe52896f Author: Raul Gutierrez Segales Date: Fri Apr 8 16:03:11 2011 +0100 Only add available properties when linking Personas Bug: https://bugzilla.gnome.org/show_bug.cgi?id=647200 backends/key-file/kf-persona-store.vala | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) commit f4edad9ac248a01f1817a1c98d3b62f27a18ee84 Author: Alban Crequy Date: Mon Apr 11 12:57:26 2011 +0100 Revert "Temporarily disable lsw aggregation test. See bgo#647200" This reverts commit bf218ed4ae92158e676c73ee15b774b41e0a8993. tests/libsocialweb/Makefile.am | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit e7171a6dae78d8c3efa522f17fe2a889fb9d4f5f Author: Alban Crequy Date: Mon Apr 11 14:37:03 2011 +0100 phone-details: move a comment to make valadoc happy folks/phone-details.vala | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 01f95b45a4ebe3534671a7e896a301675dbabbb8 Author: Alban Crequy Date: Mon Apr 11 14:36:24 2011 +0100 tracker tests: fix Makefile.am tests/tracker/Makefile.am | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit c45433adc6bd228bac67f01d868c0b2c0073c1ff Author: Raul Gutierrez Segales Date: Sat Apr 9 17:30:47 2011 +0100 Fixed problem with saving results in get_all_potential_matches folks/individual-aggregator.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6a6a7490908dd7429b5830244a3752923178e995 Author: Raul Gutierrez Segales Date: Sat Apr 9 17:12:30 2011 +0100 PotentialMatch: make result_to_string a class method folks/potential-match.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ded132eeee6540ef1d75fa77653825f2cf9ee950 Author: Raul Gutierrez Segales Date: Sat Apr 9 16:26:32 2011 +0100 String should be `very low` instead of `very unlikely` folks/potential-match.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 91a205ae3257c0e774d30ada45a65ab499420196 Author: Raul Gutierrez Segales Date: Fri Apr 8 23:59:46 2011 +0100 Add test for get_{all}_potential_matches APIs tests/tracker/Makefile.am | 5 + tests/tracker/match-all.vala | 248 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 253 insertions(+), 0 deletions(-) commit 92e829d0ea3d900a08aef1ff01887016c6595414 Author: Raul Gutierrez Segales Date: Fri Apr 8 23:59:00 2011 +0100 Add test to match via name similarity tests/tracker/Makefile.am | 6 + tests/tracker/match-name.vala | 268 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 274 insertions(+), 0 deletions(-) commit 72bda5a085fb455101c988f00ba0177c2bf5a5a9 Author: Raul Gutierrez Segales Date: Fri Apr 8 23:58:18 2011 +0100 Add test to match via phone numbers tests/tracker/Makefile.am | 7 + tests/tracker/match-phone-number.vala | 225 +++++++++++++++++++++++++++++++++ 2 files changed, 232 insertions(+), 0 deletions(-) commit dae05264ba188a2589331c63ab6c07e3810eece4 Author: Raul Gutierrez Segales Date: Fri Apr 8 23:57:10 2011 +0100 Add test to avoid matching known e-mail addresses tests/tracker/Makefile.am | 6 + tests/tracker/match-known-emails.vala | 231 +++++++++++++++++++++++++++++++++ 2 files changed, 237 insertions(+), 0 deletions(-) commit 8dc0f702ec234487fac6f130de4ff9f8a0340f72 Author: Raul Gutierrez Segales Date: Fri Apr 8 23:56:09 2011 +0100 Add test to match via e-mail addresses tests/tracker/Makefile.am | 6 + tests/tracker/match-email-addresses.vala | 223 ++++++++++++++++++++++++++++++ 2 files changed, 229 insertions(+), 0 deletions(-) commit 319643ded3369aa640d3232fad6bf36077608cff Author: Raul Gutierrez Segales Date: Fri Apr 8 23:55:19 2011 +0100 Add test to match via IM Addresses tests/tracker/Makefile.am | 6 + tests/tracker/match-im-addresses.vala | 230 +++++++++++++++++++++++++++++++++ 2 files changed, 236 insertions(+), 0 deletions(-) commit 62695d90ce0b63656e1adb454966495cbba86648 Author: Raul Gutierrez Segales Date: Fri Apr 8 23:52:54 2011 +0100 Add support to perform potential matches among Individuals folks/Makefile.am | 1 + folks/individual-aggregator.vala | 75 ++++++ folks/potential-match.vala | 462 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 538 insertions(+), 0 deletions(-) commit 87b8eafcc687a16240e520107997933ab2974ed7 Author: Raul Gutierrez Segales Date: Mon Apr 4 15:51:49 2011 +0100 Add helper method to normalise and compare phone numbers folks/phone-details.vala | 109 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 109 insertions(+), 0 deletions(-) commit f758d8e23f3a9e4f6c2c924e828c8eec83cc60d7 Author: Raul Gutierrez Segales Date: Fri Apr 8 20:51:32 2011 +0100 Add Folks.Utils to group helper methods folks/Makefile.am | 1 + folks/utils.vala | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 0 deletions(-) commit bf218ed4ae92158e676c73ee15b774b41e0a8993 Author: Travis Reitter Date: Fri Apr 8 11:43:49 2011 -0700 Temporarily disable lsw aggregation test. See bgo#647200 tests/libsocialweb/Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 974f9155ffefb3073e2dc9cc753b41a66367a081 Author: Travis Reitter Date: Fri Apr 8 11:44:23 2011 -0700 Bump libsocialweb version. This version is required so we can rely upon correct D-Bus signaling from libsocialweb.