[commits] Horde branch master updated. 195c63cb46db73c3397aa22bbd745934eb19947d

Gunnar Wrobel p at rdus.de
Mon Mar 7 08:45:45 UTC 2011


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

from: 00b30682486fb16a53df0f773dd36c478a6e07a2

d409c6b Support notes.
8344957 Return early in case the UID list to fetch is empty.
d14efcc Additional TODO.
ed939f9 Mark open TODOs.
f25c43d These methods have been refactored.
57e8e82 Add the create() method for adding new objects.
67de088 More TODOs
24b346b Pull getFormat() into the interface.
6b0ba17 Start the generation of the envelope.
1ef52fe Allow to create the object envelope.
892ab7a Add the package version to the core interface.
e8584c5 Support generation of the envelope headers.
7265ba1 Support generating the Kolab part.
1431b79 Assemble a complete new Kolab object.
3368ea7 Support storing objects.
1a07cbb Support the generation of objects.
53f0250 phpdoc
801e485 Basic support for creating objects.
0da3204 phpdoc
e14bb6a Support appending messages in the plain PHP driver.
1830fc0 Horde_Support is required.
34f21bb Support appending messages in the PEAR driver.
aa3d753 Fix error message.
195c63c Support appending messages in the roundcube driver.

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

commit d409c6ba16bf6accbc3cd5ab90f343755b80fde2
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 14:38:08 2011 +0100

    Support notes.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Format/Mime.php    |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 834495763ff1fd01a789176bbf034c456a402c13
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 15:44:24 2011 +0100

    Return early in case the UID list to fetch is empty.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php     |   14 +++--
 .../lib/Horde/Kolab/Storage/Data/Decorator/Cache.php              |    3 +-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php   |    4 +
 3 files changed, 15 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/834495763ff1fd01a789176bbf034c456a402c13

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

commit d14efcc2606e2f901aa47527026af5d9d892c9be
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 16:40:59 2011 +0100

    Additional TODO.

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

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

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

commit ed939f93df4cc7eb343ec4347e00c9502eb7d75b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 16:41:26 2011 +0100

    Mark open TODOs.

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

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

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

commit f25c43d6895e4fca2edcd5d133a2213911d7690a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 16:41:59 2011 +0100

    These methods have been refactored.

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

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

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

commit 57e8e82af5e022f0b96e379191d59b3944ef344c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 16:42:24 2011 +0100

    Add the create() method for adding new objects.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php     |   14 +++++
 .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/Data/BaseTest.php |    8 +++
 2 files changed, 22 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/57e8e82af5e022f0b96e379191d59b3944ef344c

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

commit 67de0880c0afa9a91994b7f6f036716cbf875273
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 20:11:05 2011 +0100

    More TODOs

 framework/Kolab_Storage/TODO |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/67de0880c0afa9a91994b7f6f036716cbf875273

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

commit 24b346b0becbcd73aff8a88a40d31bbe6e13e02c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 20:11:27 2011 +0100

    Pull getFormat() into the interface.

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

http://git.horde.org/horde-git/-/commit/24b346b0becbcd73aff8a88a40d31bbe6e13e02c

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

commit 6b0ba1756527cbcfd8ce0128c22464bc4471e76e
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 20:12:08 2011 +0100

    Start the generation of the envelope.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Format/Mime.php    |   10 ++++-
 .../test/Horde/Kolab/Storage/Unit/Data/Format/MimeTest.php        |    7 +++
 2 files changed, 16 insertions(+), 1 deletions(-)

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

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

commit 1ef52fe953678a86ff2fd84fb23458c7588d44ad
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 20:51:42 2011 +0100

    Allow to create the object envelope.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Format/Mime.php    |   25 ++-
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder/Base.php   |   23 --
 .../test/Horde/Kolab/Storage/Unit/Data/Format/MimeTest.php        |   66 +++++
 3 files changed, 90 insertions(+), 24 deletions(-)

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

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

commit 892ab7aa6032a4ec83cab24b3946b91ce588dc69
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 21:50:15 2011 +0100

    Add the package version to the core interface.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage.php |    3 +++
 framework/Kolab_Storage/package.xml                 |    4 +++-
 2 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/892ab7aa6032a4ec83cab24b3946b91ce588dc69

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

