[commits] Horde branch master updated.

Gunnar Wrobel p at rdus.de
Mon Apr 13 20:57:57 UTC 2009


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

from: 8dc84314326801dcb6a52e8ffe959524366b2467

b9d2bef... Test the Organizational person and minor associated fixes.
049f6b0... Correctly identify the end of a collapsed string.
b4fea1b... Additional attributes. Fixed attribute handling. Added testing for the inetorgperson class.
9ed6202... Only check for missing attributes if the entry does not exist yet.
ca2c6af... Complete the Kolabinetorgperson class and add testing.
641e5cb... The folder type attribute belongs here.
3dd74b5... CS
61e97f1... Simplify testing.
ea249ca... Minor testing fixes.

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

commit b9d2befdaaccb3682e4fd4983fb0203bee81ff25
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 11:10:15 2009 +0200

    Test the Organizational person and minor associated fixes.

 .../lib/Horde/Kolab/Server/Object/Organizationalperson.php        |   20 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/OrgPersonTest.php  |  132 +----
 2 files changed, 42 insertions(+), 110 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Organizationalperson.php?rt=horde-git&r1=27c5486125a1292b45b89492abb8c100896e3abb&r2=b9d2befdaaccb3682e4fd4983fb0203bee81ff25
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/OrgPersonTest.php?rt=horde-git&r1=8dc84314326801dcb6a52e8ffe959524366b2467&r2=b9d2befdaaccb3682e4fd4983fb0203bee81ff25

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

commit 049f6b0c9e023e112f884885a5a059bbf8fb4caf
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 22:54:45 2009 +0200

    Correctly identify the end of a collapsed string.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php |   17 ++++++++-----
 1 files changed, 10 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php?rt=horde-git&r1=43f488ea595ca2dd2c0c39e1f8a970dec84becd5&r2=049f6b0c9e023e112f884885a5a059bbf8fb4caf

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

commit b4fea1bfb7abddd3a6cbb161a0037138a9217e44
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 22:55:32 2009 +0200

    Additional attributes. Fixed attribute handling. Added testing for the inetorgperson class.

 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php  |   98 ++-
 .../Kolab_Server/test/Horde/Kolab/Server/InetorgpersonTest.php    |  263 +++++
 2 files changed, 330 insertions(+), 31 deletions(-)
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/InetorgpersonTest.php

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php?rt=horde-git&r1=f64cae6ff084a4c8b37810c86fc2e3608567c74c&r2=b4fea1bfb7abddd3a6cbb161a0037138a9217e44
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/InetorgpersonTest.php?rt=horde-git&r=b4fea1bfb7abddd3a6cbb161a0037138a9217e44

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

commit 9ed6202eba3a2962b628e0d6adf86fe0af413456
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 22:55:57 2009 +0200

    Only check for missing attributes if the entry does not exist yet.

 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php     |   12 +++--
 1 files changed, 7 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php?rt=horde-git&r1=5661f958d4461ad4771915e16b355b15bc3ee7cc&r2=9ed6202eba3a2962b628e0d6adf86fe0af413456

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

commit ca2c6af06d93347add37b604735ee800dec057b9
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 22:56:26 2009 +0200

    Complete the Kolabinetorgperson class and add testing.

 .../lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php          |  162 ++-
 .../test/Horde/Kolab/Server/KolabinetorgpersonTest.php            |  320 +++++
 2 files changed, 466 insertions(+), 16 deletions(-)
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/KolabinetorgpersonTest.php

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php?rt=horde-git&r1=df09ad161f4fcc7cac6a7ef76f25fd38ca9405be&r2=ca2c6af06d93347add37b604735ee800dec057b9
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/KolabinetorgpersonTest.php?rt=horde-git&r=ca2c6af06d93347add37b604735ee800dec057b9

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

commit 641e5cba3374a868cf74c8cffd9c622d0ea1927f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 22:56:38 2009 +0200

    The folder type attribute belongs here.

 .../lib/Horde/Kolab/Server/Object/Kolabsharedfolder.php           |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabsharedfolder.php?rt=horde-git&r1=4d30b2c25d61c1f105832b84fa9e2d79f1324ba5&r2=641e5cba3374a868cf74c8cffd9c622d0ea1927f

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

commit 3dd74b5db6cff259af1907a881931681a21d0297
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 22:56:56 2009 +0200

    CS

 .../lib/Horde/Kolab/Server/Object/Organizationalperson.php        |   32 ++--
 1 files changed, 16 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Organizationalperson.php?rt=horde-git&r1=b9d2befdaaccb3682e4fd4983fb0203bee81ff25&r2=3dd74b5db6cff259af1907a881931681a21d0297

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

commit 61e97f14d7e900004024c0379e4e450342695c9c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 22:57:10 2009 +0200

    Simplify testing.

 framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php |   51 ++++++++++++++-
 1 files changed, 47 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php?rt=horde-git&r1=2006871a56dbe1e965f7055f6d74bfddc63ac73c&r2=61e97f14d7e900004024c0379e4e450342695c9c

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

commit ea249ca9c8542d3a465cb8abd6c6ed904c5dbc69
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 22:57:39 2009 +0200

    Minor testing fixes.

 framework/Kolab_Server/test/Horde/Kolab/Server/OrgPersonTest.php |   55 +++++-
 framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php    |    2 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php    |    2 +-
 3 files changed, 47 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/OrgPersonTest.php?rt=horde-git&r1=b9d2befdaaccb3682e4fd4983fb0203bee81ff25&r2=ea249ca9c8542d3a465cb8abd6c6ed904c5dbc69
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php?rt=horde-git&r1=131e1e31777e7cec63ed1df50575c270a08e2ae2&r2=ea249ca9c8542d3a465cb8abd6c6ed904c5dbc69
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php?rt=horde-git&r1=2480e5b62e060742eaa2c448866d8aa0dc12f252&r2=ea249ca9c8542d3a465cb8abd6c6ed904c5dbc69




More information about the commits mailing list