[commits] Horde branch master updated. 666fd2783ad1e287962493b5fa58c971352e555d

Gunnar Wrobel p at rdus.de
Wed Aug 25 17:29:44 UTC 2010


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

from: 8455f906c8cdfb293fcf0083f754d4d4fde79c4a

e1da6f4 Removed deprecated &new
78765ef Add the exception definition for this package.
d634e19 Use autoloading.
650c02d The test setup needs to be removed later. Minor fixes to prevent failures.
1cb1647 Reactivate testing and make the basic filter test work again.
f16d247 Start switching to injected logging.
5cf512d Extract the command line parsing.
2b3e623 Rewrote the basic filter definition.
b6aed52 MFB: Cleanup logging.
0d8fd28 Working Incoming test.
6c5cb5c Start new Itip library.
5b5f395 Added testing and fixed some initial problems.
fe6d273 Adapt to Icalendar H4 changes. Complete testing.
e0d4936 Start adding an Imp test suite.
edfe90f Completed testing of sending the iTip response.
25da03f Converted Imp to use the Horde_Itip library.
f57afbb phpdoc
43a59fb Fix copyright for the things that were paid and stuff that I did in my spare time.
c7bc485 Complete unit testing for Horde_Itip.
59361c8 Update package.xml
8b696ad Start using Horde_Itip in Kolab_Resource.
666fd27 Adapt testing to recent changes in HEAD.

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

commit e1da6f4624b224d71e30627cfe1c7410eada0fb1
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 8 08:13:02 2010 +0200

    Removed deprecated &new

 framework/Kolab_Filter/script/Horde/Kolab/Filter/kolabfilter.php  |    5 ++---
 .../Kolab_Filter/script/Horde/Kolab/Filter/kolabmailboxfilter.php |    5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Filter/script/Horde/Kolab/Filter/kolabfilter.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=e1da6f4624b224d71e30627cfe1c7410eada0fb1
http://git.horde.org/diff.php/framework/Kolab_Filter/script/Horde/Kolab/Filter/kolabmailboxfilter.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=e1da6f4624b224d71e30627cfe1c7410eada0fb1

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

commit 78765ef2138d355f02b59a54b0fdac794d5ac0d0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 8 11:31:10 2010 +0200

    Add the exception definition for this package.

 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception.php |   76 +++++++++++
 framework/Kolab_Filter/package.xml                          |    2 +
 2 files changed, 78 insertions(+), 0 deletions(-)
 create mode 100644 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception.php

http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=78765ef2138d355f02b59a54b0fdac794d5ac0d0
http://git.horde.org/diff.php/framework/Kolab_Filter/package.xml?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=78765ef2138d355f02b59a54b0fdac794d5ac0d0

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

commit d634e1991586edf76c46d4a775e2f170bd0b3a16
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 8 11:32:34 2010 +0200

    Use autoloading.

 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Outlook.php |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Outlook.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=d634e1991586edf76c46d4a775e2f170bd0b3a16

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

commit 650c02d7086fa1ab6a19a3c7508acde330ae253d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 8 11:33:12 2010 +0200

    The test setup needs to be removed later. Minor fixes to prevent failures.

 framework/Kolab_Filter/lib/Horde/Kolab/Test/Filter.php |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Test/Filter.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=650c02d7086fa1ab6a19a3c7508acde330ae253d

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

commit 1cb16470064ec65628126759405dee73a96308ef
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 8 11:33:41 2010 +0200

    Reactivate testing and make the basic filter test work again.

 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php           |   22 +-
 framework/Kolab_Filter/test/Horde/Kolab/Filter/AllTests.php      |   87 +++++
 framework/Kolab_Filter/test/Horde/Kolab/Filter/Autoload.php      |   38 +++
 framework/Kolab_Filter/test/Horde/Kolab/Filter/FilterTest.php    |   37 ++-
 framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php |   90 ++++++
 5 files changed, 253 insertions(+), 21 deletions(-)
 create mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/AllTests.php
 create mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/Autoload.php
 create mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php

http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=1cb16470064ec65628126759405dee73a96308ef
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/AllTests.php?rt=horde-git&r1=685a6450a7bdc07e9195d959a7e0e62b79727aa7&r2=1cb16470064ec65628126759405dee73a96308ef
http://git.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/Autoload.php?rt=horde-git&r=1cb16470064ec65628126759405dee73a96308ef
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/FilterTest.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=1cb16470064ec65628126759405dee73a96308ef
http://git.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php?rt=horde-git&r=1cb16470064ec65628126759405dee73a96308ef

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

commit f16d2476fc1794bf5819cef3445c37f34accf804
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 8 11:45:16 2010 +0200

    Start switching to injected logging.

 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php        |   35 ++++++--
 framework/Kolab_Filter/test/Horde/Kolab/Filter/FilterTest.php |    6 +-
 2 files changed, 31 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php?rt=horde-git&r1=1cb16470064ec65628126759405dee73a96308ef&r2=f16d2476fc1794bf5819cef3445c37f34accf804
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/FilterTest.php?rt=horde-git&r1=1cb16470064ec65628126759405dee73a96308ef&r2=f16d2476fc1794bf5819cef3445c37f34accf804

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

