[commits] Horde branch master updated. 73a97eb03d608d29ec6270c46a24f16b31c5267d

Gunnar Wrobel p at rdus.de
Wed Nov 4 09:12:51 UTC 2009


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

from: 0e5e47213037c15cd4761a5bb571a77a6eac71d8

9d5fa09 Typo.
6a2a040 Fix handling the search scope.
5716e9e Interface fixes.
65c9cb2 Update.
4f89744 Move handling the internal side of the object attributes into the structure handler.
73a97eb Complete testing.

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

commit 9d5fa09f20e26c8ba5c64a95f6dc529017bf5849
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Nov 4 10:11:14 2009 +0100

    Typo.

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

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Composite/Base.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=9d5fa09f20e26c8ba5c64a95f6dc529017bf5849

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

commit 6a2a0405ba7a7876ecad29a9981cfd95282869b9
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Nov 4 10:11:31 2009 +0100

    Fix handling the search scope.

 .../Kolab_Server/lib/Horde/Kolab/Server/Connection/Mock/Ldap.php  |   39 +---
 1 files changed, 10 insertions(+), 29 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Connection/Mock/Ldap.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=6a2a0405ba7a7876ecad29a9981cfd95282869b9

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

commit 5716e9e1719dcdf1f0288a2981e2f8d438f98a7c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Nov 4 10:11:58 2009 +0100

    Interface fixes.

 framework/Kolab_Server/lib/Horde/Kolab/Server/List/Base.php      |    3 ++-
 framework/Kolab_Server/lib/Horde/Kolab/Server/List/Interface.php |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/List/Base.php?rt=horde-git&r1=ea0810fa8c34748c6426e4daa8c70b64d638a24d&r2=5716e9e1719dcdf1f0288a2981e2f8d438f98a7c
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/List/Interface.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=5716e9e1719dcdf1f0288a2981e2f8d438f98a7c

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

commit 65c9cb22c4d286f85933b5591f48b1d83c0c409f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Nov 4 10:12:06 2009 +0100

    Update.

 framework/Kolab_Server/TODO |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/TODO?rt=horde-git&r1=874423e859b773ec5db76fa07cef41509e03b1f9&r2=65c9cb22c4d286f85933b5591f48b1d83c0c409f

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

