[commits] Horde branch master updated.

Gunnar Wrobel p at rdus.de
Wed Apr 8 16:49:57 UTC 2009


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

from: 2c6e43eb01a0c1dad951695b92d07b3a3454b1ba

fa0bb9d... Fix the location of handling derived attributes. It does not need to happen for every object class.
7d8a09b... Fix the kolabGroupOfNames hierarchy by adding a class for groupofnames. Support it in the server.
3260fdb... Return all attributes in a hash.
f180ad0... Do not have undefined entries.
7df106b... Fixed the domain maintainer attributes.
8134f3a... Fixed the Kolab User attributes.
83a3399... Fixed the attributes of Kolabinetorgperson.
9b507c4... Updated the definition of Kolabsharedfolder for the new library structure.
38ae498... No empty attribute definitions.
d4ace25... Fix the attributes of the person class.
60236d1... Fix testing so that it runs through again.

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

commit fa0bb9da4ff2009d64cf14cbaefbc6dfe6abb49f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 8 18:49:54 2009 +0200

    Fix the location of handling derived attributes. It does not need to happen for every object class.

 framework/Kolab_Server/lib/Horde/Kolab/Server.php |   43 +++++++++++----------
 1 files changed, 22 insertions(+), 21 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server.php?rt=horde-git&r1=5d58ddf451b06d719bc70181c18144bd41dce262&r2=fa0bb9da4ff2009d64cf14cbaefbc6dfe6abb49f

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

commit 7d8a09b91707ca667a32023ffa9a82655801f8e7
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 8 18:50:52 2009 +0200

    Fix the kolabGroupOfNames hierarchy by adding a class for groupofnames. Support it in the server.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Kolab.php           |    1 +
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Groupofnames.php   |  232 +++++
 .../lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php           |  217 +----
 framework/Kolab_Server/package.xml                                |    2 +
 4 files changed, 268 insertions(+), 184 deletions(-)
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Groupofnames.php

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Kolab.php?rt=horde-git&r1=d43c9b763f3218a1c46094cf6f0d881f5b561b50&r2=7d8a09b91707ca667a32023ffa9a82655801f8e7
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Groupofnames.php?rt=horde-git&r=7d8a09b91707ca667a32023ffa9a82655801f8e7
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php?rt=horde-git&r1=e74679fb6951926f21932953573928ea482b8350&r2=7d8a09b91707ca667a32023ffa9a82655801f8e7
http://git.horde.org/diff.php/framework/Kolab_Server/package.xml?rt=horde-git&r1=a55f7889272e65bc599d40e0b27273171f4e2da5&r2=7d8a09b91707ca667a32023ffa9a82655801f8e7

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

commit 3260fdbc4cb20224dbc939b7e33684610bf63d44
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 8 18:51:38 2009 +0200

    Return all attributes in a hash.
    
    Fix initializing the cache if the object did not exist.

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

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php?rt=horde-git&r1=ac6c82c75bc1bbbf94cc75f077f9396f92e77d3a&r2=3260fdbc4cb20224dbc939b7e33684610bf63d44

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

commit f180ad08e85599b598fb8cc089b02d437b04da46
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 8 18:51:58 2009 +0200

    Do not have undefined entries.

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

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php?rt=horde-git&r1=df491c2684d9528ac60ca9dc1d97fc2282098a24&r2=f180ad08e85599b598fb8cc089b02d437b04da46

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

commit 7df106bc42ef9d0199935139a6b32f04bf3deef8
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 8 18:52:10 2009 +0200

    Fixed the domain maintainer attributes.

 .../lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php      |   10 ++--
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php?rt=horde-git&r1=a55f7889272e65bc599d40e0b27273171f4e2da5&r2=7df106bc42ef9d0199935139a6b32f04bf3deef8

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

commit 8134f3a217fcf858f66effc6c239ec26207277e3
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 8 18:52:25 2009 +0200

    Fixed the Kolab User attributes.

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

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php?rt=horde-git&r1=ba921ff3fe57f29bed7b2063c7cca1a929ccd035&r2=8134f3a217fcf858f66effc6c239ec26207277e3

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

commit 83a3399b01c268feeb0276c3e466f5c10e9348b6
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 8 18:52:40 2009 +0200

    Fixed the attributes of Kolabinetorgperson.

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

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php?rt=horde-git&r1=95e2360f2b99c970f4341cf7479259a8e7ebd297&r2=83a3399b01c268feeb0276c3e466f5c10e9348b6

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

commit 9b507c44d4c8f1a908c8398c1c065d8c21a5f953
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 8 18:53:11 2009 +0200

    Updated the definition of Kolabsharedfolder for the new library structure.

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

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabsharedfolder.php?rt=horde-git&r1=a55f7889272e65bc599d40e0b27273171f4e2da5&r2=9b507c44d4c8f1a908c8398c1c065d8c21a5f953

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

commit 38ae4984de4d848c23002add7113b1d6970fbb5e
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 8 18:53:23 2009 +0200

    No empty attribute definitions.

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

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Organizationalperson.php?rt=horde-git&r1=31c893713981d3083cc4171945b4e36f90ccba2e&r2=38ae4984de4d848c23002add7113b1d6970fbb5e

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

commit d4ace251fc492f1a2b63eeecd3670c824e0290de
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 8 18:53:37 2009 +0200

    Fix the attributes of the person class.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php |   12 ++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php?rt=horde-git&r1=e38a930e7e1e462026a8e7ff3d0a20376b9fa4dd&r2=d4ace251fc492f1a2b63eeecd3670c824e0290de

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

commit 60236d19975b5e003a5738413f9ccbcd3a61385e
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Apr 8 18:53:50 2009 +0200

    Fix testing so that it runs through again.

 framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php            |  186 ++---
 .../Kolab_Server/test/Horde/Kolab/Server/GroupHandlingTest.php    |    4 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/GroupTest.php      |    2 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/ObjectTest.php     |   10 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php     |   13 +
 framework/Kolab_Server/test/Horde/Kolab/Server/UserTest.php       |    2 +-
 6 files changed, 115 insertions(+), 102 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php?rt=horde-git&r1=3465975ee730bc91535a463ded35d40d8473eef4&r2=60236d19975b5e003a5738413f9ccbcd3a61385e
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/GroupHandlingTest.php?rt=horde-git&r1=3465975ee730bc91535a463ded35d40d8473eef4&r2=60236d19975b5e003a5738413f9ccbcd3a61385e
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/GroupTest.php?rt=horde-git&r1=3465975ee730bc91535a463ded35d40d8473eef4&r2=60236d19975b5e003a5738413f9ccbcd3a61385e
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/ObjectTest.php?rt=horde-git&r1=3465975ee730bc91535a463ded35d40d8473eef4&r2=60236d19975b5e003a5738413f9ccbcd3a61385e
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php?rt=horde-git&r1=3465975ee730bc91535a463ded35d40d8473eef4&r2=60236d19975b5e003a5738413f9ccbcd3a61385e
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/UserTest.php?rt=horde-git&r1=3465975ee730bc91535a463ded35d40d8473eef4&r2=60236d19975b5e003a5738413f9ccbcd3a61385e




More information about the commits mailing list