[commits] Horde-Hatchery branch master updated. b1245cbd1df92a797ff276634a861a1a98b7509a

Jan Schneider jan at horde.org
Wed Dec 30 14:26:11 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: eb2eaaa5fd5d9ad7844fb3c89387046d9080eea8

f75d018 MFB: [jan] Only synchronize those fields that are supported by the client (Request #6658, requires Horde 3.3.7).
29863cb Add Turba_Exception.
6b56c99 Re-add lost hooks file. Still need to fix where the hooks are called.
b7e4728 MFB: [jan] Only export non-empty fields if exporting manually. [jan] Add export to vCard 3.0.
b1245cb MFB: Work around Funambol clients requiring a configuration database (Bug #8621).

-----------------------------------------------------------------------

commit f75d018f0e64f9ff29b3e0581613cc0f0bc616cc
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 30 15:00:26 2009 +0100

    MFB:
    [jan] Only synchronize those fields that are supported by the client
    (Request #6658, requires Horde 3.3.7).

 framework/SyncML/SyncML/Backend.php       |    4 +-
 framework/SyncML/SyncML/Backend/Horde.php |    6 +-
 framework/SyncML/SyncML/Backend/Sql.php   |    4 +-
 framework/SyncML/SyncML/Sync.php          |   10 +-
 turba/docs/CHANGES                        |    3 +-
 turba/lib/Api.php                         |   27 +-
 turba/lib/Driver.php                      |  444 +++++++++++++++++++++++++----
 7 files changed, 428 insertions(+), 70 deletions(-)

http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend.php?rt=horde-hatchery&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc
http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend/Horde.php?rt=horde-hatchery&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc
http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend/Sql.php?rt=horde-hatchery&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc
http://git.horde.org/diff.php/framework/SyncML/SyncML/Sync.php?rt=horde-hatchery&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc
http://git.horde.org/diff.php/turba/docs/CHANGES?rt=horde-hatchery&r1=67de2c3996a035d95275600459511b683caa25e8&r2=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-hatchery&r1=f445d8031426da7c6c9bb5a68a100154aac8e113&r2=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-hatchery&r1=f4d219aaa36c4ec478c0a783223804210b006c9f&r2=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc

-----------------------------------------------------------------------

commit 29863cb7f2ffb4d3c112e476ceb57624c1e473c2
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 30 15:09:01 2009 +0100

    Add Turba_Exception.

 turba/lib/Exception.php |   15 +++++++++++++++
 turba/lib/Object.php    |    4 ++--
 turba/view.php          |   14 +++++++-------
 3 files changed, 24 insertions(+), 9 deletions(-)
 create mode 100644 turba/lib/Exception.php

http://git.horde.org/co.php/turba/lib/Exception.php?rt=horde-hatchery&r=29863cb7f2ffb4d3c112e476ceb57624c1e473c2
http://git.horde.org/diff.php/turba/lib/Object.php?rt=horde-hatchery&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=29863cb7f2ffb4d3c112e476ceb57624c1e473c2
http://git.horde.org/diff.php/turba/view.php?rt=horde-hatchery&r1=afeaee6e47588633ee5aa9f04592033d6e46ba85&r2=29863cb7f2ffb4d3c112e476ceb57624c1e473c2

-----------------------------------------------------------------------

commit 6b56c9927535d857f0a9cb9f9bee2dfa0e47432d
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 30 15:14:40 2009 +0100

    Re-add lost hooks file. Still need to fix where the hooks are called.

 turba/config/hooks.php.dist |   86 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 86 insertions(+), 0 deletions(-)
 create mode 100644 turba/config/hooks.php.dist

http://git.horde.org/diff.php/turba/config/hooks.php.dist?rt=horde-hatchery&r1=d58245fa6817cbbf97fc5169615794d0232ff08f&r2=6b56c9927535d857f0a9cb9f9bee2dfa0e47432d

-----------------------------------------------------------------------

commit b7e472877c1519634486f88fad2d482a5a155a92
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 30 15:19:29 2009 +0100

    MFB:
    [jan] Only export non-empty fields if exporting manually.
    [jan] Add export to vCard 3.0.

 turba/data.php                  |   50 +++++++++++---------
 turba/docs/CHANGES              |    2 +
 turba/lib/Driver.php            |   99 +++++++++++++++++++++++++++------------
 turba/templates/data/export.inc |    1 +
 4 files changed, 99 insertions(+), 53 deletions(-)

http://git.horde.org/diff.php/turba/data.php?rt=horde-hatchery&r1=15803a5314228be2a466a7c0b7487e7be589e343&r2=b7e472877c1519634486f88fad2d482a5a155a92
http://git.horde.org/diff.php/turba/docs/CHANGES?rt=horde-hatchery&r1=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc&r2=b7e472877c1519634486f88fad2d482a5a155a92
http://git.horde.org/diff.php/turba/lib/Driver.php?rt=horde-hatchery&r1=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc&r2=b7e472877c1519634486f88fad2d482a5a155a92
http://git.horde.org/diff.php/turba/templates/data/export.inc?rt=horde-hatchery&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=b7e472877c1519634486f88fad2d482a5a155a92

-----------------------------------------------------------------------

commit b1245cbd1df92a797ff276634a861a1a98b7509a
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 30 15:20:58 2009 +0100

    MFB: Work around Funambol clients requiring a configuration database (Bug #8621).

 framework/SyncML/SyncML/Backend.php       |   13 +++++++------
 framework/SyncML/SyncML/Command/Alert.php |    4 ++++
 framework/SyncML/SyncML/Sync.php          |    3 +++
 3 files changed, 14 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/SyncML/SyncML/Backend.php?rt=horde-hatchery&r1=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc&r2=b1245cbd1df92a797ff276634a861a1a98b7509a
http://git.horde.org/diff.php/framework/SyncML/SyncML/Command/Alert.php?rt=horde-hatchery&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=b1245cbd1df92a797ff276634a861a1a98b7509a
http://git.horde.org/diff.php/framework/SyncML/SyncML/Sync.php?rt=horde-hatchery&r1=f75d018f0e64f9ff29b3e0581613cc0f0bc616cc&r2=b1245cbd1df92a797ff276634a861a1a98b7509a




More information about the commits mailing list