commit 5cf512d63fa504fe8d63edd83e243f42934953d0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 8 13:40:12 2010 +0200

    Extract the command line parsing.

 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php            |   68 +--
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Cli.php             |  149 +++++
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Cli/Parser.php      |   42 ++
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception.php       |    2 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception/Usage.php |   48 ++
 framework/Kolab_Filter/package.xml                                |   21 +-
 framework/Kolab_Filter/test/Horde/Kolab/Filter/FilterTest.php     |   71 --
 .../Kolab_Filter/test/Horde/Kolab/Filter/Integration/CliTest.php  |  103 +++
 8 files changed, 370 insertions(+), 134 deletions(-)
 create mode 100644 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Cli.php
 create mode 100644 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Cli/Parser.php
 create mode 100644 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception/Usage.php
 delete mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/FilterTest.php
 create mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/Integration/CliTest.php

http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php?rt=horde-git&r1=f16d2476fc1794bf5819cef3445c37f34accf804&r2=5cf512d63fa504fe8d63edd83e243f42934953d0
http://git.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Cli.php?rt=horde-git&r=5cf512d63fa504fe8d63edd83e243f42934953d0
http://git.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Cli/Parser.php?rt=horde-git&r=5cf512d63fa504fe8d63edd83e243f42934953d0
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception.php?rt=horde-git&r1=78765ef2138d355f02b59a54b0fdac794d5ac0d0&r2=5cf512d63fa504fe8d63edd83e243f42934953d0
http://git.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception/Usage.php?rt=horde-git&r=5cf512d63fa504fe8d63edd83e243f42934953d0
http://git.horde.org/diff.php/framework/Kolab_Filter/package.xml?rt=horde-git&r1=78765ef2138d355f02b59a54b0fdac794d5ac0d0&r2=5cf512d63fa504fe8d63edd83e243f42934953d0
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/FilterTest.php?rt=horde-git&r1=f16d2476fc1794bf5819cef3445c37f34accf804&r2=5cf512d63fa504fe8d63edd83e243f42934953d0
http://git.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/Integration/CliTest.php?rt=horde-git&r=5cf512d63fa504fe8d63edd83e243f42934953d0

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

commit 2b3e6238214798f8aacaddfeced9459631e1b80a
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 15 22:26:41 2010 +0200

    Rewrote the basic filter definition.

 framework/Kolab_Filter/lib/Horde/Kolab/Filter.php                 |   66 +
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php            |  235 +---
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Configuration.php   |  193 +++
 .../Kolab_Filter/lib/Horde/Kolab/Filter/Exception/IoError.php     |   46 +
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Factory.php         |   98 ++
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Incoming.php        |   47 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Temporary.php       |   31 +
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Temporary/File.php  |  126 ++
 framework/Kolab_Filter/package.xml                                |   13 +
 framework/Kolab_Filter/test/Horde/Kolab/Filter/AllTests.php       |   24 +-
 framework/Kolab_Filter/test/Horde/Kolab/Filter/Autoload.php       |    3 +
 framework/Kolab_Filter/test/Horde/Kolab/Filter/ContentTest.php    |  199 ---
 framework/Kolab_Filter/test/Horde/Kolab/Filter/ContentTestOld.php |  199 +++
 .../Kolab_Filter/test/Horde/Kolab/Filter/Helper/AddressFilter.php |   79 +
 framework/Kolab_Filter/test/Horde/Kolab/Filter/IncomingTest.php   |   85 -
 .../Kolab_Filter/test/Horde/Kolab/Filter/Integration/CliTest.php  |   35 +-
 .../test/Horde/Kolab/Filter/Integration/IncomingTest.php          |   65 +
 framework/Kolab_Filter/test/Horde/Kolab/Filter/LoadTest.php       |  117 --
 framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTest.php   |  371 -----
 .../Kolab_Filter/test/Horde/Kolab/Filter/ResourceTestOld.php      |  371 +++++
 framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php  |   84 +-
 .../test/Horde/Kolab/Filter/Unit/Helper/AddressFilter.php         |  113 ++
 22 files changed, 1580 insertions(+), 1020 deletions(-)
 create mode 100644 framework/Kolab_Filter/lib/Horde/Kolab/Filter.php
 create mode 100644 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Configuration.php
 create mode 100644 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception/IoError.php
 create mode 100644 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Factory.php
 create mode 100644 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Temporary.php
 create mode 100644 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Temporary/File.php
 delete mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/ContentTest.php
 create mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/ContentTestOld.php
 create mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/Helper/AddressFilter.php
 delete mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/IncomingTest.php
 create mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/Integration/IncomingTest.php
 delete mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/LoadTest.php
 delete mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTest.php
 create mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTestOld.php
 create mode 100644 framework/Kolab_Filter/test/Horde/Kolab/Filter/Unit/Helper/AddressFilter.php

