[commits] Horde branch master updated. 0b01276282e3807cabd25d36fa7ea2d2839de2fc

Gunnar Wrobel p at rdus.de
Thu Jul 28 21:50:08 UTC 2011


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

from: 1939d1043ac2ce1f0a5342c219411b013b438c33

1bb8ffd Reduce the folder title to the last part of the folder path.
7a72ebc Add the namespace delimiter to the folder data.
f440dcc Add the subpath to the folder data as well.
f41e299 The old method was sufficient and just needed an additional parameter.
dd005a7 Do not fail on additional keys in the resulting array.
e656350 Ensure the additional data does not end up in the share parameters.
801cb72 Support specifying the prefix when constructing a folder name.
6af0d45 Support the namespace prefix within the Kolab share driver.
ac57f74 Rename variable.
f321a84 Better error message.
3f432bc This needs to use the subpath.
d6b7ca9 Fix handling parents.
0b01276 We are authenticated as "jane" here. Ensure we use the corresponding view on the shares.

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

commit 1bb8ffdca521b7d6182c137bf94669da30f504de
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 28 10:18:30 2011 +0200

    Reduce the folder title to the last part of the folder path.

 .../lib/Horde/Kolab/Storage/Folder/Namespace/Element.php          |    7 ++++-
 .../test/Horde/Kolab/Storage/Unit/Folder/NamespaceTest.php        |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/1bb8ffdca521b7d6182c137bf94669da30f504de

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

commit 7a72ebc30ad36dc6bf37b7d8bb2856f5ee37f62f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 28 10:19:01 2011 +0200

    Add the namespace delimiter to the folder data.

 .../lib/Horde/Kolab/Storage/List/Query/List/Base.php              |    2 +
 .../lib/Horde/Kolab/Storage/List/Query/List/Cache.php             |    2 +
 .../test/Horde/Kolab/Storage/Unit/List/Query/List/BaseTest.php    |    6 ++++
 .../test/Horde/Kolab/Storage/Unit/List/Query/List/CacheTest.php   |    7 +++++
 4 files changed, 17 insertions(+), 0 deletions(-)

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

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

commit f440dcce54bbc892ead52607f6a8274f2e5e31e9
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 28 11:36:57 2011 +0200

    Add the subpath to the folder data as well.

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

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

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

commit f41e299a4860aa2f061440e70fe9b65e1c672b03
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 28 15:19:07 2011 +0200

    The old method was sufficient and just needed an additional parameter.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Namespace.php    |   30 +----
 .../test/Horde/Kolab/Storage/Unit/Folder/NamespaceTest.php        |   10 +-
 2 files changed, 9 insertions(+), 31 deletions(-)

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

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

commit dd005a72adf2751ee1f6c455e7a80e07b98f2c15
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 28 15:58:28 2011 +0200

    Do not fail on additional keys in the resulting array.

 framework/Share/test/Horde/Share/Kolab/UnitTest.php |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

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

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

commit e656350bf8ddef7a51c399faec683b9e0750c5cb
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 28 16:19:31 2011 +0200

    Ensure the additional data does not end up in the share parameters.

 framework/Share/lib/Horde/Share/Kolab.php           |    4 ++
 framework/Share/test/Horde/Share/Kolab/UnitTest.php |   45 +++++++++++++++++++
 2 files changed, 49 insertions(+), 0 deletions(-)

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

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

commit 801cb726faf783200c7a56d4405692ebec7e8cac
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 28 21:50:30 2011 +0200

    Support specifying the prefix when constructing a folder name.

 framework/Share/lib/Horde/Share/Kolab.php           |    5 +-
 framework/Share/test/Horde/Share/Kolab/UnitTest.php |   58 +++++++++++++++++++
 2 files changed, 61 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/801cb726faf783200c7a56d4405692ebec7e8cac

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

commit 6af0d45f3098df152cc06e173390ebbc5c0f6ad7
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 28 22:49:15 2011 +0200

    Support the namespace prefix within the Kolab share driver.

 framework/Share/lib/Horde/Share/Kolab.php           |   52 +++++++++++++++----
 framework/Share/lib/Horde/Share/Object/Kolab.php    |   31 +++++++----
 framework/Share/package.xml                         |    8 ++--
 framework/Share/test/Horde/Share/Kolab/UnitTest.php |   42 +++++++++++++++-
 4 files changed, 106 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/6af0d45f3098df152cc06e173390ebbc5c0f6ad7

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

commit ac57f749ba20d32712bd1a7596f4df68f250e6dc
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 28 23:00:15 2011 +0200

    Rename variable.

 framework/Share/lib/Horde/Share/Kolab.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit f321a8463f5d047945248be49ed8780badca9df7
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 28 23:29:11 2011 +0200

    Better error message.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Namespace.php    |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit 3f432bcf22a12c47343c016c99ab60518d20f1e4
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 28 23:29:39 2011 +0200

    This needs to use the subpath.

 framework/Share/lib/Horde/Share/Kolab.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit d6b7ca9211f358a3453afd2e20a8b8596e9c203c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 28 23:30:23 2011 +0200

    Fix handling parents.

 framework/Share/lib/Horde/Share/Object/Kolab.php |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

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

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

commit 0b01276282e3807cabd25d36fa7ea2d2839de2fc
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 28 23:31:09 2011 +0200

    We are authenticated as "jane" here. Ensure we use the corresponding view on the shares.

 framework/Share/test/Horde/Share/Base.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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




More information about the commits mailing list