| Summary | Vcard export - Categories (Tags) have a space added |
| Queue | Turba |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | jan (at) horde (dot) org |
| Requester | mail (at) harveybraun (dot) com |
| Created | 01/13/2015 (4067 days ago) |
| Due | |
| Updated | 10/20/2017 (3056 days ago) |
| Assigned | |
| Resolved | 01/14/2015 (4066 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | 4.2.5 |
| Patch | No |
commit 46d1eda5c1a62aee5b2f97e1d9360fd210e79f5b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 10 Jan 2016 22:45:44 -0500
Bug: 13800Fix splitting tags for EAS contacts.M lib/Driver.php
https://github.com/horde/turba/commit/46d1eda5c1a62aee5b2f97e1d9360fd210e79f5b
commit b2a78e839ae79832090608ee024759f802234af9
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun Jan 10 22:44:13 2016 -0500
Bug: 13800Fix splitting tags for EAS contacts.turba/lib/Driver.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/b2a78e839ae79832090608ee024759f802234af9
commit 857571a9f7b49d5fb2c8c8c3a45b3b4f2f2ae89f
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun Jan 10 22:44:13 2016 -0500
Bug: 13800Fix splitting tags for EAS contacts.turba/lib/Driver.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/857571a9f7b49d5fb2c8c8c3a45b3b4f2f2ae89f
State ⇒ Resolved
commit f68004b3c2f7bbc25dfe3883c7afb306abd9a582
Author: Jan Schneider <jan@horde.org>
Date: Wed Jan 14 18:52:44 2015 +0100
[jan] Fix export format of tags to vCard 3.0 categories (
Bug #13800).turba/docs/CHANGES | 1 +
turba/package.xml | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/f68004b3c2f7bbc25dfe3883c7afb306abd9a582
commit ddf5879e6293844112093388bcaf478835b6dc57
Author: Jan Schneider <jan@horde.org>
Date: Wed Jan 14 17:09:46 2015 +0100
Fix splitting tags (
Bug #13800).turba/lib/Driver.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/ddf5879e6293844112093388bcaf478835b6dc57
commit 1f509ea2fb3ce33fb1540f61d233818d25773fd5
Author: Jan Schneider <jan@horde.org>
Date: Wed Jan 14 17:09:46 2015 +0100
Fix splitting tags (
Bug #13800).turba/lib/Driver.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/1f509ea2fb3ce33fb1540f61d233818d25773fd5
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Vcard export - Categories (Tags) have a space added
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
after the comma separating the Categories names if there is more then
one being used for a contact.
When importing this vcard to another contact list this space is then
picked up as part of the Category Title and you end up with a new
similar Category. If you then import the vcard for the contact from
the external contact list bact to Turba it imports the new Category
name which now includes a space at the beginning.
Exporting the contact again from Turba now uses the new Category name
but the space after the comma on the Turba vcard export file is again
added thereby creating another new Category.
Example
BEGIN:VCARD
VERSION:3.0
UID:xxxx@example.com
FN:John Doe
CATEGORIES:Motorbike, Diving
N:Doe;John;;;
END:VCARD
The space in front of Diving is not part of the Tag that was created
in the Turba contact, it gets added to the vcard export.