[commits] Horde-Hatchery branch master updated.

Michael Rubinsky mike at theupstairsroom.com
Sun Jun 7 17:46:14 UTC 2009


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

from: bdf26326beadc5bb2bcf9258d166cb2ac9e66451

65b7252... Add a timeobjects API-only application for providing a way to expose data via the listTimeObjects API. Currently only a Weather driver is available.
1a712bb... Name the Weather driver Weatherdotcom and use an empty conf.php

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

commit 65b7252e2bf34a2424bf00d5e9d72240a02afaac
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 7 12:59:19 2009 -0400

    Add a timeobjects API-only application for providing a way to expose
    data via the listTimeObjects API. Currently only a Weather driver is
    available.

 timeobjects/config/conf.php                   |    1 +
 timeobjects/config/timeobjects.php.registry.d |    9 ++
 timeobjects/lib/Driver.php                    |   35 ++++++
 timeobjects/lib/Driver/Weather.php            |  153 +++++++++++++++++++++++++
 timeobjects/lib/Exception.php                 |    7 +
 timeobjects/lib/api.php                       |   54 +++++++++
 timeobjects/lib/base.php                      |   44 +++++++
 7 files changed, 303 insertions(+), 0 deletions(-)
 create mode 100644 timeobjects/config/conf.php
 create mode 100644 timeobjects/config/prefs.php
 create mode 100644 timeobjects/config/timeobjects.php.registry.d
 create mode 100644 timeobjects/lib/Driver.php
 create mode 100644 timeobjects/lib/Driver/Weather.php
 create mode 100644 timeobjects/lib/Exception.php
 create mode 100644 timeobjects/lib/api.php
 create mode 100644 timeobjects/lib/base.php

http://git.horde.org/co.php/timeobjects/config/conf.php?rt=horde-hatchery&r=65b7252e2bf34a2424bf00d5e9d72240a02afaac
http://git.horde.org/co.php/timeobjects/config/prefs.php?rt=horde-hatchery&r=65b7252e2bf34a2424bf00d5e9d72240a02afaac
http://git.horde.org/co.php/timeobjects/config/timeobjects.php.registry.d?rt=horde-hatchery&r=65b7252e2bf34a2424bf00d5e9d72240a02afaac
http://git.horde.org/co.php/timeobjects/lib/Driver.php?rt=horde-hatchery&r=65b7252e2bf34a2424bf00d5e9d72240a02afaac
http://git.horde.org/co.php/timeobjects/lib/Driver/Weather.php?rt=horde-hatchery&r=65b7252e2bf34a2424bf00d5e9d72240a02afaac
http://git.horde.org/co.php/timeobjects/lib/Exception.php?rt=horde-hatchery&r=65b7252e2bf34a2424bf00d5e9d72240a02afaac
http://git.horde.org/co.php/timeobjects/lib/api.php?rt=horde-hatchery&r=65b7252e2bf34a2424bf00d5e9d72240a02afaac
http://git.horde.org/co.php/timeobjects/lib/base.php?rt=horde-hatchery&r=65b7252e2bf34a2424bf00d5e9d72240a02afaac

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

commit 1a712bb64f7c9cb8abd5cd4c539a424da79ef11f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sun Jun 7 13:45:07 2009 -0400

    Name the Weather driver Weatherdotcom and use an empty conf.php

 timeobjects/config/conf.php              |    5 +-
 timeobjects/lib/Driver/Weatherdotcom.php |  153 ++++++++++++++++++++++++++++++
 timeobjects/lib/api.php                  |    2 +-
 3 files changed, 158 insertions(+), 2 deletions(-)
 create mode 100644 timeobjects/lib/Driver/Weatherdotcom.php

http://git.horde.org/diff.php/timeobjects/config/conf.php?rt=horde-hatchery&r1=65b7252e2bf34a2424bf00d5e9d72240a02afaac&r2=1a712bb64f7c9cb8abd5cd4c539a424da79ef11f
http://git.horde.org/co.php/timeobjects/lib/Driver/Weatherdotcom.php?rt=horde-hatchery&r=1a712bb64f7c9cb8abd5cd4c539a424da79ef11f
http://git.horde.org/diff.php/timeobjects/lib/api.php?rt=horde-hatchery&r1=65b7252e2bf34a2424bf00d5e9d72240a02afaac&r2=1a712bb64f7c9cb8abd5cd4c539a424da79ef11f




More information about the commits mailing list