[commits] Horde branch master updated. edbb1390fab0884d33b9a6b1850373f1e5412ecd

Gunnar Wrobel p at rdus.de
Thu Nov 22 19:23:58 UTC 2012


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

from: abca7ddc0d337db9ddd95d366b78dfcaf4120b28

5e18a71 Fix Kolab hook examples.
be17770 Import fix for Bug #11674.
b93dd25 Correct cache update after move. Bug #11305.
2044351 Do not bail out in case the Date value is 'false' because of an unreadable date format. Should fix Bug #11691.
66955b9 Add a time based synchronization strategy. Bug #11590.
e577f3c Update package.xml.
56b0211 BFN
8a25730 [gwr] Ignore empty dates (Bug #11736).
c8e17ed [gwr] Ignore empty dates (Bug #11736).
edbb139 Additional debug logging.

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

commit 5e18a7146d78c18fb61bf5d55683366462f92763
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Nov 20 09:09:41 2012 +0100

    Fix Kolab hook examples.

 imp/config/hooks.php.dist |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/5e18a7146d78c18fb61bf5d55683366462f92763

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

commit be17770018bc13c32b542f932fc28130d5db7b8e
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Nov 8 18:49:44 2012 +0100

    Import fix for Bug #11674.
    
    Fix modify of Kolab data object: Notify framework about deleted backend ID
    
    Otherwise the IMAP UID ("backend ID") -> object UID cache (B2O) pollutes.
    
    Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com>
    Signed-off-by: Gunnar Wrobel <p at rdus.de>

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/be17770018bc13c32b542f932fc28130d5db7b8e

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

commit b93dd25d9d6e4857716e430f7a80e80604179d65
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Nov 20 09:29:50 2012 +0100

    Correct cache update after move. Bug #11305.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/b93dd25d9d6e4857716e430f7a80e80604179d65

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

commit 2044351d27bd2a922d8da902d6c343cf13220fae
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Nov 20 09:36:10 2012 +0100

    Do not bail out in case the Date value is 'false' because of an unreadable date format. Should fix Bug #11691.

 turba/lib/Driver/Kolab.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/2044351d27bd2a922d8da902d6c343cf13220fae

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

commit 66955b963bd3f85ddf712ca49a06784bc8811e93
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Nov 21 09:09:15 2012 +0100

    Add a time based synchronization strategy. Bug #11590.
    
    This is only part of the job. Horde/Kolab/Storage/Factory.php now still needs to bridge the configuration and the selection of the matching strategy.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Synchronization.php     |   37 +-
 .../lib/Horde/Kolab/Storage/Synchronization/OncePerSession.php    |   67 ++
 .../lib/Horde/Kolab/Storage/Synchronization/TimeBased.php         |  115 ++++
 .../Kolab/Storage/Unit/Synchronization/OncePerSessionTest.php     |  131 ++++
 .../Horde/Kolab/Storage/Unit/Synchronization/TimeBasedTest.php    |  145 +++++
 5 files changed, 481 insertions(+), 14 deletions(-)
 create mode 100644 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Synchronization/OncePerSession.php
 create mode 100644 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Synchronization/TimeBased.php
 create mode 100644 framework/Kolab_Storage/test/Horde/Kolab/Storage/Unit/Synchronization/OncePerSessionTest.php
 create mode 100644 framework/Kolab_Storage/test/Horde/Kolab/Storage/Unit/Synchronization/TimeBasedTest.php

http://git.horde.org/horde-git/-/commit/66955b963bd3f85ddf712ca49a06784bc8811e93

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

commit e577f3ca87bdc7da29a63efc8ef13328714bf76a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Nov 22 17:53:44 2012 +0100

    Update package.xml.

 framework/Kolab_Storage/package.xml |   26 +++++++++++++++++++++-----
 1 files changed, 21 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/e577f3ca87bdc7da29a63efc8ef13328714bf76a

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

commit 56b021179957cd8ea6a8e28ea07d28c8f5ee9a09
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Nov 22 17:55:41 2012 +0100

    BFN

 turba/docs/CHANGES |    1 +
 turba/package.xml  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/56b021179957cd8ea6a8e28ea07d28c8f5ee9a09

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

commit 8a25730a64ec3e5eba6fcfe462196fc487280a54
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Nov 22 20:00:02 2012 +0100

    [gwr] Ignore empty dates (Bug #11736).

 nag/docs/CHANGES |    1 +
 nag/package.xml  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/8a25730a64ec3e5eba6fcfe462196fc487280a54

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

commit c8e17ed12fe986629fcad2eaf3f7fcce9ebb8e78
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Nov 22 20:00:54 2012 +0100

    [gwr] Ignore empty dates (Bug #11736).

 nag/lib/Driver/Kolab.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/c8e17ed12fe986629fcad2eaf3f7fcce9ebb8e78

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

commit edbb1390fab0884d33b9a6b1850373f1e5412ecd
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Nov 22 20:20:47 2012 +0100

    Additional debug logging.

 .../lib/Horde/Kolab/Storage/Driver/Decorator/Log.php              |   59 ++++
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Timer.php            |   60 +++++
 .../test/Horde/Kolab/Storage/Unit/Driver/Decorator/LogTest.php    |   27 ++
 .../test/Horde/Kolab/Storage/Unit/Driver/Decorator/TimerTest.php  |   45 +++
 4 files changed, 191 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/edbb1390fab0884d33b9a6b1850373f1e5412ecd




More information about the commits mailing list