| Summary | Compatibility with iPhone and OSX Addressbook vcard. |
| Queue | Turba |
| Queue Version | 2.3.5 |
| Type | Enhancement |
| State | Rejected |
| Priority | 1. Low |
| Owners | |
| Requester | federico (at) fbaraldi (dot) it |
| Created | 10/01/2010 (5558 days ago) |
| Due | |
| Updated | 10/05/2010 (5554 days ago) |
| Assigned | |
| Resolved | 10/05/2010 (5554 days ago) |
| Milestone | |
| Patch | No |
State ⇒ Rejected
config could be added, but not including multiple email fields by
default in the example/out of the box configuration.
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Compatibility with iPhone and OSX Addressbook vcard.
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
funambul is necessary to modify the file turba/config/sources.php
adding:
'homeEmail' => 'object_homeemail',
'workEmail' => 'object_workemail',
and then:
_("Communications") => array('email', 'homeEmail', 'workEmail',
'homePhone', 'workPhone',
'cellPhone', 'fax', 'pager'),
and then to modify the db structure:
ALTER TABLE `turba_objects`
ADD `object_homeemail` VARCHAR( 255 ) NOT NULL AFTER `object_email`,
ADD `object_workemail` VARCHAR( 255 ) NOT NULL AFTER `object_homeemail`
I hope to find these enhancement in the next version .... thank you.