SyncML

Heiner Markert mephisto at gmx.net
Wed Oct 27 15:49:35 CEST 2010


Hi,

the patch is here:
https://issues.kolab.org/issue4001
It should still work with kolab 2.4 server - at least in my kolab server the 
patch is working.

Currently I am using syncphony (https://evolvis.org/frs/?group_id=90), as for 
me the horde syncml interface showed a few bugs that I was not able to 
resolve completely (e.g. sometimes duplicate items, exclusions from repeating 
events do not work,  occasional sync failures that require a "refresh from 
server" afterwards or, if not refreshed, duplicate all calendar events, ...).
Syncphony seems a bit more relieable, however, I am only testing it for a week 
now...

Best regards
Heiner Markert

Am Mittwoch, 27. Oktober 2010 12:33:38 schrieb Sven Gehr:
> Am Samstag, 23. Oktober 2010, 13:10:15 schrieb Heiner Markert:
> > I have written a patch for kolabs Horde allowing to sync multiple
> > calendars. It must be somewhere on the mailing list and in kolabs bug
> > tracker.
>
> I found this on the ml:
> > >> The trivial fix for the missing newline is
> > >>
> > >> <snip>
> > >> --- kronolith/templates/prefs/shareselect.inc.orig      2010-01-17
> > >> 15:47:22.375039051 +0100 +++ kronolith/templates/prefs/shareselect.inc
> > >> 2010-01-17 15:47:58.495039095 +0100 @@ -12,5 +12,5 @@
> > >>        <?php foreach ($sharelist as $id =>  $share): ?>
> > >>         <option value="<?php echo htmlspecialchars($id) ?>"<?php if
> > >> ($id == $default_share) echo ' selected="selected"' ?>><?php echo
> > >> htmlspecialchars($share->get('name')) ?></option>  <?php endforeach;
> > >> ?> -</select>
> > >> +</select><br/>
> > >>    <?php endif; ?>
> > >> </snip>
>
> I'm not a php-developer. How can I add this patch? I create a new file??:
>
> /kolab/var/kolab/www/client/kronolith/templates/prefs/shareselect.inc.orig:
>
> <?php foreach ($sharelist as $id =>  $share): ?>
> <option value="<?php echo htmlspecialchars($id) ?>"
> <?php if ($id == $default_share) echo ' selected="selected"' ?>>
> <?php echo htmlspecialchars($share->get('name')) ?>
> </option>
> <?php endforeach; ?>
> -</select>
> +</select><br/>
> <?php endif; ?>




More information about the users mailing list