http://git.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter.php?rt=horde-git&r=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php?rt=horde-git&r1=5cf512d63fa504fe8d63edd83e243f42934953d0&r2=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Configuration.php?rt=horde-git&r=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception/IoError.php?rt=horde-git&r=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Factory.php?rt=horde-git&r=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Incoming.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Temporary.php?rt=horde-git&r=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Temporary/File.php?rt=horde-git&r=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/diff.php/framework/Kolab_Filter/package.xml?rt=horde-git&r1=5cf512d63fa504fe8d63edd83e243f42934953d0&r2=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/AllTests.php?rt=horde-git&r1=1cb16470064ec65628126759405dee73a96308ef&r2=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/Autoload.php?rt=horde-git&r1=1cb16470064ec65628126759405dee73a96308ef&r2=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/ContentTest.php?rt=horde-git&r1=917493ab75dbc9730c59808ca8428e8843bbb264&r2=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/ContentTestOld.php?rt=horde-git&r=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/Helper/AddressFilter.php?rt=horde-git&r=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/IncomingTest.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/Integration/CliTest.php?rt=horde-git&r1=5cf512d63fa504fe8d63edd83e243f42934953d0&r2=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/Integration/IncomingTest.php?rt=horde-git&r=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/LoadTest.php?rt=horde-git&r1=917493ab75dbc9730c59808ca8428e8843bbb264&r2=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTest.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTestOld.php?rt=horde-git&r=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php?rt=horde-git&r1=1cb16470064ec65628126759405dee73a96308ef&r2=2b3e6238214798f8aacaddfeced9459631e1b80a
http://git.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/Unit/Helper/AddressFilter.php?rt=horde-git&r=2b3e6238214798f8aacaddfeced9459631e1b80a

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

commit b6aed52c57895daa80674956172fcc9894d26707
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 15 23:36:38 2010 +0200

    MFB: Cleanup logging.

 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Configuration.php   |    2 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Response.php        |   44 +++--
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/drop.php  |    2 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/echo.php  |    2 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/lda.php   |    2 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/lmtp.php  |    2 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/smtp.php  |    2 +-
 .../Kolab_Filter/lib/Horde/Kolab/Filter/Transport/stdout.php      |    2 +-
 8 files changed, 37 insertions(+), 21 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Configuration.php?rt=horde-git&r1=2b3e6238214798f8aacaddfeced9459631e1b80a&r2=b6aed52c57895daa80674956172fcc9894d26707
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Response.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=b6aed52c57895daa80674956172fcc9894d26707
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/drop.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=b6aed52c57895daa80674956172fcc9894d26707
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/echo.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=b6aed52c57895daa80674956172fcc9894d26707
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/lda.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=b6aed52c57895daa80674956172fcc9894d26707
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/lmtp.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=b6aed52c57895daa80674956172fcc9894d26707
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/smtp.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=b6aed52c57895daa80674956172fcc9894d26707
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/stdout.php?rt=horde-git&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=b6aed52c57895daa80674956172fcc9894d26707

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

commit 0d8fd2880aeda33139a0bc84a9e61b2c6c2224c5
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 22 16:59:38 2010 +0200

    Working Incoming test.

 framework/Kolab_Filter/lib/Horde/Kolab/Filter.php                 |   35 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php            |   26 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Configuration.php   |   23 +-
 .../Kolab_Filter/lib/Horde/Kolab/Filter/Exception/Temporary.php   |   48 ++
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Factory.php         |   25 +
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Incoming.php        |   89 ++-
 framework/Kolab_Filter/package.xml                                |    3 +
 framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php  |    4 +
 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory.php         |  165 +++++
 9 files changed, 357 insertions(+), 61 deletions(-)
 create mode 100644 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception/Temporary.php
 create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Factory.php

http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter.php?rt=horde-git&r1=2b3e6238214798f8aacaddfeced9459631e1b80a&r2=0d8fd2880aeda33139a0bc84a9e61b2c6c2224c5
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php?rt=horde-git&r1=2b3e6238214798f8aacaddfeced9459631e1b80a&r2=0d8fd2880aeda33139a0bc84a9e61b2c6c2224c5
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Configuration.php?rt=horde-git&r1=b6aed52c57895daa80674956172fcc9894d26707&r2=0d8fd2880aeda33139a0bc84a9e61b2c6c2224c5
http://git.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Exception/Temporary.php?rt=horde-git&r=0d8fd2880aeda33139a0bc84a9e61b2c6c2224c5
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Factory.php?rt=horde-git&r1=2b3e6238214798f8aacaddfeced9459631e1b80a&r2=0d8fd2880aeda33139a0bc84a9e61b2c6c2224c5
http://git.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Incoming.php?rt=horde-git&r1=2b3e6238214798f8aacaddfeced9459631e1b80a&r2=0d8fd2880aeda33139a0bc84a9e61b2c6c2224c5
http://git.horde.org/diff.php/framework/Kolab_Filter/package.xml?rt=horde-git&r1=2b3e6238214798f8aacaddfeced9459631e1b80a&r2=0d8fd2880aeda33139a0bc84a9e61b2c6c2224c5
http://git.horde.org/diff.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/StoryTestCase.php?rt=horde-git&r1=2b3e6238214798f8aacaddfeced9459631e1b80a&r2=0d8fd2880aeda33139a0bc84a9e61b2c6c2224c5
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Factory.php?rt=horde-git&r1=a005fd6ede20332cacf84c9ab9552f12a10b38c4&r2=0d8fd2880aeda33139a0bc84a9e61b2c6c2224c5

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

