[commits] Horde-Hatchery branch master updated. ce90d817080e0734cc65aff3b9a487b3d1aae0ce

Michael M Slusarz slusarz at horde.org
Fri Jan 8 19:49:48 UTC 2010


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

from: b982fe1b16cddafc019d1aeda4b1b4689020f0f4

8ede575 configFilesMissing() is not used anymore
e019c60 Track Horde_Mime_Viewer changes.
ce90d81 Move to new Horde_Test system.

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

commit 8ede575bb828efc9d8b380410021b13da1402d6e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jan 8 10:02:28 2010 -0700

    configFilesMissing() is not used anymore

 agora/index.php           |   12 +-----------
 beatnik/index.php         |   12 +-----------
 hylax/index.php           |   14 +-------------
 shout/lib/Application.php |    6 ------
 vilma/index.php           |   13 +------------
 whups/index.php           |   21 +--------------------
 wicked/index.php          |   12 +-----------
 7 files changed, 6 insertions(+), 84 deletions(-)

http://git.horde.org/diff.php/agora/index.php?rt=horde-hatchery&r1=8ddd5d24eee95ceb32c67aa0defe6a97a2679e53&r2=8ede575bb828efc9d8b380410021b13da1402d6e
http://git.horde.org/diff.php/beatnik/index.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=8ede575bb828efc9d8b380410021b13da1402d6e
http://git.horde.org/diff.php/hylax/index.php?rt=horde-hatchery&r1=accb97bbe21e4501a2d29552769bea74ff154d62&r2=8ede575bb828efc9d8b380410021b13da1402d6e
http://git.horde.org/diff.php/shout/lib/Application.php?rt=horde-hatchery&r1=b982fe1b16cddafc019d1aeda4b1b4689020f0f4&r2=8ede575bb828efc9d8b380410021b13da1402d6e
http://git.horde.org/diff.php/vilma/index.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=8ede575bb828efc9d8b380410021b13da1402d6e
http://git.horde.org/diff.php/whups/index.php?rt=horde-hatchery&r1=08301db1b87c8bc5535607bbcfda195163150583&r2=8ede575bb828efc9d8b380410021b13da1402d6e
http://git.horde.org/diff.php/wicked/index.php?rt=horde-hatchery&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=8ede575bb828efc9d8b380410021b13da1402d6e

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

commit e019c60fdad07ebb7cc1adcbe0a103d58211e575
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jan 8 12:07:45 2010 -0700

    Track Horde_Mime_Viewer changes.

 gollem/lib/Mime/Viewer/Images.php |    5 ++---
 whups/lib/Mime/Viewer/Zip.php     |   10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/gollem/lib/Mime/Viewer/Images.php?rt=horde-hatchery&r1=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82&r2=e019c60fdad07ebb7cc1adcbe0a103d58211e575
http://git.horde.org/diff.php/whups/lib/Mime/Viewer/Zip.php?rt=horde-hatchery&r1=eb2eaaa5fd5d9ad7844fb3c89387046d9080eea8&r2=e019c60fdad07ebb7cc1adcbe0a103d58211e575

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

