6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/8/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12770] Sync "loop" of Kolab categories <-> Horde tags sync
*
Your Email Address
*
Spam protection
Enter the letters below:
.__..__ .___..___. . | |[__) _/ [__ |\ | |__\| \./__.[___| \|
Comment
> Changes have been made in Git (master): > > commit 24181adf76bef93aaefba40ebf66d25ec1c7a05d > Author: Thomas Jarosch <thomas.jarosch@intra2net.com> > Date: Wed Oct 16 16:22:31 2013 +0200 > > Fix sync "loop" of Kolab categories <-> Horde tags sync. Fixes #12770. > > Consider this scenario with a new, empty calendar: > > 1. User inserts the first event. The event is tagged with "foobar". > This tag is inserted into the tagging backend. > 2. User creates another event with a foreign Kolab client. > This event is tagged "Foobar" (noticed the capital 'F') > 3. kronolith syncs in the foreign event. The Kolab sync tells > the tag backend to store the tag(s) for the new event object, > it does a case insensitive search for an existing tag label. > -> it picks the existing row id of "foobar". > > The next time Event::synchronizeTags() runs, it notices > the tags given by the Kolab driver for the second event > differ from the tag backend ("Foobar" != "foobar") > -> A sync is triggered. > > I have a productive calendar with about 2.000 events. > The sync "loop" produces 3.6000+ INSERT / UPDATE statements > on every click. > > Fix it by making the tag label comparison case insensitive. > > Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org> > > kronolith/lib/Event.php | 6 ++++-- > 1 files changed, 4 insertions(+), 2 deletions(-) > > http://git.horde.org/horde-git/-/commit/24181adf76bef93aaefba40ebf66d25ec1c7a05d
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers