[commits] Horde branch master updated. 974bbb275524913797a2d4ee821a9601b6d9e6fd

Gunnar Wrobel p at rdus.de
Tue Mar 22 04:23:22 UTC 2011


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

from: a3b72fc0f8b9c4c36fdcd35d3142235fcef252ac

c1f0e89 Copyright.
bb063a5 Remove Horde specific code from the task handler.
ebd06f3 Support tasks.
75c2cec Changelog.
d33cf05 Support autoloading the core application class (e.g. Nag.php for class "Nag")
a98ff31 phpdoc
ff1a51b Fix white list.
cf6c052 First cleanup round for retrieving/adding tasks.
41aafe4 Complete Kolab driver update without much testing.
f346139 Set the tasklist id when retrieving tasks.
68c439b Inject the storage parameter.
0b45d16 Style.
974bbb2 $this->_store -> $this->_data and removed stray tagger line.

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

commit c1f0e8959c9d0adce0802ff86e5e2654de5e5df3
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 21 21:23:55 2011 +0100

    Copyright.

 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Note.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/c1f0e8959c9d0adce0802ff86e5e2654de5e5df3

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

commit bb063a59148494cf360cb8fe1cba4eed5b4458bd
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 21 21:24:20 2011 +0100

    Remove Horde specific code from the task handler.

 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Task.php |  107 +----------
 1 files changed, 10 insertions(+), 97 deletions(-)

http://git.horde.org/horde-git/-/commit/bb063a59148494cf360cb8fe1cba4eed5b4458bd

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

commit ebd06f385aac22990c7dfae04d651068f5f999aa
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 21 21:26:43 2011 +0100

    Support tasks.

 .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Format/Mime.php    |    6 +++++
 1 files changed, 6 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/ebd06f385aac22990c7dfae04d651068f5f999aa

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

commit 75c2cec84db375ff2885b7a5526653f1ff718924
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 21 21:27:33 2011 +0100

    Changelog.

 framework/Kolab_Format/package.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/75c2cec84db375ff2885b7a5526653f1ff718924

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

commit d33cf05d1752fa15a177183de6def02d5c238c18
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 21 21:28:11 2011 +0100

    Support autoloading the core application class (e.g. Nag.php for class "Nag")

 framework/Test/lib/Horde/Test/Autoload.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/d33cf05d1752fa15a177183de6def02d5c238c18

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

commit a98ff31fca226d1034e1f64e206aba139849cd63
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 21 21:28:21 2011 +0100

    phpdoc

 mnemo/lib/Driver/Kolab.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/a98ff31fca226d1034e1f64e206aba139849cd63

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

commit ff1a51b1a435add5d72998343a046b946fc9fac1
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 21 21:28:32 2011 +0100

    Fix white list.

 mnemo/lib/tests/Mnemo/phpunit.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/ff1a51b1a435add5d72998343a046b946fc9fac1

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

commit cf6c052aaf085c7e9df3c85fda8c602f6f5c09fd
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 21 21:29:16 2011 +0100

    First cleanup round for retrieving/adding tasks.

 nag/lib/Driver/Kolab.php                   |  617 +++++++++-------------------
 nag/lib/test/Nag/AllTests.php              |   48 +++
 nag/lib/test/Nag/Autoload.php              |   25 ++
 nag/lib/test/Nag/Stub/Registry.php         |   14 +
 nag/lib/test/Nag/TestCase.php              |   80 ++++
 nag/lib/test/Nag/Unit/Driver/KolabTest.php |   95 +++++
 nag/lib/test/Nag/phpunit.xml               |    8 +
 7 files changed, 465 insertions(+), 422 deletions(-)
 create mode 100644 nag/lib/test/Nag/AllTests.php
 create mode 100644 nag/lib/test/Nag/Autoload.php
 create mode 100644 nag/lib/test/Nag/Stub/Registry.php
 create mode 100644 nag/lib/test/Nag/TestCase.php
 create mode 100644 nag/lib/test/Nag/Unit/Driver/KolabTest.php
 create mode 100644 nag/lib/test/Nag/phpunit.xml

http://git.horde.org/horde-git/-/commit/cf6c052aaf085c7e9df3c85fda8c602f6f5c09fd

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

commit 41aafe4fb04299274be1a558f1bedbb7a5ea2a92
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 21 22:05:33 2011 +0100

    Complete Kolab driver update without much testing.

 nag/lib/Driver/Kolab.php                   |  463 +++-------------------------
 nag/lib/test/Nag/Unit/Driver/KolabTest.php |   34 +-
 2 files changed, 57 insertions(+), 440 deletions(-)

http://git.horde.org/horde-git/-/commit/41aafe4fb04299274be1a558f1bedbb7a5ea2a92

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

commit f3461396fa112c8131216ac5c67989f5d4b09491
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 21 22:48:27 2011 +0100

    Set the tasklist id when retrieving tasks.

 nag/lib/Driver/Kolab.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/f3461396fa112c8131216ac5c67989f5d4b09491

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

commit 68c439bbc70fda994039aa1192f232341a826dde
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 21 23:12:12 2011 +0100

    Inject the storage parameter.

 kronolith/lib/Driver/Kolab.php |    5 ++++-
 kronolith/lib/Kronolith.php    |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/68c439bbc70fda994039aa1192f232341a826dde

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

commit 0b45d16123ed2e1a1deaba6a81112c37acb755ba
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 21 23:12:58 2011 +0100

    Style.

 nag/lib/Driver/Kolab.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0b45d16123ed2e1a1deaba6a81112c37acb755ba

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

commit 974bbb275524913797a2d4ee821a9601b6d9e6fd
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Mar 21 23:23:36 2011 +0100

    $this->_store -> $this->_data and removed stray tagger line.

 kronolith/lib/Driver/Kolab.php |   39 +++++++++++++++++++++------------------
 1 files changed, 21 insertions(+), 18 deletions(-)

http://git.horde.org/horde-git/-/commit/974bbb275524913797a2d4ee821a9601b6d9e6fd




More information about the commits mailing list