commit ce90d817080e0734cc65aff3b9a487b3d1aae0ce
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jan 8 12:31:35 2010 -0700

    Move to new Horde_Test system.

 ansel/lib/Test.php                  |  102 ++++++++++++++++++++++
 ansel/test.php                      |  125 ---------------------------
 chora/lib/Test.php                  |   64 ++++++++++++++
 chora/test.php                      |   89 --------------------
 gollem/lib/Test.php                 |   78 +++++++++++++++++
 gollem/test.php                     |  121 --------------------------
 ingo/lib/Test.php                   |   83 ++++++++++++++++++
 ingo/test.php                       |  102 ----------------------
 jeta/lib/Test.php                   |   62 ++++++++++++++
 jeta/test.php                       |   71 ----------------
 kronolith/lib/Test.php              |   84 ++++++++++++++++++
 kronolith/test.php                  |   77 -----------------
 skeleton/lib/Test.php               |   56 ++++++++++++
 turba/lib/Test.php                  |  158 +++++++++++++++++++++++++++++++++++
 turba/templates/test/ldapserver.inc |   75 +++++++++++++++++
 turba/test.php                      |  153 ---------------------------------
 vilma/lib/Test.php                  |   62 ++++++++++++++
 vilma/test.php                      |   48 -----------
 wicked/lib/Test.php                 |  100 ++++++++++++++++++++++
 wicked/test.php                     |   92 --------------------
 20 files changed, 924 insertions(+), 878 deletions(-)
 create mode 100644 ansel/lib/Test.php
 delete mode 100644 ansel/test.php
 create mode 100644 chora/lib/Test.php
 delete mode 100644 chora/test.php
 create mode 100644 gollem/lib/Test.php
 delete mode 100644 gollem/test.php
 create mode 100644 ingo/lib/Test.php
 delete mode 100644 ingo/test.php
 create mode 100644 jeta/lib/Test.php
 delete mode 100644 jeta/test.php
 create mode 100644 kronolith/lib/Test.php
 delete mode 100644 kronolith/test.php
 create mode 100644 skeleton/lib/Test.php
 create mode 100644 turba/lib/Test.php
 create mode 100644 turba/templates/test/ldapserver.inc
 delete mode 100644 turba/test.php
 create mode 100644 vilma/lib/Test.php
 delete mode 100644 vilma/test.php
 create mode 100644 wicked/lib/Test.php
 delete mode 100644 wicked/test.php

http://git.horde.org/co.php/ansel/lib/Test.php?rt=horde-hatchery&r=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/diff.php/ansel/test.php?rt=horde-hatchery&r1=c2e642117d7d12344b3a22bd4587630e28431797&r2=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/co.php/chora/lib/Test.php?rt=horde-hatchery&r=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/diff.php/chora/test.php?rt=horde-hatchery&r1=c2e642117d7d12344b3a22bd4587630e28431797&r2=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/co.php/gollem/lib/Test.php?rt=horde-hatchery&r=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/diff.php/gollem/test.php?rt=horde-hatchery&r1=deb7ed70de356d0c0dce4d03f9f3ab965ecf6e4e&r2=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/co.php/ingo/lib/Test.php?rt=horde-hatchery&r=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/diff.php/ingo/test.php?rt=horde-hatchery&r1=c2e642117d7d12344b3a22bd4587630e28431797&r2=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/co.php/jeta/lib/Test.php?rt=horde-hatchery&r=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/diff.php/jeta/test.php?rt=horde-hatchery&r1=c2e642117d7d12344b3a22bd4587630e28431797&r2=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/co.php/kronolith/lib/Test.php?rt=horde-hatchery&r=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/diff.php/kronolith/test.php?rt=horde-hatchery&r1=27601fb16ec392a521373f3212fbe3b517365c1a&r2=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/co.php/skeleton/lib/Test.php?rt=horde-hatchery&r=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/co.php/turba/lib/Test.php?rt=horde-hatchery&r=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/co.php/turba/templates/test/ldapserver.inc?rt=horde-hatchery&r=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/diff.php/turba/test.php?rt=horde-hatchery&r1=c2e642117d7d12344b3a22bd4587630e28431797&r2=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/co.php/vilma/lib/Test.php?rt=horde-hatchery&r=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/diff.php/vilma/test.php?rt=horde-hatchery&r1=18a88fb358ba161362cf262487a720b9ad6dd5ba&r2=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/co.php/wicked/lib/Test.php?rt=horde-hatchery&r=ce90d817080e0734cc65aff3b9a487b3d1aae0ce
http://git.horde.org/diff.php/wicked/test.php?rt=horde-hatchery&r1=da4c5687690883de5668a2ce8bb7b279a815b6d1&r2=ce90d817080e0734cc65aff3b9a487b3d1aae0ce




More information about the commits mailing list