commit 6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
Author: Gunnar Wrobel <wrobel at temple.(none)>
Date:   Wed Aug 4 15:58:44 2010 +0200

    Start new Itip library.

 framework/Itip/TODO                                       |    3 +
 framework/Itip/lib/Horde/Itip.php                         |  141 +++
 framework/Itip/lib/Horde/Itip/Event.php                   |  103 ++
 framework/Itip/lib/Horde/Itip/Event/Vevent.php            |  615 +++++++++++++
 framework/Itip/lib/Horde/Itip/Exception.php               |   30 +
 framework/Itip/lib/Horde/Itip/Resource.php                |   51 +
 framework/Itip/lib/Horde/Itip/Resource/Base.php           |   87 ++
 framework/Itip/lib/Horde/Itip/Response.php                |  172 ++++
 framework/Itip/lib/Horde/Itip/Response/Type.php           |   65 ++
 framework/Itip/lib/Horde/Itip/Response/Type/Accept.php    |   65 ++
 framework/Itip/lib/Horde/Itip/Response/Type/Base.php      |  125 +++
 framework/Itip/lib/Horde/Itip/Response/Type/Decline.php   |   65 ++
 framework/Itip/lib/Horde/Itip/Response/Type/Tentative.php |   65 ++
 13 files changed, 1587 insertions(+), 0 deletions(-)
 create mode 100644 framework/Itip/TODO
 create mode 100644 framework/Itip/lib/Horde/Itip.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Event.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Event/Vevent.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Exception.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Resource.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Resource/Base.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Response.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Response/Type.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Response/Type/Accept.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Response/Type/Base.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Response/Type/Decline.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Response/Type/Tentative.php

http://git.horde.org/co.php/framework/Itip/TODO?rt=horde-git&r=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip.php?rt=horde-git&r=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Event.php?rt=horde-git&r=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Event/Vevent.php?rt=horde-git&r=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Exception.php?rt=horde-git&r=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Resource.php?rt=horde-git&r=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Resource/Base.php?rt=horde-git&r=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Response.php?rt=horde-git&r=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Response/Type.php?rt=horde-git&r=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Response/Type/Accept.php?rt=horde-git&r=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Response/Type/Base.php?rt=horde-git&r=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Response/Type/Decline.php?rt=horde-git&r=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Response/Type/Tentative.php?rt=horde-git&r=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea

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

commit 5b5f395feb19fd4cc456b5f20f36efc8c8bf2a56
Author: Gunnar Wrobel <p at rdus.de>
Date:   Fri Aug 6 22:41:54 2010 +0200

    Added testing and fixed some initial problems.

 framework/Itip/lib/Horde/Itip/Event/Vevent.php          |   42 +--
 framework/Itip/lib/Horde/Itip/Response.php              |   48 ++--
 framework/Itip/package.xml                              |  140 ++++++++
 framework/Itip/test/Horde/Itip/AllTests.php             |   45 +++
 framework/Itip/test/Horde/Itip/Autoload.php             |   29 ++
 framework/Itip/test/Horde/Itip/Integration/ItipTest.php |  256 +++++++++++++++
 framework/Itip/test/Horde/Itip/phpunit.xml              |    8 +
 7 files changed, 516 insertions(+), 52 deletions(-)
 create mode 100644 framework/Itip/package.xml
 create mode 100644 framework/Itip/test/Horde/Itip/AllTests.php
 create mode 100644 framework/Itip/test/Horde/Itip/Autoload.php
 create mode 100644 framework/Itip/test/Horde/Itip/Integration/ItipTest.php
 create mode 100644 framework/Itip/test/Horde/Itip/phpunit.xml

http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Event/Vevent.php?rt=horde-git&r1=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea&r2=5b5f395feb19fd4cc456b5f20f36efc8c8bf2a56
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response.php?rt=horde-git&r1=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea&r2=5b5f395feb19fd4cc456b5f20f36efc8c8bf2a56
http://git.horde.org/co.php/framework/Itip/package.xml?rt=horde-git&r=5b5f395feb19fd4cc456b5f20f36efc8c8bf2a56
http://git.horde.org/co.php/framework/Itip/test/Horde/Itip/AllTests.php?rt=horde-git&r=5b5f395feb19fd4cc456b5f20f36efc8c8bf2a56
http://git.horde.org/co.php/framework/Itip/test/Horde/Itip/Autoload.php?rt=horde-git&r=5b5f395feb19fd4cc456b5f20f36efc8c8bf2a56
http://git.horde.org/co.php/framework/Itip/test/Horde/Itip/Integration/ItipTest.php?rt=horde-git&r=5b5f395feb19fd4cc456b5f20f36efc8c8bf2a56
http://git.horde.org/co.php/framework/Itip/test/Horde/Itip/phpunit.xml?rt=horde-git&r=5b5f395feb19fd4cc456b5f20f36efc8c8bf2a56

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

commit fe6d273c6b5c8418afecfcb28fff4951b94d4395
Author: Gunnar Wrobel <wrobel at temple.(none)>
Date:   Sun Aug 8 11:15:14 2010 +0200

    Adapt to Icalendar H4 changes. Complete testing.

 framework/Itip/lib/Horde/Itip.php                        |   10 +-
 framework/Itip/lib/Horde/Itip/Event.php                  |    4 -
 framework/Itip/lib/Horde/Itip/Event/Vevent.php           |  169 +-------------
 framework/Itip/lib/Horde/Itip/Response.php               |    9 +-
 framework/Itip/test/Horde/Itip/Integration/ItipTest.php  |   62 ++++--
 framework/Itip/test/Horde/Itip/Unit/Event/VeventTest.php |   54 +++++
 6 files changed, 118 insertions(+), 190 deletions(-)
 create mode 100644 framework/Itip/test/Horde/Itip/Unit/Event/VeventTest.php

