GNOME Bugzilla – Bug 686695
support nickname in add_persona_from_details
Last modified: 2013-01-09 21:54:06 UTC
Full name can be set, but not the nickname although EDS supports it and reading of it works. Please add support for creating a Persona with nickname and updating it. I have not tested whether updating the nickname works (need to add some code to SyncEvolution once there is a PERSONA_DETAIL_NICKNAME).
Created attachment 232409 [details] [review] Support nickname in add_persona_from_details() in the EDS backend https://www.gitorious.org/folks/folks/commits/686695-eds-add-persona-by-nickname
Review of attachment 232409 [details] [review]: Looks generally good. My only hesitation is our notion of nickname as contact-set (see the comment for NameDetails.nickname). But I guess we need this functionality for compatibility's sake (since vCard never tries to claim any fields are explicitly contact-set). Assuming you agree with that, please merge.
commit a39f2b2e9d20342db9650c432e0b708a50c42de7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Dec 30 18:53:08 2012 +0000 Bug 686695 — support nickname in add_persona_from_details Support nicknames in add_persona_from_details() in the EDS backend. This adds a test case (which passes). Closes: https://bugzilla.gnome.org/show_bug.cgi?id=686695 NEWS | 1 + backends/eds/lib/edsf-persona-store.vala | 12 ++++++++++++ tests/eds/add-persona.vala | 15 +++++++++++++++ 3 files changed, 28 insertions(+)