[Tickets #5967] Re: syncml and duplicate address book in turba
bugs at bugs.horde.org
bugs at bugs.horde.org
Fri Dec 7 10:49:49 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5967
-----------------------------------------------------------------------
Ticket | 5967
Updated By | lalot at univ-aix.fr
Summary | syncml and duplicate address book in turba
Queue | Horde Groupware Webmail Edition
Version | 1.1-RC1
Type | Bug
State | Feedback
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
lalot at univ-aix.fr (2007-12-07 02:49) wrote:
>>> Did you change anything in Turba's default configuration or
preferences?
>>> If not, what happens if you explicitly save the "Address Books" group
>>> of Turba's preferences?
>>> Finally, what do you mean that the new address book only appears for
>>> deleting?
>> No, in Edit address book too
>
> To which question refers this answer? And what about the other
questions?
>
>> I made a test using my prod database and followed instructions for
>> upgrading and turba has a script for that. I have no special setting
>> in options.
>
> There is no documented upgraded path from older Turba versions to
> Horde Groupware 1.1RC1. So what exactly did you do, and where did you
> come from?
>
Agenda (kronolith) H3 (2.1.5) L'application est prête
Carnet d'adresses (turba) H3 (2.1.4) L'application est prête
Courrier (imp) H3 (4.1.4) L'application est prête
Filtres (ingo) H3 (1.1) L'application est prête
Horde (horde) 3.1.4 L'application est prête
Notes (mnemo) H3 (2.1) L'application est prête
Paramétrage du compte (myaccount) L'application est prête
Tâches (nag) H3 (2.1) L'application est prête
./turba/scripts/upgrades/2.1_to_2.2_sql_schema.php
and for other tables adapted from dump and scripts sql or ugrade
CREATE INDEX datatree_attribute_value_idx ON horde_datatree_attributes
(attribute_value(255));
CREATE TABLE horde_syncml_map (
syncml_syncpartner VARCHAR(64) NOT NULL,
syncml_db VARCHAR(64) NOT NULL,
syncml_uid VARCHAR(64) NOT NULL,
syncml_cuid VARCHAR(64),
syncml_suid VARCHAR(64),
syncml_timestamp INT
);
CREATE INDEX syncml_cuid_idx ON horde_syncml_map (syncml_syncpartner,
syncml_db, syncml_uid, syncml_cuid);
CREATE INDEX syncml_suid_idx ON horde_syncml_map (syncml_syncpartner,
syncml_db, syncml_uid, syncml_suid);
CREATE TABLE horde_alarms (
alarm_id VARCHAR(250) NOT NULL,
alarm_uid VARCHAR(250) NOT NULL,
alarm_start DATETIME NOT NULL,
alarm_end DATETIME,
alarm_methods VARCHAR(255),
alarm_params TEXT,
alarm_title VARCHAR(255) NOT NULL,
alarm_text TEXT,
alarm_snooze DATETIME,
alarm_dismissed TINYINT(1) DEFAULT 0 NOT NULL,
alarm_internal TEXT
);
CREATE INDEX alarm_id_idx ON horde_alarms (alarm_id);
CREATE INDEX alarm_user_idx ON horde_alarms (alarm_uid);
CREATE INDEX alarm_start_idx ON horde_alarms (alarm_start);
CREATE INDEX alarm_end_idx ON horde_alarms (alarm_end);
CREATE INDEX alarm_snooze_idx ON horde_alarms (alarm_snooze);
CREATE INDEX alarm_dismissed_idx ON horde_alarms (alarm_dismissed);
CREATE TABLE horde_cache (
cache_id VARCHAR(32) NOT NULL,
cache_timestamp BIGINT NOT NULL,
cache_data LONGBLOB,
PRIMARY KEY (cache_id)
);
ALTER TABLE kronolith_events ADD event_private INT DEFAULT 0 NOT NULL;
ALTER TABLE kronolith_events ADD event_recurcount INT;
>> In options: I only see one Dominique LALOT address book. So I am not
>> able to list/work with the other one
>
> Do you see it in the "edit" drop down list too? If yes, what are the
> permissions for both books?
same permissions: for me everything checked
Thanks
Dom
More information about the bugs
mailing list