-
FYI... when synching via calendar (with Lightning .8 installed), new events added via Icedove are synchronized to Horde, however, items added in Horde are not copied to Ice dove.
Edits to calendar events made in Icedove are synchronized to Horde.
Events deleted in Icedove are not deleted from Horde.
2008-08-26 03:27:46 UTC in Funambol Mozilla Plugin
-
I'm running Debian Lenny with Icedove 2.0.0.0.16 and the Funambol plugin version 0.5. I'm synching with Horde 3.2.
I first tested the plugin with just contacts (Lightning was not installed). I never experienced a segmentation fault.
Then I installed Lightning (version .8). Every 3rd of 4th time I try to synchronize, I get a segmentation fault. Here's some sample out put...
2008-08-26 03:25:16 UTC in Funambol Mozilla Plugin
-
Thanks for the work on this plugin!
I'm running Debian Lenny with Icedove 2.0.0.0.16 and the Funambol plugin version 0.5. I'm synching with Horde 3.2.
I'm only syncing contacts.
When I add a new contact in Icedove or a new contact in Horde, the contacts are sync'ed beautifully.
However, if I delete a contact in Horde or Icedove, it is not deleted in the other application. And, if I...
2008-08-26 03:05:48 UTC in Funambol Mozilla Plugin
-
Woops - corrected path using krsort instead of rsort.
File Added: rss_utils.inc.patch.
2008-06-13 21:46:41 UTC in MagpieRSS
-
Attached is a patch to rss_utils.inc that provides two new functions to help people aggregate items from more than one feed.
// Pull in from two feeds
$url1 = ;
$urls2 = 'http://rss2.feed';
// Fetch both feeds
$rss1 = fetch_Rss('http://rss1.feed');
$rss2 = fetch_Rss('http://rss2.feed');
// Merge the items of both feeds
$merged_items = merge_items($rss1->items,$rss2->items);...
2008-06-13 21:16:18 UTC in MagpieRSS
-
Thanks for the post. Hm. I see the problem. On line 407 of src/third_party/metabase/class.mj.metabase.inc.php
case 'integer':
// If field value is '', replace it with 0 so it won't mess up the statement
if($field_value == '') $field_value = 0;
I see why I did it (I can't leave it empty, or the sql statement will have a sql statement with "field_name =, other_field_name...
2008-04-02 15:28:16 UTC in Basebuilder
-
jamiemcclelland committed patchset 199 of module pagetool-1 to the Pagetool CVS repository, changing 2 files.
2008-02-07 14:35:25 UTC in Pagetool
-
jamiemcclelland committed patchset 195 of module pagetool-1 to the Pagetool CVS repository, changing 2 files.
2008-02-05 15:27:25 UTC in Pagetool
-
My last request of the night :).
It would be nice to specify in the config file a number for each feed that represents the maximum minutes a feed should go before being refreshed.
In other words, every time a feed is requested, the script looks for a static cached copy. If it exists and it's age is less than the allowed number of minutes, then the static cached copy is displayed. If it...
2007-11-16 04:22:39 UTC in mbox2rss
-
See attached patch. I've added a new file called local.php where sys admins can add their own custom functions (in comes with a function that works with mailman).
File Added: dynamic_mbox_path.patch.
2007-11-16 04:18:42 UTC in mbox2rss