commit 4f8974460e67ac64df97fd29a9377b1b4e822236
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Nov 4 10:13:30 2009 +0100

    Move handling the internal side of the object attributes into the structure handler.

 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Base.php |   84 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Decorator.php         |   39 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Firstnamelastname.php |   58 +
 .../lib/Horde/Kolab/Server/Object/Attribute/Interface.php         |   29 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Locked.php            |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Openldapaci.php       |    5 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Single.php            |    2 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Value.php             |   14 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Base.php     |   66 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Hash.php     |   10 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php  |   67 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Interface.php      |    8 +-
 .../lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php          |   28 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Mcached.php  |   10 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php   |    4 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Top.php      |    6 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Schema/Base.php     |  252 ++--
 .../lib/Horde/Kolab/Server/Schema/Decorator/Cache.php             |    7 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Schema/Interface.php      |   24 -
 .../Kolab_Server/lib/Horde/Kolab/Server/Search/Operation/Guid.php |    2 +-
 .../lib/Horde/Kolab/Server/Search/Operation/Restrictkolab.php     |    2 +-
 .../lib/Horde/Kolab/Server/Structure/Attribute/Double.php         |  103 ++
 .../lib/Horde/Kolab/Server/Structure/Attribute/Interface.php      |   61 +
 .../lib/Horde/Kolab/Server/Structure/Attribute/Value.php          |  103 ++
 framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Base.php  |   64 +
 .../Kolab_Server/lib/Horde/Kolab/Server/Structure/Interface.php   |   29 +
 framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Ldap.php  |  161 ++-
 framework/Kolab_Server/package.xml                                |   21 +
 .../Horde/Kolab/Server/Class/Server/Connection/Mock/LdapTest.php  |  320 +++++
 .../Kolab/Server/Class/Server/Factory/Decorator/CountTest.php     |  163 +++
 .../Horde/Kolab/Server/Class/Server/Object/Attribute/BaseTest.php |   40 +-
 .../test/Horde/Kolab/Server/Class/Server/Object/BaseTest.php      |  135 +-
 .../Horde/Kolab/Server/Class/Server/Query/Element/MappedTest.php  |  171 +++
 .../Horde/Kolab/Server/Class/Server/Search/Operation/GuidTest.php |    4 +-
 .../Server/Class/Server/Search/Operation/RestrictkolabTest.php    |  108 ++
 .../test/Horde/Kolab/Server/Class/Server/Structure/LdapTest.php   |   20 +-
 .../test/Horde/Kolab/Server/Integration/InetorgpersonTest.php     |   74 +-
 .../Kolab/Server/Integration/KolabgermanbankarrangementTest.php   |    2 +-
 .../Horde/Kolab/Server/Integration/KolabinetorgpersonTest.php     |    2 +-
 .../test/Horde/Kolab/Server/Integration/Kolabpop3accountTest.php  |    2 +-
 .../Horde/Kolab/Server/Integration/SearchguidforuidormailTest.php |   78 +
 41 files changed, 1791 insertions(+), 589 deletions(-)
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Firstnamelastname.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Attribute/Double.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Attribute/Interface.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Attribute/Value.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/Decorator/CountTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Query/Element/MappedTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Search/Operation/RestrictkolabTest.php
 create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Integration/SearchguidforuidormailTest.php

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Base.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Decorator.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Firstnamelastname.php?rt=horde-git&r=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Interface.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Locked.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Openldapaci.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Single.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Value.php?rt=horde-git&r1=04e0e03ff9bbd7998c4d89d2e8407094755eb68e&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Base.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Hash.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Interface.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Mcached.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php?rt=horde-git&r1=712379bc7027b05858da2404a1120002b163bbe5&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Top.php?rt=horde-git&r1=712379bc7027b05858da2404a1120002b163bbe5&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Schema/Base.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Schema/Decorator/Cache.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Schema/Interface.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Search/Operation/Guid.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Search/Operation/Restrictkolab.php?rt=horde-git&r1=cfb6433d649687e426181162b1ff503e93bcc2f2&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Attribute/Double.php?rt=horde-git&r=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Attribute/Interface.php?rt=horde-git&r=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Attribute/Value.php?rt=horde-git&r=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Base.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Interface.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Ldap.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/package.xml?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Connection/Mock/LdapTest.php?rt=horde-git&r1=712379bc7027b05858da2404a1120002b163bbe5&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/Decorator/CountTest.php?rt=horde-git&r=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Object/Attribute/BaseTest.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Object/BaseTest.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Query/Element/MappedTest.php?rt=horde-git&r=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Search/Operation/GuidTest.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Search/Operation/RestrictkolabTest.php?rt=horde-git&r=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Structure/LdapTest.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/InetorgpersonTest.php?rt=horde-git&r1=ea0810fa8c34748c6426e4daa8c70b64d638a24d&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/KolabgermanbankarrangementTest.php?rt=horde-git&r1=ea0810fa8c34748c6426e4daa8c70b64d638a24d&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/KolabinetorgpersonTest.php?rt=horde-git&r1=ea0810fa8c34748c6426e4daa8c70b64d638a24d&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/Kolabpop3accountTest.php?rt=horde-git&r1=ea0810fa8c34748c6426e4daa8c70b64d638a24d&r2=4f8974460e67ac64df97fd29a9377b1b4e822236
http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Integration/SearchguidforuidormailTest.php?rt=horde-git&r=4f8974460e67ac64df97fd29a9377b1b4e822236

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

commit 73a97eb03d608d29ec6270c46a24f16b31c5267d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Nov 4 10:14:22 2009 +0100

    Complete testing.

 framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php          |    6 +-
 framework/Kolab_Session/package.xml                               |    4 +-
 .../test/Horde/Kolab/Session/Class/SingletonTest.php              |   63 ----
 .../test/Horde/Kolab/Session/Integration/SingletonTest.php        |   75 +++++
 4 files changed, 80 insertions(+), 68 deletions(-)
 delete mode 100644 framework/Kolab_Session/test/Horde/Kolab/Session/Class/SingletonTest.php
 create mode 100644 framework/Kolab_Session/test/Horde/Kolab/Session/Integration/SingletonTest.php

http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php?rt=horde-git&r1=cfb6433d649687e426181162b1ff503e93bcc2f2&r2=73a97eb03d608d29ec6270c46a24f16b31c5267d
http://git.horde.org/diff.php/framework/Kolab_Session/package.xml?rt=horde-git&r1=b0565c9534ee799f6311872da7138bb3916c7a45&r2=73a97eb03d608d29ec6270c46a24f16b31c5267d
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/Class/SingletonTest.php?rt=horde-git&r1=90d3e576ac9aa82c82caaf0c1659290ca60d953d&r2=73a97eb03d608d29ec6270c46a24f16b31c5267d
http://git.horde.org/co.php/framework/Kolab_Session/test/Horde/Kolab/Session/Integration/SingletonTest.php?rt=horde-git&r=73a97eb03d608d29ec6270c46a24f16b31c5267d




More information about the commits mailing list