[commits] Horde branch H4-Group updated. 840392473461fdde7040004a26bceac2a3cc3dcf

Jan Schneider jan at horde.org
Sat Mar 5 18:12:14 UTC 2011


The branch "H4-Group" has been updated.
The following is a summary of the commits.

from: 46752e676441517e30c016280195737f2bb83066

f5f30e6 First attempt at moving turba specific knowledge out of the Contactlists group driver.
a45e4bb Tweaks and fixes to the contact group API.
fabfa11 Provide default implementation of setData().
92619b9 Implement Contactlists driver.
2150566 Add MySQL tests without PDO.
23ba101 Use assertInternalType().
665fc28 Horde_Group -> Horde_Group_Base
d1532a3 Allow to pass the config file path to Horde_Test_Case::getConfig().
8403924 Add configuration for unit tests.

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

commit f5f30e6475f64db5ab5bebb52960983686bdd7e6
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Mar 5 01:19:23 2011 -0500

    First attempt at moving turba specific knowledge out of the Contactlists group driver.
    
    Not too concerned at this point about $GLOBALS usage, since this is going to be refactored
    to the new Group API by jan.

 framework/Group/lib/Horde/Group/Contactlists.php |  252 +-------------------
 turba/lib/Api.php                                |  278 ++++++++++++++++++++++
 2 files changed, 290 insertions(+), 240 deletions(-)

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

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

commit a45e4bb5980601ebeea3c3231e0f1afac9fcb944
Author: Jan Schneider <jan at horde.org>
Date:   Sat Mar 5 18:04:12 2011 +0100

    Tweaks and fixes to the contact group API.
    
    Michael, can we drop listUserGroupObjects(), because this seems to provide the
    same functionality like getGroupMemberships()?

 turba/lib/Api.php |   76 +++++++++++++++++++++++++++-------------------------
 1 files changed, 39 insertions(+), 37 deletions(-)

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

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

commit fabfa110c12d24d1e95ea789da0718dac5a4f07e
Author: Jan Schneider <jan at horde.org>
Date:   Sat Mar 5 18:05:22 2011 +0100

    Provide default implementation of setData().

 framework/Group/lib/Horde/Group/Base.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

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

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

commit 92619b968b1e47d3b0af5f8efb23775fc26f4519
Author: Jan Schneider <jan at horde.org>
Date:   Sat Mar 5 18:06:17 2011 +0100

    Implement Contactlists driver.

 framework/Group/lib/Horde/Group/ContactListObject.php |  109 -----
 framework/Group/lib/Horde/Group/Contactlists.php      |  377 +++--------------
 framework/Group/test/Horde/Group/ContactlistTest.php  |   73 ++++
 framework/Group/test/Horde/Group/Stub/Api.php         |   97 +++++
 4 files changed, 238 insertions(+), 418 deletions(-)
 delete mode 100644 framework/Group/lib/Horde/Group/ContactListObject.php
 create mode 100644 framework/Group/test/Horde/Group/ContactlistTest.php
 create mode 100644 framework/Group/test/Horde/Group/Stub/Api.php

http://git.horde.org/horde-git/-/commit/92619b968b1e47d3b0af5f8efb23775fc26f4519

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

commit 215056627d8ca7210851c8eef99634a0f094af5e
Author: Jan Schneider <jan at horde.org>
Date:   Sat Mar 5 18:41:07 2011 +0100

    Add MySQL tests without PDO.

 framework/Group/test/Horde/Group/Sql/MysqlTest.php  |   29 +++++++++++++++++++
 framework/Group/test/Horde/Group/Sql/MysqliTest.php |   29 +++++++++++++++++++
 2 files changed, 58 insertions(+), 0 deletions(-)
 create mode 100644 framework/Group/test/Horde/Group/Sql/MysqlTest.php
 create mode 100644 framework/Group/test/Horde/Group/Sql/MysqliTest.php

http://git.horde.org/horde-git/-/commit/215056627d8ca7210851c8eef99634a0f094af5e

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

commit 23ba101a07dfcf4fa87a84c3b9d930dd36e748a7
Author: Jan Schneider <jan at horde.org>
Date:   Sat Mar 5 19:00:39 2011 +0100

    Use assertInternalType().

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

