6.0.0-beta1
7/25/25

[#11995] Some activesync entries are not working despite their correct definition in attributes.php
Summary Some activesync entries are not working despite their correct definition in attributes.php
Queue Turba
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners mrubinsk (at) horde (dot) org
Requester torben (at) dannhauer (dot) info
Created 01/26/2013 (4563 days ago)
Due
Updated 01/28/2013 (4561 days ago)
Assigned 01/26/2013 (4563 days ago)
Resolved 01/28/2013 (4561 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch Yes

History
01/28/2013 05:12:52 PM Michael Rubinsky Comment #7
State ⇒ Resolved
Reply to this comment
Committed, but changed the descriptive text to "Phonetic [first | last]name".
01/28/2013 05:11:59 PM Git Commit Comment #6 Reply to this comment
Changes have been made in Git (master):

commit 03662bbcfeab6725b198751456901e5612d6adfb
Author: Torben Dannhauer <torben@dannhauer.info>
Date:   Mon Jan 28 12:10:15 2013 -0500

     Add missing mapping for manager name. Add support for phonetic names.

     Bug: 11995
     Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>

  turba/config/attributes.php |   12 ++++++++++++
  turba/lib/Driver.php        |    3 +++
  2 files changed, 15 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/03662bbcfeab6725b198751456901e5612d6adfb
01/26/2013 08:31:26 PM torben (at) dannhauer (dot) info Comment #5 Reply to this comment

[Show Quoted Text - 11 lines]
Its used for phonetic spelling in general now, it is used by iOS for example.


01/26/2013 02:29:25 PM Michael Rubinsky Comment #4
State ⇒ Assigned
Assigned to Michael Rubinsky
Reply to this comment

[Show Quoted Text - 10 lines]
01/26/2013 02:17:54 PM Michael Rubinsky Comment #3 Reply to this comment
Some of the contact details are not synchronized working over ActiveSync:
- Yomi First Name
- Yomi Last Name
WTH are those supposed to be?
They are used for adding the phonetic spelling of Japanese names. 
Outlook supports them but I haven't seen any mobile device contain 
hese fields. Could be due to the fact that I only have one, older, 
winmo device though.
01/26/2013 12:28:20 PM Jan Schneider Priority ⇒ 1. Low
State ⇒ Feedback
 
01/26/2013 12:27:09 PM Jan Schneider Comment #2 Reply to this comment
Some of the contact details are not synchronized working over ActiveSync:
- Yomi First Name
- Yomi Last Name
WTH are those supposed to be?
01/26/2013 08:19:39 AM torben (at) dannhauer (dot) info Comment #1
Milestone ⇒
State ⇒ Unconfirmed
New Attachment: Turba.zip Download
Patch ⇒ Yes
Queue ⇒ Turba
Summary ⇒ Some activesync entries are not working despite their correct definition in attributes.php
Type ⇒ Bug
Priority ⇒ 3. High
Reply to this comment
Some of the contact details are not synchronized working over ActiveSync:
- Yomi First Name
- Yomi Last Name
- Manager

Please find attached the small additions in backends.php and 
Driver.php as listed below to fix that.

turba/config/backends.php:
-added attribute "yomifirstname"
-added attribute "yomilastname"

Driver.php:
-added missing manager entry to ActiveSync map:         'manager' => 'managername',
-added new yomifirstname  entry to ActiveSync map:         'yomifirstname' => 
'yomifirstname',
-added new yomilastname entry to ActiveSync map:         'yomilastname' => 
'yomilastname',

These changes are trivial, so please include them into the master 
branch to get it working for all the ActiveSync users. The fix is not 
specific to any backend.

Thanks for your great work!

Regards,
Torben Dannhauer

Saved Queries