[commits] Horde branch master updated.

Gunnar Wrobel p at rdus.de
Wed May 13 07:00:00 UTC 2009


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

from: 7d5f8c8c6fe602160ba1ac678478d7e1db78de1b

27933ba... Allow to retrieve higher order parents.
50afa09... Ensure we get a reference.
ec9dcbf... Adapt to the new way of preparing object information before saving it.
db63c91... Handling of the CN belongs into the parent class.
f217b63... Fix the DN handling.
d883e77... Make sure we get a reference we can modify here.
cced204... Adapt to the new way of preparing object information before saving.
3c63412... Correct the handling of array values when searching.
56b3636... Fix testing.

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

commit 27933bab9bf3770ab6c71f757c8e6c0c6b16c532
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed May 13 09:01:04 2009 +0200

    Allow to retrieve higher order parents.

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

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php?rt=horde-git&r1=688f79edeacafd48ab9b4a378f67b7c99f18a2c8&r2=27933bab9bf3770ab6c71f757c8e6c0c6b16c532

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

commit 50afa0937fdf739cd31552ed1293ac5b62be61a4
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed May 13 09:01:26 2009 +0200

    Ensure we get a reference.

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

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

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

commit ec9dcbfd1ec756464ef4ff6970566860ea286514
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed May 13 09:03:44 2009 +0200

    Adapt to the new way of preparing object information before saving it.

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

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

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

commit db63c91869dac10777b5ed4daf99c86b23a84f5c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed May 13 09:04:32 2009 +0200

    Handling of the CN belongs into the parent class.

 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php     |  116 -----
 .../lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php          |   84 +++
 2 files changed, 84 insertions(+), 116 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php?rt=horde-git&r1=0d3c28a62dea0a89a7971d7b0409e96bc3a40e73&r2=db63c91869dac10777b5ed4daf99c86b23a84f5c
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php?rt=horde-git&r1=0d3c28a62dea0a89a7971d7b0409e96bc3a40e73&r2=db63c91869dac10777b5ed4daf99c86b23a84f5c

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

commit f217b63526f6e246162321396873439de50f00df
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed May 13 09:04:47 2009 +0200

    Fix the DN handling.

 .../lib/Horde/Kolab/Server/Object/Kolabgermanbankarrangement.php  |   35 ++-
 .../lib/Horde/Kolab/Server/Object/Kolabpop3account.php            |   62 +----
 2 files changed, 43 insertions(+), 54 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgermanbankarrangement.php?rt=horde-git&r1=26c9c67f6fb14cdc3d1414a6664be1b7afa9f97b&r2=f217b63526f6e246162321396873439de50f00df
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabpop3account.php?rt=horde-git&r1=725276481e858d9218897b7a165f75f7f3551220&r2=f217b63526f6e246162321396873439de50f00df

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

commit d883e7727ef47e6a350d21ea6a96c8f621f2f06b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed May 13 09:05:17 2009 +0200

    Make sure we get a reference we can modify here.

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

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

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

commit cced204b9e662f66d831fe49dc58b19597cabe7c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed May 13 09:05:39 2009 +0200

    Adapt to the new way of preparing object information before saving.

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

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php?rt=horde-git&r1=fe050399654cc04f885678e539b5f48fe62a4ed7&r2=cced204b9e662f66d831fe49dc58b19597cabe7c

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

commit 3c63412aec5802524a1165fd6f1fa100634ab86b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed May 13 09:06:35 2009 +0200

    Correct the handling of array values when searching.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php?rt=horde-git&r1=91450a75c0aa6f5dcc8a7594bb5cb985c5e80e08&r2=3c63412aec5802524a1165fd6f1fa100634ab86b

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

commit 56b3636d588103e2400aa957db2318d33329cb68
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed May 13 09:06:42 2009 +0200

    Fix testing.

 .../test/Horde/Kolab/Server/KolabgermanbankarrangementTest.php    |   10 +---
 .../Kolab_Server/test/Horde/Kolab/Server/Kolabpop3accountTest.php |   13 ++---
 2 files changed, 7 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/KolabgermanbankarrangementTest.php?rt=horde-git&r1=196dc94845807d9f4f905eaeffbdf12f6667e2bc&r2=56b3636d588103e2400aa957db2318d33329cb68
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Kolabpop3accountTest.php?rt=horde-git&r1=196dc94845807d9f4f905eaeffbdf12f6667e2bc&r2=56b3636d588103e2400aa957db2318d33329cb68




More information about the commits mailing list