[commits] Horde branch master updated. a8605eeb406a0916426787924af7b3991adf01ef

Gunnar Wrobel p at rdus.de
Tue Mar 16 10:18:29 UTC 2010


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

from: 8b2a2595282e2a26e7fc117e8eb5ace09010a74e

84d46b0 Remove unnecessary interface definition.
3cbde60 Fix the API for connecting the session with a user.
c02229b Typo.
a8605ee Add logging for searches.

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

commit 84d46b09bb33a689a8a3e279b6392c95e67840b2
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 16 09:21:47 2010 +0100

    Remove unnecessary interface definition.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Composite.php       |  129 ++++
 framework/Kolab_Server/lib/Horde/Kolab/Server/Composite/Base.php  |  130 -----
 .../Kolab_Server/lib/Horde/Kolab/Server/Composite/Interface.php   |   43 --
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Base.php    |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Factory/Injector.php      |   16 +-
 .../lib/Horde/Kolab/Server/Object/Attribute/Objectclass.php       |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Base.php     |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Factory.php  |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Objects/Base.php    |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Objects/Interface.php     |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Schema/Base.php     |    2 +-
 .../lib/Horde/Kolab/Server/Schema/Decorator/Cache.php             |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Schema/Interface.php      |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Search/Base.php     |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Search/Interface.php      |    2 +-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Base.php  |    2 +-
 .../Kolab_Server/lib/Horde/Kolab/Server/Structure/Interface.php   |    2 +-
 framework/Kolab_Server/package.xml                                |    8 +-
 .../Horde/Kolab/Server/Class/Server/Factory/ConfigurationTest.php |    2 +-
 .../Horde/Kolab/Server/Class/Server/Factory/ConstructorTest.php   |    2 +-
 .../test/Horde/Kolab/Server/Class/Server/Factory/InjectorTest.php |    2 +-
 .../test/Horde/Kolab/Server/Class/Server/Factory/KolabTest.php    |    2 +-
 .../test/Horde/Kolab/Server/Class/Server/Structure/KolabTest.php  |    2 +-
 .../test/Horde/Kolab/Server/Class/Server/Structure/LdapTest.php   |    2 +-
 framework/Kolab_Server/test/Horde/Kolab/Server/TestCase.php       |    4 +-
 25 files changed, 153 insertions(+), 215 deletions(-)
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Composite.php
 delete mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Composite/Base.php
 delete mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Composite/Interface.php

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Composite.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Composite/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Composite/Interface.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory/Injector.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Attribute/Objectclass.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Factory.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Objects/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Objects/Interface.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Schema/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Schema/Decorator/Cache.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Schema/Interface.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Search/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Search/Interface.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Interface.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/package.xml?rt=horde-git&r1=2a01a4db6e07b3ec49453be2e7f82266a6b4db7e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/ConfigurationTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/ConstructorTest.php?rt=horde-git&r1=ca899517404511ca8e576410c28e397ae7bac77c&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/InjectorTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Factory/KolabTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Structure/KolabTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/Class/Server/Structure/LdapTest.php?rt=horde-git&r1=ca899517404511ca8e576410c28e397ae7bac77c&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/TestCase.php?rt=horde-git&r1=1975306a8f8de44bd1f6a0a89639f69cf41c5e86&r2=84d46b09bb33a689a8a3e279b6392c95e67840b2

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

commit 3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 16 10:22:54 2010 +0100

    Fix the API for connecting the session with a user.

 framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php          |   14 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Decorator/Anonymous.php |   15 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Decorator/Logged.php    |    9 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Decorator/Stored.php    |    9 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Base.php  |   25 +-
 .../lib/Horde/Kolab/Session/Factory/Configuration.php             |   25 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Factory/Constructor.php |    2 +-
 .../lib/Horde/Kolab/Session/Factory/Decorator/Anonymous.php       |   24 +-
 .../lib/Horde/Kolab/Session/Factory/Decorator/Logged.php          |   17 +-
 .../Kolab_Session/lib/Horde/Kolab/Session/Factory/Interface.php   |   17 +-
 framework/Kolab_Session/lib/Horde/Kolab/Session/Interface.php     |    7 +-
 .../Kolab_Session/test/Horde/Kolab/Session/Class/BaseTest.php     |  116 +++--
 .../test/Horde/Kolab/Session/Class/Decorator/AnonymousTest.php    |    8 +-
 .../test/Horde/Kolab/Session/Class/Factory/BaseTest.php           |   18 -
 .../test/Horde/Kolab/Session/Class/Factory/ConfigurationTest.php  |    2 +-
 .../test/Horde/Kolab/Session/Class/Factory/ConstructorTest.php    |    2 +-
 .../test/Horde/Kolab/Session/Integration/AnonymousTest.php        |    2 +-
 .../test/Horde/Kolab/Session/Integration/ValidTest.php            |   20 +-
 .../Kolab_Session/test/Horde/Kolab/Session/SessionTestCase.php    |    4 +-
 19 files changed, 143 insertions(+), 193 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php?rt=horde-git&r1=dd327dd1c47cdf6bddfcf5701096803b56a7ace8&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Decorator/Anonymous.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Decorator/Logged.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Decorator/Stored.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Configuration.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Constructor.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Decorator/Anonymous.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Decorator/Logged.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Interface.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/lib/Horde/Kolab/Session/Interface.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/Class/BaseTest.php?rt=horde-git&r1=0cde6648303f8e6b6640ab60d27531070f08af32&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/Class/Decorator/AnonymousTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/Class/Factory/BaseTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/Class/Factory/ConfigurationTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/Class/Factory/ConstructorTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/Integration/AnonymousTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/Integration/ValidTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6
http://git.horde.org/diff.php/framework/Kolab_Session/test/Horde/Kolab/Session/SessionTestCase.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3cbde600ec2d9fe2d5f8cd40c7d4d9dc8c2a75c6

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

commit c02229b4bd6b219bada1e49b23ace47eed1cdb34
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 16 11:17:31 2010 +0100

    Typo.

 .../lib/Horde/Kolab/Server/Search/Operation/Restrictgroups.php    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Search/Operation/Restrictgroups.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c02229b4bd6b219bada1e49b23ace47eed1cdb34

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

commit a8605eeb406a0916426787924af7b3991adf01ef
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Mar 16 11:17:51 2010 +0100

    Add logging for searches.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Decorator/Log.php |    9 ++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Decorator/Log.php?rt=horde-git&r1=1975306a8f8de44bd1f6a0a89639f69cf41c5e86&r2=a8605eeb406a0916426787924af7b3991adf01ef




More information about the commits mailing list