[commits] Horde branch master updated. f39bdfa4741d60b62de65361fdfe307c4dd05735

Gunnar Wrobel p at rdus.de
Sat Sep 1 23:18:13 UTC 2012


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

from: 24a5c4b947f406a7ab95e2ee3ead2b895f3d12bb

e5bfc42 Fix transport of the "type" parameter.
22e0db3 Transfer optimized cache update after folder list manipulation to the newer cached driver. Remove obsoleted classes.
4b0d676 Support setting the default folder.
1339460 Set the Kolab folder as default if the share is marked as default.
b26027f [gwr] Fixed deletion of shares with the Kolab driver.
0d2a326 [gwr] Mark the initial default share as such with the Kolab backend.
c1a304f [gwr] Always mark the initial share as default notepad.
7ae7c7f [gwr] Propagate setting the default attribute to the Kolab backend.
2d866d9 [gwr] Reactivate folder list caching.
3ce2f2c [gwr] Allow setting the default folder.
062c8e4 Add the default hook for the default folder handling.
645285e Remove comment.
370c829 Adapt Kolab specific turba configuration.
34e0702 Notify in case of a duplicate default (Bug #11285).
f048df0 Add all required hooks to handle Kolab default folders (Bug #11285).
9e1183e [gwr] Always mark the initial share as default addressbook.
63a66e4 [gwr] Always mark the initial share as default tasklist.
c7b5705 [gwr] Always mark the initial share as default calendar.
bb17483 [gwr] Mark the initial default share as such with the Kolab backend.
75f9f42 [gwr] Mark the initial default share as such with the Kolab backend.
f39bdfa [gwr] Mark the initial default share as such with the Kolab backend.

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

commit e5bfc42e3ab26229e710667f5980e948e200b41b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 21:07:35 2012 +0200

    Fix transport of the "type" parameter.

 .../lib/Horde/Kolab/Storage/List/Manipulation/Base.php            |    2 +-
 .../test/Horde/Kolab/Storage/Unit/List/Manipulation/BaseTest.php  |   12 +++++
 2 files changed, 13 insertions(+), 1 deletions(-)

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

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

commit 22e0db3de56de01c6375a865249e96a25a189bc6
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 21:08:55 2012 +0200

    Transfer optimized cache update after folder list manipulation to the newer cached driver. Remove obsoleted classes.

 .../lib/Horde/Kolab/Storage/List/Decorator/Cache.php              |  328 ---
 .../lib/Horde/Kolab/Storage/List/Query/List/Cache.php             |   16 +-
 .../Horde/Kolab/Storage/List/Query/List/Cache/Synchronization.php |  142 ++-
 .../test/Horde/Kolab/Storage/Unit/List/Decorator/CacheTest.php    |  496 -----
 .../Storage/Unit/List/Query/List/Cache/SynchronizationTest.php    |  196 ++-
 .../test/Horde/Kolab/Storage/Unit/List/Query/List/CacheTest.php   |   96 +-
 6 files changed, 416 insertions(+), 858 deletions(-)
 delete mode 100644 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List/Decorator/Cache.php
 delete mode 100644 framework/Kolab_Storage/test/Horde/Kolab/Storage/Unit/List/Decorator/CacheTest.php

http://git.horde.org/horde-git/-/commit/22e0db3de56de01c6375a865249e96a25a189bc6

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

commit 4b0d676a4c68d0d57749014b2fe025385cbbde87
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 22:59:31 2012 +0200

    Support setting the default folder.

 .../lib/Horde/Kolab/Storage/List/Query/List/Base.php              |   23 +
 .../lib/Horde/Kolab/Storage/List/Query/List/Cache.php             |   13 +-
 .../Horde/Kolab/Storage/List/Query/List/Cache/Synchronization.php |   49 ++
 .../test/Horde/Kolab/Storage/Unit/List/Query/List/BaseTest.php    |  100 +++
 .../Storage/Unit/List/Query/List/Cache/SynchronizationTest.php    |  170 +++++
 .../test/Horde/Kolab/Storage/Unit/List/Query/List/CacheTest.php   |   20 +-
 6 files changed, 373 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/4b0d676a4c68d0d57749014b2fe025385cbbde87

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

commit 1339460914cb75c888d6bf9eba52ca896a8b34e5
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 23:32:01 2012 +0200

    Set the Kolab folder as default if the share is marked as default.

 framework/Share/lib/Horde/Share/Kolab.php           |    7 ++++++-
 framework/Share/test/Horde/Share/Kolab/UnitTest.php |   14 +++++++++++++-
 2 files changed, 19 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/1339460914cb75c888d6bf9eba52ca896a8b34e5

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

commit b26027f71a8e0282806fd327848e7794b4dfd3ad
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 23:34:23 2012 +0200

    [gwr] Fixed deletion of shares with the Kolab driver.

 mnemo/docs/CHANGES         |    1 +
 mnemo/lib/Driver/Kolab.php |    3 +--
 mnemo/package.xml          |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit 0d2a326c7abad25b9cabdf20949be8d8d4b87e7b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 23:35:44 2012 +0200

    [gwr] Mark the initial default share as such with the Kolab backend.

 mnemo/docs/CHANGES           |    1 +
 mnemo/lib/Notepads/Base.php  |   10 ++++++++++
 mnemo/lib/Notepads/Kolab.php |   10 ++++++++++
 mnemo/package.xml            |    1 +
 4 files changed, 22 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/0d2a326c7abad25b9cabdf20949be8d8d4b87e7b

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

commit c1a304f0bed552b180eaa2ca32a77b2bf85e98ff
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 23:36:26 2012 +0200

    [gwr] Always mark the initial share as default notepad.

 mnemo/docs/CHANGES  |    1 +
 mnemo/lib/Mnemo.php |    1 +
 mnemo/package.xml   |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 7ae7c7fff1fcac5c02397b722b90dd3b56dd4e8f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 23:38:35 2012 +0200

    [gwr] Propagate setting the default attribute to the Kolab backend.

 framework/Share/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/7ae7c7fff1fcac5c02397b722b90dd3b56dd4e8f

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

commit 2d866d9e518b21df76b97e995b76fce8124693bd
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 23:38:54 2012 +0200

    [gwr] Reactivate folder list caching.

 framework/Kolab_Storage/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/2d866d9e518b21df76b97e995b76fce8124693bd

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

commit 3ce2f2c035c78b3b69fd676d134eadfecdd4fa23
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 23:39:04 2012 +0200

    [gwr] Allow setting the default folder.

 framework/Kolab_Storage/package.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/3ce2f2c035c78b3b69fd676d134eadfecdd4fa23

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

commit 062c8e4ace13beec3e73240af75873f210dd2519
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 23:39:33 2012 +0200

    Add the default hook for the default folder handling.

 bundles/kolab_webmail/mnemo/config/hooks.php |   46 ++++++++++++++++++++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)
 create mode 100644 bundles/kolab_webmail/mnemo/config/hooks.php

http://git.horde.org/horde-git/-/commit/062c8e4ace13beec3e73240af75873f210dd2519

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

commit 645285e5c5b3ed3e015c3c02292aab9ce09a85e1
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 23:39:57 2012 +0200

    Remove comment.

 bundles/kolab_webmail/config/hooks.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/645285e5c5b3ed3e015c3c02292aab9ce09a85e1

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

commit 370c8298632bdddc6630ebff513a1866984d4282
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 23:40:18 2012 +0200

    Adapt Kolab specific turba configuration.

 bundles/kolab_webmail/turba/config/backends.d/20-kolab.php |  232 +++++-------
 turba/config/backends.php                                  |   13 +-
 2 files changed, 100 insertions(+), 145 deletions(-)

http://git.horde.org/horde-git/-/commit/370c8298632bdddc6630ebff513a1866984d4282

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

commit 34e0702bf8683892900e71e28187586739c8740f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sat Sep 1 23:49:51 2012 +0200

    Notify in case of a duplicate default (Bug #11285).

 bundles/kolab_webmail/mnemo/config/hooks.php |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/34e0702bf8683892900e71e28187586739c8740f

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

commit f048df0e3dd927b2965f42bf575421c0deab81dd
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Sep 2 01:09:04 2012 +0200

    Add all required hooks to handle Kolab default folders (Bug #11285).

 bundles/kolab_webmail/kronolith/config/hooks.php            |   59 +++++++++++
 bundles/kolab_webmail/kronolith/config/prefs.d/20-kolab.php |    2 +
 bundles/kolab_webmail/mnemo/config/hooks.php                |   10 +-
 bundles/kolab_webmail/mnemo/config/prefs.d/20-kolab.php     |    2 +
 bundles/kolab_webmail/nag/config/hooks.php                  |   59 +++++++++++
 bundles/kolab_webmail/nag/config/prefs.d/20-kolab.php       |    2 +
 bundles/kolab_webmail/turba/config/hooks.php                |   59 +++++++++++
 bundles/kolab_webmail/turba/config/prefs.d/20-kolab.php     |    2 +
 8 files changed, 191 insertions(+), 4 deletions(-)
 create mode 100644 bundles/kolab_webmail/kronolith/config/hooks.php
 create mode 100644 bundles/kolab_webmail/kronolith/config/prefs.d/20-kolab.php
 create mode 100644 bundles/kolab_webmail/mnemo/config/prefs.d/20-kolab.php
 create mode 100644 bundles/kolab_webmail/nag/config/hooks.php
 create mode 100644 bundles/kolab_webmail/nag/config/prefs.d/20-kolab.php
 create mode 100644 bundles/kolab_webmail/turba/config/hooks.php
 create mode 100644 bundles/kolab_webmail/turba/config/prefs.d/20-kolab.php

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

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

commit 9e1183ed44b369eb6730f20f1c2e8c4c7845c542
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Sep 2 01:10:00 2012 +0200

    [gwr] Always mark the initial share as default addressbook.

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

http://git.horde.org/horde-git/-/commit/9e1183ed44b369eb6730f20f1c2e8c4c7845c542

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

commit 63a66e40c4bca02bc0ba60aa6ae0111334003d8a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Sep 2 01:10:25 2012 +0200

    [gwr] Always mark the initial share as default tasklist.

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

http://git.horde.org/horde-git/-/commit/63a66e40c4bca02bc0ba60aa6ae0111334003d8a

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

commit c7b57054f9e52e420e5ae2d13877dde3a6b1b2db
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Sep 2 01:10:52 2012 +0200

    [gwr] Always mark the initial share as default calendar.

 kronolith/docs/CHANGES      |    1 +
 kronolith/lib/Kronolith.php |    1 +
 kronolith/package.xml       |    2 ++
 3 files changed, 4 insertions(+), 0 deletions(-)

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

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

commit bb1748302ad9dc58e62e9aca6d21ca18617392f7
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Sep 2 01:12:04 2012 +0200

    [gwr] Mark the initial default share as such with the Kolab backend.

 kronolith/config/conf.xml         |    8 ++++++++
 kronolith/docs/CHANGES            |    1 +
 kronolith/lib/Calendars/Base.php  |   10 ++++++++++
 kronolith/lib/Calendars/Kolab.php |   10 ++++++++++
 kronolith/package.xml             |    2 ++
 5 files changed, 31 insertions(+), 0 deletions(-)

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

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

commit 75f9f42190ba6ff455c4083cfbea3ad4185d66cb
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Sep 2 01:12:39 2012 +0200

    [gwr] Mark the initial default share as such with the Kolab backend.

 nag/docs/CHANGES            |    1 +
 nag/lib/Tasklists/Base.php  |   10 ++++++++++
 nag/lib/Tasklists/Kolab.php |   10 ++++++++++
 nag/package.xml             |    2 ++
 4 files changed, 23 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/75f9f42190ba6ff455c4083cfbea3ad4185d66cb

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

commit f39bdfa4741d60b62de65361fdfe307c4dd05735
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Sep 2 01:13:01 2012 +0200

    [gwr] Mark the initial default share as such with the Kolab backend.

 turba/docs/CHANGES         |    1 +
 turba/lib/Driver/Kolab.php |    4 ++++
 turba/package.xml          |    2 ++
 3 files changed, 7 insertions(+), 0 deletions(-)

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




More information about the commits mailing list