http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip.php?rt=horde-git&r1=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea&r2=fe6d273c6b5c8418afecfcb28fff4951b94d4395
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Event.php?rt=horde-git&r1=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea&r2=fe6d273c6b5c8418afecfcb28fff4951b94d4395
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Event/Vevent.php?rt=horde-git&r1=5b5f395feb19fd4cc456b5f20f36efc8c8bf2a56&r2=fe6d273c6b5c8418afecfcb28fff4951b94d4395
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response.php?rt=horde-git&r1=5b5f395feb19fd4cc456b5f20f36efc8c8bf2a56&r2=fe6d273c6b5c8418afecfcb28fff4951b94d4395
http://git.horde.org/diff.php/framework/Itip/test/Horde/Itip/Integration/ItipTest.php?rt=horde-git&r1=5b5f395feb19fd4cc456b5f20f36efc8c8bf2a56&r2=fe6d273c6b5c8418afecfcb28fff4951b94d4395
http://git.horde.org/co.php/framework/Itip/test/Horde/Itip/Unit/Event/VeventTest.php?rt=horde-git&r=fe6d273c6b5c8418afecfcb28fff4951b94d4395

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

commit e0d49365f584d8822a44cced8169601cb9e6c854
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Aug 9 08:10:22 2010 +0200

    Start adding an Imp test suite.

 imp/lib/tests/Imp/AllTests.php                  |   45 +++++++++++++++++++++
 imp/lib/tests/Imp/Autoload.php                  |   36 +++++++++++++++++
 imp/lib/tests/Imp/Unit/Mime/Viewer/ItipTest.php |   48 +++++++++++++++++++++++
 imp/lib/tests/Imp/phpunit.xml                   |    8 ++++
 4 files changed, 137 insertions(+), 0 deletions(-)
 create mode 100644 imp/lib/tests/Imp/AllTests.php
 create mode 100644 imp/lib/tests/Imp/Autoload.php
 create mode 100644 imp/lib/tests/Imp/Unit/Mime/Viewer/ItipTest.php
 create mode 100644 imp/lib/tests/Imp/phpunit.xml

http://git.horde.org/co.php/imp/lib/tests/Imp/AllTests.php?rt=horde-git&r=e0d49365f584d8822a44cced8169601cb9e6c854
http://git.horde.org/co.php/imp/lib/tests/Imp/Autoload.php?rt=horde-git&r=e0d49365f584d8822a44cced8169601cb9e6c854
http://git.horde.org/co.php/imp/lib/tests/Imp/Unit/Mime/Viewer/ItipTest.php?rt=horde-git&r=e0d49365f584d8822a44cced8169601cb9e6c854
http://git.horde.org/co.php/imp/lib/tests/Imp/phpunit.xml?rt=horde-git&r=e0d49365f584d8822a44cced8169601cb9e6c854

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

commit edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Aug 10 18:01:18 2010 +0200

    Completed testing of sending the iTip response.

 imp/lib/tests/Imp/Autoload.php                  |    9 +
 imp/lib/tests/Imp/Stub/Browser.php              |   14 +
 imp/lib/tests/Imp/Stub/Identity.php             |   41 ++
 imp/lib/tests/Imp/Stub/Injector.php             |   19 +
 imp/lib/tests/Imp/Stub/Prefs.php                |   14 +
 imp/lib/tests/Imp/Stub/Registry.php             |   16 +
 imp/lib/tests/Imp/Unit/Mime/Viewer/ItipTest.php |  490 ++++++++++++++++++++++-
 7 files changed, 600 insertions(+), 3 deletions(-)
 create mode 100644 imp/lib/tests/Imp/Stub/Browser.php
 create mode 100644 imp/lib/tests/Imp/Stub/Identity.php
 create mode 100644 imp/lib/tests/Imp/Stub/Injector.php
 create mode 100644 imp/lib/tests/Imp/Stub/Prefs.php
 create mode 100644 imp/lib/tests/Imp/Stub/Registry.php

http://git.horde.org/diff.php/imp/lib/tests/Imp/Autoload.php?rt=horde-git&r1=e0d49365f584d8822a44cced8169601cb9e6c854&r2=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275
http://git.horde.org/co.php/imp/lib/tests/Imp/Stub/Browser.php?rt=horde-git&r=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275
http://git.horde.org/co.php/imp/lib/tests/Imp/Stub/Identity.php?rt=horde-git&r=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275
http://git.horde.org/co.php/imp/lib/tests/Imp/Stub/Injector.php?rt=horde-git&r=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275
http://git.horde.org/co.php/imp/lib/tests/Imp/Stub/Prefs.php?rt=horde-git&r=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275
http://git.horde.org/co.php/imp/lib/tests/Imp/Stub/Registry.php?rt=horde-git&r=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275
http://git.horde.org/diff.php/imp/lib/tests/Imp/Unit/Mime/Viewer/ItipTest.php?rt=horde-git&r1=e0d49365f584d8822a44cced8169601cb9e6c854&r2=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275

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

