View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004172 | SOGo | Backend General | public | 2017-05-21 18:44 | 2017-05-30 17:21 |
Reporter | caldave | Assigned To | ludovic | ||
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 16.04 |
Product Version | 3.2.9 | ||||
Fixed in Version | 3.2.10 | ||||
Summary | 0004172: CardDAV contacts mangled | ||||
Description | In the web interface and Thunderbird, my CardDAV contacts look great. Using both Android solutions (DavDroid and CardDAV-Sync), the ends of every field have the lowercase r letter appended. It's very annoying, and I have no idea how it's happening. | ||||
Steps To Reproduce | Install 3.2.9 from source | ||||
Tags | No tags attached. | ||||
|
|
|
|
It looks like the problem is that the import process doesn't strip carriage returns:
| 1679-591D3A00-FD-6CF72200 | BEGIN:VCARD I'm going to fix this manually with a sql query, but it should really be patched such that these don't break everything on import. |
|
Fixed with this query: UPDATE sogomanatee00218549758_quick SET c_content = replace(c_content,'\r',''); |
|
sogo: master 29dfc75f 2017-05-30 13:15 Details Diff |
(fix) remove any trailing cr (fixes 0004172) |
Affected Issues 0004172 |
|
mod - UI/Contacts/UIxContactFolderActions.m | Diff File | ||
sogo: v2 7cc3ff2f 2017-05-30 13:15 Details Diff |
(fix) remove any trailing cr (fixes 0004172) |
Affected Issues 0004172 |
|
mod - UI/Contacts/UIxContactFolderActions.m | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-05-21 18:44 | caldave | New Issue | |
2017-05-21 18:44 | caldave | File Added: Screenshot_20170521-143348.png | |
2017-05-21 18:45 | caldave | File Added: Capture.PNG | |
2017-05-28 17:43 | caldave | Note Added: 0011837 | |
2017-05-28 18:05 | caldave | Note Added: 0011838 | |
2017-05-30 16:52 | ludovic | Relationship added | duplicate of 0004100 |
2017-05-30 16:52 | ludovic | Status | new => resolved |
2017-05-30 16:52 | ludovic | Resolution | open => fixed |
2017-05-30 16:52 | ludovic | Assigned To | => ludovic |
2017-05-30 16:53 | ludovic | Severity | major => minor |
2017-05-30 16:53 | ludovic | Resolution | fixed => open |
2017-05-30 16:53 | ludovic | Relationship deleted | 0004100 |
2017-05-30 17:15 | ludovic | Changeset attached | => sogo master 29dfc75f |
2017-05-30 17:15 | ludovic | Resolution | open => fixed |
2017-05-30 17:16 | ludovic | Changeset attached | => sogo v2 7cc3ff2f |
2017-05-30 17:21 | ludovic | Status | resolved => closed |
2017-05-30 17:21 | ludovic | Fixed in Version | => 3.2.10 |