[commits] Horde branch master updated. 2b9270a0980886148c701281afe2eaded43ee278

Gunnar Wrobel p at rdus.de
Tue Feb 15 08:42:27 UTC 2011


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

from: 0739c959015c5ac186675dc36f44d7050b1c2fc0

ab36a5f Start the extraction of the data cache.
e21f30a One instance per data type.
ff31fc1 Switch cache with host and port.
6970caa Switch data cache with folder.
63afb9d Switch data cache with data type.
895e4c5 Switch the data cache with different owner.
628c8c2 Refactor.
a6f27d9 Fix the generation of cache IDs.
9babce1 Allow storing/retrieving the data cache.
59317a6 Add support for storing/retrieving attachments.
cabb192 Support different attachments.
00054ea Adapt to API changes in the underlying cache handler.
d78ba31 Store connection parameters in the cache data itself.
9dc4159 Typo.
ea3b7ee Add the basic data query.
a23c7d6 Test support.
43f0c19 Complete the data cache + testing.
f67f230 Provide the connection parameters.
0454c36 Pass the connection parameters through.
22e2c13 Initiate the list cache with the connection parameters, not the connection id.
2b9270a Complete the cached data access.

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

commit ab36a5fe6bfdf845b9d6ce5301464d5eeb6447c8
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 10:35:46 2011 +0100

    Start the extraction of the data cache.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |  266 +---
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/Data.php    |  431 +++++
 framework/Kolab_Storage/package.xml                               |   10 +-
 .../test/Horde/Kolab/Storage/Unit/Cache/DataTest.php              |  274 +++
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php     |  177 +-
 5 files changed, 832 insertions(+), 326 deletions(-)
 create mode 100644 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/Data.php
 create mode 100644 framework/Kolab_Storage/test/Horde/Kolab/Storage/Unit/Cache/DataTest.php

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

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

commit e21f30a87de2d463f76158fe652984be1255f094
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 10:38:13 2011 +0100

    One instance per data type.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |   12 ++++-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php     |    8 +++
 2 files changed, 19 insertions(+), 1 deletions(-)

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

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

commit ff31fc1a6284762a9f3ab1934d4bb9032295ae86
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 10:44:07 2011 +0100

    Switch cache with host and port.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |   17 ++-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php     |   41 ++++-
 2 files changed, 54 insertions(+), 4 deletions(-)

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

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

commit 6970caaa22abde378838eb0e0954953e1fee9623
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 10:46:21 2011 +0100

    Switch data cache with folder.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |    6 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php     |   22 ++++-
 2 files changed, 26 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/6970caaa22abde378838eb0e0954953e1fee9623

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

commit 63afb9d26f50dbae537030532dddc9b9b83d7864
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 10:54:04 2011 +0100

    Switch data cache with data type.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |    6 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php     |   24 ++++-
 2 files changed, 28 insertions(+), 2 deletions(-)

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

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

commit 895e4c5ed26fc8a17f3864f9f9fbb8a24def84bc
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 10:58:28 2011 +0100

    Switch the data cache with different owner.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |    6 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php     |   26 ++++-
 2 files changed, 30 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/895e4c5ed26fc8a17f3864f9f9fbb8a24def84bc

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

commit 628c8c2db91f61daf9e7ecf00ff78a829dfdb591
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 11:15:01 2011 +0100

    Refactor.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php |   84 ++++++++-----
 1 files changed, 50 insertions(+), 34 deletions(-)

http://git.horde.org/horde-git/-/commit/628c8c2db91f61daf9e7ecf00ff78a829dfdb591

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

commit a6f27d90e0f8f64f5e9ba57749a40744de0cc50e
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 11:19:31 2011 +0100

    Fix the generation of cache IDs.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |   18 +----
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php     |   14 ++++
 2 files changed, 18 insertions(+), 14 deletions(-)

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

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

commit 9babce1c919c5a87f0049126710468b61257d55a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 14:28:30 2011 +0100

    Allow storing/retrieving the data cache.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |   29 ++++-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php     |   15 +++
 2 files changed, 42 insertions(+), 2 deletions(-)

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

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

commit 59317a685de4b55c34e03c24fcb55ecd4abbe884
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 14:41:42 2011 +0100

    Add support for storing/retrieving attachments.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |   31 ++++-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php     |   37 +++++
 2 files changed, 67 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/59317a685de4b55c34e03c24fcb55ecd4abbe884

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