commit 25da03fe4764d08ca7140c93189db439b5d42f1b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Aug 17 00:26:10 2010 +0200

    Converted Imp to use the Horde_Itip library.

 framework/Itip/TODO                                      |    2 +-
 framework/Itip/lib/Horde/Itip.php                        |   47 ++++-
 framework/Itip/lib/Horde/Itip/Event/Vevent.php           |   11 +-
 framework/Itip/lib/Horde/Itip/Resource.php               |    7 +
 framework/Itip/lib/Horde/Itip/Resource/Base.php          |    9 +
 framework/Itip/lib/Horde/Itip/Resource/Identity.php      |  119 ++++++++++++
 framework/Itip/lib/Horde/Itip/Response.php               |  103 +++++++----
 framework/Itip/lib/Horde/Itip/Response/Options.php       |   82 ++++++++
 framework/Itip/lib/Horde/Itip/Response/Options/Base.php  |   68 +++++++
 framework/Itip/lib/Horde/Itip/Response/Options/Horde.php |   93 +++++++++
 framework/Itip/lib/Horde/Itip/Response/Options/Kolab.php |   63 ++++++
 framework/Itip/lib/Horde/Itip/Response/Type.php          |   18 +-
 framework/Itip/lib/Horde/Itip/Response/Type/Base.php     |   75 ++++++--
 framework/Itip/package.xml                               |   12 ++
 imp/lib/Mime/Viewer/Itip.php                             |  137 +++-----------
 imp/lib/tests/Imp/Stub/Identity.php                      |    9 +-
 imp/lib/tests/Imp/Unit/Mime/Viewer/ItipTest.php          |   46 ++++--
 17 files changed, 691 insertions(+), 210 deletions(-)
 create mode 100644 framework/Itip/lib/Horde/Itip/Resource/Identity.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Response/Options.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Response/Options/Base.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Response/Options/Horde.php
 create mode 100644 framework/Itip/lib/Horde/Itip/Response/Options/Kolab.php

http://git.horde.org/diff.php/framework/Itip/TODO?rt=horde-git&r1=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea&r2=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip.php?rt=horde-git&r1=fe6d273c6b5c8418afecfcb28fff4951b94d4395&r2=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Event/Vevent.php?rt=horde-git&r1=fe6d273c6b5c8418afecfcb28fff4951b94d4395&r2=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Resource.php?rt=horde-git&r1=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea&r2=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Resource/Base.php?rt=horde-git&r1=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea&r2=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Resource/Identity.php?rt=horde-git&r=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response.php?rt=horde-git&r1=fe6d273c6b5c8418afecfcb28fff4951b94d4395&r2=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Response/Options.php?rt=horde-git&r=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Response/Options/Base.php?rt=horde-git&r=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Response/Options/Horde.php?rt=horde-git&r=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/co.php/framework/Itip/lib/Horde/Itip/Response/Options/Kolab.php?rt=horde-git&r=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response/Type.php?rt=horde-git&r1=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea&r2=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response/Type/Base.php?rt=horde-git&r1=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea&r2=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/diff.php/framework/Itip/package.xml?rt=horde-git&r1=5b5f395feb19fd4cc456b5f20f36efc8c8bf2a56&r2=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-git&r1=1cecd5d8a0a787eeedf60a26ce38d960bb3e06cd&r2=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/diff.php/imp/lib/tests/Imp/Stub/Identity.php?rt=horde-git&r1=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275&r2=25da03fe4764d08ca7140c93189db439b5d42f1b
http://git.horde.org/diff.php/imp/lib/tests/Imp/Unit/Mime/Viewer/ItipTest.php?rt=horde-git&r1=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275&r2=25da03fe4764d08ca7140c93189db439b5d42f1b

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

commit f57afbbc344062cc626d2f80fbe2f541f144559b
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Aug 17 08:15:09 2010 +0200

    phpdoc

 imp/lib/Mime/Viewer/Itip.php                    |    1 +
 imp/lib/tests/Imp/AllTests.php                  |    3 ++
 imp/lib/tests/Imp/Stub/Browser.php              |   27 +++++++++++++++++++++++
 imp/lib/tests/Imp/Stub/Identity.php             |   27 +++++++++++++++++++++++
 imp/lib/tests/Imp/Stub/Injector.php             |   27 +++++++++++++++++++++++
 imp/lib/tests/Imp/Stub/Prefs.php                |   27 +++++++++++++++++++++++
 imp/lib/tests/Imp/Stub/Registry.php             |   27 +++++++++++++++++++++++
 imp/lib/tests/Imp/Unit/Mime/Viewer/ItipTest.php |    6 ++--
 imp/lib/tests/Imp/phpunit.xml                   |    2 +-
 9 files changed, 143 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-git&r1=25da03fe4764d08ca7140c93189db439b5d42f1b&r2=f57afbbc344062cc626d2f80fbe2f541f144559b
http://git.horde.org/diff.php/imp/lib/tests/Imp/AllTests.php?rt=horde-git&r1=e0d49365f584d8822a44cced8169601cb9e6c854&r2=f57afbbc344062cc626d2f80fbe2f541f144559b
http://git.horde.org/diff.php/imp/lib/tests/Imp/Stub/Browser.php?rt=horde-git&r1=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275&r2=f57afbbc344062cc626d2f80fbe2f541f144559b
http://git.horde.org/diff.php/imp/lib/tests/Imp/Stub/Identity.php?rt=horde-git&r1=25da03fe4764d08ca7140c93189db439b5d42f1b&r2=f57afbbc344062cc626d2f80fbe2f541f144559b
http://git.horde.org/diff.php/imp/lib/tests/Imp/Stub/Injector.php?rt=horde-git&r1=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275&r2=f57afbbc344062cc626d2f80fbe2f541f144559b
http://git.horde.org/diff.php/imp/lib/tests/Imp/Stub/Prefs.php?rt=horde-git&r1=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275&r2=f57afbbc344062cc626d2f80fbe2f541f144559b
http://git.horde.org/diff.php/imp/lib/tests/Imp/Stub/Registry.php?rt=horde-git&r1=edfe90f9ffebf48ea8f9bbd5b98aadc4e0cb6275&r2=f57afbbc344062cc626d2f80fbe2f541f144559b
http://git.horde.org/diff.php/imp/lib/tests/Imp/Unit/Mime/Viewer/ItipTest.php?rt=horde-git&r1=25da03fe4764d08ca7140c93189db439b5d42f1b&r2=f57afbbc344062cc626d2f80fbe2f541f144559b
http://git.horde.org/diff.php/imp/lib/tests/Imp/phpunit.xml?rt=horde-git&r1=e0d49365f584d8822a44cced8169601cb9e6c854&r2=f57afbbc344062cc626d2f80fbe2f541f144559b

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