http://git.horde.org/horde-git/-/commit/23ba101a07dfcf4fa87a84c3b9d930dd36e748a7

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

commit 665fc2880477a9ca8efb7fa701552c6eec13e0fd
Author: Jan Schneider <jan at horde.org>
Date:   Sat Mar 5 19:02:21 2011 +0100

    Horde_Group -> Horde_Group_Base

 .../lib/Horde/Kolab/Storage/Driver/Decorator/Log.php              |    2 +-
 .../lib/Horde/Kolab/Storage/Driver/Decorator/Timer.php            |    2 +-
 framework/Perms/lib/Horde/Perms/Permission/Kolab.php              |   13 ++--
 framework/Perms/lib/Horde/Perms/Permission/Kolab/Acl/Group.php    |    9 ++-
 framework/Perms/lib/Horde/Perms/Permission/Kolab/AclIterator.php  |    9 ++-
 .../Perms/lib/Horde/Perms/Permission/Kolab/Element/Group.php      |    9 ++-
 .../Perms/lib/Horde/Perms/Permission/Kolab/ElementIterator.php    |   10 ++-
 framework/Share/lib/Horde/Share/Base.php                          |   14 +++--
 framework/Share/lib/Horde/Share/Kolab.php                         |   12 ++--
 framework/Share/lib/Horde/Share/Object/Kolab.php                  |   11 ++--
 framework/Share/lib/Horde/Share/Sql.php                           |    3 +-
 framework/Share/lib/Horde/Share/Sqlng.php                         |    3 +-
 12 files changed, 54 insertions(+), 43 deletions(-)

http://git.horde.org/horde-git/-/commit/665fc2880477a9ca8efb7fa701552c6eec13e0fd

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

commit d1532a3e9b91963ca19ddce70d22e26f4856f776
Author: Jan Schneider <jan at horde.org>
Date:   Sat Mar 5 19:04:44 2011 +0100

    Allow to pass the config file path to Horde_Test_Case::getConfig().

 .gitignore                                               |    6 ------
 framework/Share/test/Horde/Share/Sql/MysqlTest.php       |    3 ++-
 framework/Share/test/Horde/Share/Sql/MysqliTest.php      |    3 ++-
 framework/Share/test/Horde/Share/Sql/Pdo/MysqlTest.php   |    3 ++-
 framework/Share/test/Horde/Share/Sql/Pdo/PgsqlTest.php   |    3 ++-
 framework/Share/test/Horde/Share/Sqlng/MysqlTest.php     |    3 ++-
 framework/Share/test/Horde/Share/Sqlng/MysqliTest.php    |    3 ++-
 framework/Share/test/Horde/Share/Sqlng/Pdo/MysqlTest.php |    3 ++-
 framework/Share/test/Horde/Share/Sqlng/Pdo/PgsqlTest.php |    3 ++-
 framework/Share/test/Horde/Share/conf.php.dist           |    2 --
 framework/Test/lib/Horde/Test/Case.php                   |   11 +++++++----
 11 files changed, 23 insertions(+), 20 deletions(-)

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

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

commit 840392473461fdde7040004a26bceac2a3cc3dcf
Author: Jan Schneider <jan at horde.org>
Date:   Sat Mar 5 19:11:52 2011 +0100

    Add configuration for unit tests.

 .gitignore                                             |    1 +
 framework/Group/test/Horde/Group/Sql/MysqlTest.php     |    3 +-
 framework/Group/test/Horde/Group/Sql/MysqliTest.php    |    3 +-
 framework/Group/test/Horde/Group/Sql/Pdo/MysqlTest.php |    3 +-
 framework/Group/test/Horde/Group/Sql/Pdo/PgsqlTest.php |    3 +-
 framework/Group/test/Horde/Group/conf.php.dist         |   33 ++++++++++++++++
 6 files changed, 42 insertions(+), 4 deletions(-)
 create mode 100644 framework/Group/test/Horde/Group/conf.php.dist

http://git.horde.org/horde-git/-/commit/840392473461fdde7040004a26bceac2a3cc3dcf




More information about the commits mailing list