commit e8584c55cba943ccb453f40fdf6d7179bd79df46
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 21:51:52 2011 +0100

    Support generation of the envelope headers.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Format/Mime.php    |   37 +++
 .../test/Horde/Kolab/Storage/Unit/Data/Format/MimeTest.php        |   72 +++++
 2 files changed, 109 insertions(+), 0 deletions(-)

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

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

commit 7265ba1b078f219cfb199e87e7ebe9d5e3c2d740
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 22:23:56 2011 +0100

    Support generating the Kolab part.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Format/Mime.php    |   54 +++-
 .../test/Horde/Kolab/Storage/Unit/Data/Format/MimeTest.php        |   55 +++++
 2 files changed, 95 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/7265ba1b078f219cfb199e87e7ebe9d5e3c2d740

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

commit 1431b79d8890780ef82ec873f99a910d84b0c330
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Mar 6 23:30:28 2011 +0100

    Assemble a complete new Kolab object.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Format/Mime.php    |   16 +-
 .../lib/Horde/Kolab/Storage/Data/Parser/Structure.php             |   65 ++++-
 .../test/Horde/Kolab/Storage/Unit/Data/Parser/StructureTest.php   |   48 +++
 3 files changed, 113 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/1431b79d8890780ef82ec873f99a910d84b0c330

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

commit 3368ea7679485e2ccff1392730fd5c37a0be1f70
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 7 06:22:58 2011 +0100

    Support storing objects.

 .../lib/Horde/Kolab/Storage/Data/Parser/Structure.php             |   23 +++++
 .../test/Horde/Kolab/Storage/Unit/Data/Parser/StructureTest.php   |   15 +++-
 2 files changed, 37 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3368ea7679485e2ccff1392730fd5c37a0be1f70

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

commit 1a07cbb84f1459b2b7d570b7a5fa0a721cad93e2
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 7 06:50:21 2011 +0100

    Support the generation of objects.

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

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

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

commit 53f0250ea3b4d1f9b903bcf5bbb1ec95c3627057
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 7 08:30:58 2011 +0100

    phpdoc

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

http://git.horde.org/horde-git/-/commit/53f0250ea3b4d1f9b903bcf5bbb1ec95c3627057

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

commit 801e485c334a129b38d37fc09dd05d8aee8658fb
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 7 08:31:28 2011 +0100

    Basic support for creating objects.

 framework/Kolab_Cli/lib/Horde/Kolab/Cli/Module/Data.php |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

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

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

commit 0da32040cc3b711bab8d54bb1e7734b845d4747f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 7 08:52:56 2011 +0100

    phpdoc

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver.php      |   10 +++---
 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php |    7 ++---
 2 files changed, 8 insertions(+), 9 deletions(-)

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

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

commit e14bb6a8773064912d7457bc56b557a53b83e190
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 7 08:53:17 2011 +0100

    Support appending messages in the plain PHP driver.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Cclient.php      |   36 +++-
 1 files changed, 27 insertions(+), 9 deletions(-)

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

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

commit 1830fc0fdb9d0c780699244a1994baed682119f2
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 7 08:53:44 2011 +0100

    Horde_Support is required.

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

http://git.horde.org/horde-git/-/commit/1830fc0fdb9d0c780699244a1994baed682119f2

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

commit 34f21bb3e75392165e774c91a01810969080cbdc
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 7 08:58:57 2011 +0100

    Support appending messages in the PEAR driver.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Pear.php |   16 ++++---
 1 files changed, 10 insertions(+), 6 deletions(-)

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

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

commit aa3d753c40d0fd6093d59f375bc0b4832fee7e29
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 7 09:40:18 2011 +0100

    Fix error message.

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

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

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

commit 195c63cb46db73c3397aa22bbd745934eb19947d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 7 09:40:42 2011 +0100

    Support appending messages in the roundcube driver.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Rcube.php |   36 ++++--
 1 files changed, 27 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/195c63cb46db73c3397aa22bbd745934eb19947d




More information about the commits mailing list