commit 43a59fb32c8db0cb6cf5f21320d0ac2fc268c417
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Aug 17 09:33:00 2010 +0200

    Fix copyright for the things that were paid and stuff that I did in my spare time.
    
    Hopefully Horde provides a legal entity soon so that the copyrights can be transferred.

 framework/Itip/lib/Horde/Itip/Event.php                   |    1 +
 framework/Itip/lib/Horde/Itip/Response/Options.php        |    2 +-
 framework/Itip/lib/Horde/Itip/Response/Options/Base.php   |    2 +-
 framework/Itip/lib/Horde/Itip/Response/Options/Horde.php  |    2 +-
 framework/Itip/lib/Horde/Itip/Response/Options/Kolab.php  |    2 +-
 framework/Itip/lib/Horde/Itip/Response/Type.php           |    2 +-
 framework/Itip/lib/Horde/Itip/Response/Type/Accept.php    |    2 +-
 framework/Itip/lib/Horde/Itip/Response/Type/Base.php      |    2 +-
 framework/Itip/lib/Horde/Itip/Response/Type/Decline.php   |    2 +-
 framework/Itip/lib/Horde/Itip/Response/Type/Tentative.php |    2 +-
 framework/Itip/test/Horde/Itip/Integration/ItipTest.php   |    2 +-
 framework/Itip/test/Horde/Itip/Unit/Event/VeventTest.php  |    2 +-
 12 files changed, 12 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Event.php?rt=horde-git&r1=fe6d273c6b5c8418afecfcb28fff4951b94d4395&r2=43a59fb32c8db0cb6cf5f21320d0ac2fc268c417
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response/Options.php?rt=horde-git&r1=25da03fe4764d08ca7140c93189db439b5d42f1b&r2=43a59fb32c8db0cb6cf5f21320d0ac2fc268c417
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response/Options/Base.php?rt=horde-git&r1=25da03fe4764d08ca7140c93189db439b5d42f1b&r2=43a59fb32c8db0cb6cf5f21320d0ac2fc268c417
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response/Options/Horde.php?rt=horde-git&r1=25da03fe4764d08ca7140c93189db439b5d42f1b&r2=43a59fb32c8db0cb6cf5f21320d0ac2fc268c417
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response/Options/Kolab.php?rt=horde-git&r1=25da03fe4764d08ca7140c93189db439b5d42f1b&r2=43a59fb32c8db0cb6cf5f21320d0ac2fc268c417
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response/Type.php?rt=horde-git&r1=25da03fe4764d08ca7140c93189db439b5d42f1b&r2=43a59fb32c8db0cb6cf5f21320d0ac2fc268c417
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response/Type/Accept.php?rt=horde-git&r1=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea&r2=43a59fb32c8db0cb6cf5f21320d0ac2fc268c417
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response/Type/Base.php?rt=horde-git&r1=25da03fe4764d08ca7140c93189db439b5d42f1b&r2=43a59fb32c8db0cb6cf5f21320d0ac2fc268c417
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response/Type/Decline.php?rt=horde-git&r1=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea&r2=43a59fb32c8db0cb6cf5f21320d0ac2fc268c417
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response/Type/Tentative.php?rt=horde-git&r1=6c5cb5c48a6834f6381c02f37ef2da57ebf72dea&r2=43a59fb32c8db0cb6cf5f21320d0ac2fc268c417
http://git.horde.org/diff.php/framework/Itip/test/Horde/Itip/Integration/ItipTest.php?rt=horde-git&r1=fe6d273c6b5c8418afecfcb28fff4951b94d4395&r2=43a59fb32c8db0cb6cf5f21320d0ac2fc268c417
http://git.horde.org/diff.php/framework/Itip/test/Horde/Itip/Unit/Event/VeventTest.php?rt=horde-git&r1=fe6d273c6b5c8418afecfcb28fff4951b94d4395&r2=43a59fb32c8db0cb6cf5f21320d0ac2fc268c417

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

commit c7bc48514df50d139287fe88ad43cbfaa69f50ce
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Aug 17 14:36:53 2010 +0200

    Complete unit testing for Horde_Itip.

 framework/Itip/lib/Horde/Itip.php                              |   34 +-
 framework/Itip/lib/Horde/Itip/Response.php                     |    2 +-
 framework/Itip/test/Horde/Itip/Autoload.php                    |    3 +
 framework/Itip/test/Horde/Itip/Integration/ItipTest.php        |  226 ++++++--
 framework/Itip/test/Horde/Itip/Stub/Identity.php               |   82 +++
 framework/Itip/test/Horde/Itip/Unit/Response/Type/BaseTest.php |   49 ++
 6 files changed, 333 insertions(+), 63 deletions(-)
 create mode 100644 framework/Itip/test/Horde/Itip/Stub/Identity.php
 create mode 100644 framework/Itip/test/Horde/Itip/Unit/Response/Type/BaseTest.php