commit cabb192482e213acd67db6837e4ae9c1a4256016
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 14:52:50 2011 +0100

    Support different attachments.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |   26 +++-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php     |   38 ++++-
 2 files changed, 59 insertions(+), 5 deletions(-)

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

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

commit 00054eae9fda937bf285ab8b020cb182c93d6e4c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 14:53:19 2011 +0100

    Adapt to API changes in the underlying cache handler.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/List.php    |    4 ++--
 .../test/Horde/Kolab/Storage/Unit/Cache/ListTest.php              |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/00054eae9fda937bf285ab8b020cb182c93d6e4c

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

commit d78ba31c918f0251278fd3a828730da756e6eb17
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 15:26:32 2011 +0100

    Store connection parameters in the cache data itself.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |    6 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/List.php    |   24 ++++-
 .../test/Horde/Kolab/Storage/Unit/Cache/ListTest.php              |   17 +++
 3 files changed, 42 insertions(+), 5 deletions(-)

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

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

commit 9dc4159e1374402d1d7b134f38e35baacedcb408
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 16:52:35 2011 +0100

    Typo.

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

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

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

commit ea3b7eeb1cbae81be1bb54827519913de9422711
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 16:53:53 2011 +0100

    Add the basic data query.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Query/Data.php     |   31 ++
 .../lib/Horde/Kolab/Storage/Data/Query/Data/Cache.php             |   75 +++++
 framework/Kolab_Storage/package.xml                               |   16 +-
 .../test/Horde/Kolab/Storage/Unit/Data/Query/Data/CacheTest.php   |   53 +++
 4 files changed, 174 insertions(+), 1 deletions(-)
 create mode 100644 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Query/Data.php
 create mode 100644 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Query/Data/Cache.php
 create mode 100644 framework/Kolab_Storage/test/Horde/Kolab/Storage/Unit/Data/Query/Data/CacheTest.php

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

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

commit a23c7d62fde94c34dabf0701238f1ab813fa52a3
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Feb 11 16:55:09 2011 +0100

    Test support.

 framework/Kolab_Storage/test/Horde/Kolab/Storage/TestCase.php |   13 +++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

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

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

commit 43f0c194cd34866eef94f2a2a701d6e5231ee74a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Feb 14 15:05:21 2011 +0100

    Complete the data cache + testing.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache.php         |   19 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/Data.php    |  416 ++--
 framework/Kolab_Storage/test/Horde/Kolab/Storage/TestCase.php     |    4 +-
 .../test/Horde/Kolab/Storage/Unit/Cache/DataTest.php              |  587 ++++-
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/CacheTest.php     |   13 +-
 5 files changed, 682 insertions(+), 357 deletions(-)

http://git.horde.org/horde-git/-/commit/43f0c194cd34866eef94f2a2a701d6e5231ee74a

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

commit f67f23079a5f084fbd15810456e8a9c82c6b3da4
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Feb 14 22:26:41 2011 +0100

    Provide the connection parameters.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver.php        |    6 ++
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Base.php   |   14 +++++
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Base.php             |   10 +++
 3 files changed, 30 insertions(+), 0 deletions(-)

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

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

commit 0454c365c2635c57130dd053ed73803082284862
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Feb 14 22:28:49 2011 +0100

    Pass the connection parameters through.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List.php          |    7 +++
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List/Base.php     |   10 +++++
 .../lib/Horde/Kolab/Storage/List/Decorator/Cache.php              |   10 +++++
 .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Decorator/Log.php  |   10 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/0454c365c2635c57130dd053ed73803082284862

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

commit 22e2c130e708b5d8d29a9abfa025535e35e1ac2c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Feb 14 22:29:31 2011 +0100

    Initiate the list cache with the connection parameters, not the connection id.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Decorator/Cache.php     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 2b9270a0980886148c701281afe2eaded43ee278
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Feb 14 22:30:25 2011 +0100

    Complete the cached data access.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php     |   10 +
 .../lib/Horde/Kolab/Storage/Data/Query/Data/Cache.php             |  138 +++++
 framework/Kolab_Storage/test/Horde/Kolab/Storage/TestCase.php     |    3 +-
 .../test/Horde/Kolab/Storage/Unit/Data/Query/Data/CacheTest.php   |   75 +++-
 .../test/Horde/Kolab/Storage/Unit/List/Decorator/CacheTest.php    |    6 +-
 5 files changed, 225 insertions(+), 7 deletions(-)

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




More information about the commits mailing list