http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip.php?rt=horde-git&r1=25da03fe4764d08ca7140c93189db439b5d42f1b&r2=c7bc48514df50d139287fe88ad43cbfaa69f50ce
http://git.horde.org/diff.php/framework/Itip/lib/Horde/Itip/Response.php?rt=horde-git&r1=25da03fe4764d08ca7140c93189db439b5d42f1b&r2=c7bc48514df50d139287fe88ad43cbfaa69f50ce
http://git.horde.org/diff.php/framework/Itip/test/Horde/Itip/Autoload.php?rt=horde-git&r1=5b5f395feb19fd4cc456b5f20f36efc8c8bf2a56&r2=c7bc48514df50d139287fe88ad43cbfaa69f50ce
http://git.horde.org/diff.php/framework/Itip/test/Horde/Itip/Integration/ItipTest.php?rt=horde-git&r1=43a59fb32c8db0cb6cf5f21320d0ac2fc268c417&r2=c7bc48514df50d139287fe88ad43cbfaa69f50ce
http://git.horde.org/co.php/framework/Itip/test/Horde/Itip/Stub/Identity.php?rt=horde-git&r=c7bc48514df50d139287fe88ad43cbfaa69f50ce
http://git.horde.org/co.php/framework/Itip/test/Horde/Itip/Unit/Response/Type/BaseTest.php?rt=horde-git&r=c7bc48514df50d139287fe88ad43cbfaa69f50ce

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

commit 59361c8fa67f9cf2fdaad4262d33689e47c1b69f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Tue Aug 17 15:52:23 2010 +0200

    Update package.xml

 framework/Itip/package.xml |   26 +++++++++++++++++++++-----
 1 files changed, 21 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Itip/package.xml?rt=horde-git&r1=25da03fe4764d08ca7140c93189db439b5d42f1b&r2=59361c8fa67f9cf2fdaad4262d33689e47c1b69f

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

commit 8b696adbdbe5666e61e096a5d195fc86915f61ab
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Aug 22 18:28:10 2010 +0200

    Start using Horde_Itip in Kolab_Resource.

 framework/Itip/TODO                                               |    4 +-
 framework/Kolab_Resource/TODO                                     |   12 +
 framework/Kolab_Resource/lib/Horde/Kolab/Resource.php             |  137 +--
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Itip.php        |  257 -----
 framework/Kolab_Resource/test/Horde/Kolab/Resource/AllTests.php   |   45 +
 framework/Kolab_Resource/test/Horde/Kolab/Resource/Autoload.php   |   26 +
 .../test/Horde/Kolab/Resource/fixtures/recur_invitation.eml       |  202 ++++
 7 files changed, 317 insertions(+), 366 deletions(-)
 create mode 100644 framework/Kolab_Resource/TODO
 delete mode 100644 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Itip.php
 create mode 100644 framework/Kolab_Resource/test/Horde/Kolab/Resource/AllTests.php
 create mode 100644 framework/Kolab_Resource/test/Horde/Kolab/Resource/Autoload.php
 create mode 100644 framework/Kolab_Resource/test/Horde/Kolab/Resource/fixtures/recur_invitation.eml

http://git.horde.org/diff.php/framework/Itip/TODO?rt=horde-git&r1=25da03fe4764d08ca7140c93189db439b5d42f1b&r2=8b696adbdbe5666e61e096a5d195fc86915f61ab
http://git.horde.org/co.php/framework/Kolab_Resource/TODO?rt=horde-git&r=8b696adbdbe5666e61e096a5d195fc86915f61ab
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=8b696adbdbe5666e61e096a5d195fc86915f61ab
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Itip.php?rt=horde-git&r1=09a0ade1f7c7d156a3158532a338c7989498ddfb&r2=8b696adbdbe5666e61e096a5d195fc86915f61ab
http://git.horde.org/co.php/framework/Kolab_Resource/test/Horde/Kolab/Resource/AllTests.php?rt=horde-git&r=8b696adbdbe5666e61e096a5d195fc86915f61ab
http://git.horde.org/co.php/framework/Kolab_Resource/test/Horde/Kolab/Resource/Autoload.php?rt=horde-git&r=8b696adbdbe5666e61e096a5d195fc86915f61ab
http://git.horde.org/co.php/framework/Kolab_Resource/test/Horde/Kolab/Resource/fixtures/recur_invitation.eml?rt=horde-git&r=8b696adbdbe5666e61e096a5d195fc86915f61ab

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

commit 666fd2783ad1e287962493b5fa58c971352e555d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Aug 25 19:28:58 2010 +0200

    Adapt testing to recent changes in HEAD.

 imp/lib/tests/Imp/Unit/Mime/Viewer/ItipTest.php |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/lib/tests/Imp/Unit/Mime/Viewer/ItipTest.php?rt=horde-git&r1=f57afbbc344062cc626d2f80fbe2f541f144559b&r2=666fd2783ad1e287962493b5fa58c971352e555d




More information about the commits mailing list