[commits] Horde-Hatchery branch master updated. 841da6314b4347cd3377ada46d69f8ce12593678

Michael Rubinsky mike at theupstairsroom.com
Sat Dec 5 05:07:45 UTC 2009


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

from: bfdeddae7566656014b589212c5020df03a12add

bd500f2 Let's try this again.
e3827f1 Add creation scripts for geo table
7ce89cc Another place to cast Horde::Url to string
2d13138 reorganize this a bit, add config for geolocation storage driver
674765b this isn't an array
841da63 Merge Kronolith_EventMap object into KronolithCore, more work on getting geo data from event into actual storage. Mostly works with the mysql storage driver, still need to implement vanilla sql

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

commit bd500f2a44bf42cc138465e8600268b4217797e9
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 4 11:20:50 2009 -0500

    Let's try this again.
    
    Revert "oops. don't have the database creation scripts that this needs yet"
    
    This reverts commit 1b1fec8ad044986cf58601dec685751bec638c9a.

 kronolith/js/kronolith.js          |   23 +++--
 kronolith/lib/Driver/Sql.php       |   10 ++
 kronolith/lib/Event.php            |   17 ++++
 kronolith/lib/Geo.php              |   49 ++++++++++
 kronolith/lib/Geo/Mysql.php        |   98 ++++++++++++++++++++
 kronolith/lib/Geo/Sql.php          |  177 ++++++++++++++++++++++++++++++++++++
 kronolith/lib/Kronolith.php        |   11 ++
 kronolith/templates/index/edit.inc |    2 +
 8 files changed, 378 insertions(+), 9 deletions(-)
 create mode 100644 kronolith/lib/Geo.php
 create mode 100644 kronolith/lib/Geo/Mysql.php
 create mode 100644 kronolith/lib/Geo/Sql.php

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=1b1fec8ad044986cf58601dec685751bec638c9a&r2=bd500f2a44bf42cc138465e8600268b4217797e9
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-hatchery&r1=1b1fec8ad044986cf58601dec685751bec638c9a&r2=bd500f2a44bf42cc138465e8600268b4217797e9
http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-hatchery&r1=1b1fec8ad044986cf58601dec685751bec638c9a&r2=bd500f2a44bf42cc138465e8600268b4217797e9
http://git.horde.org/diff.php/kronolith/lib/Geo.php?rt=horde-hatchery&r1=1b1fec8ad044986cf58601dec685751bec638c9a&r2=bd500f2a44bf42cc138465e8600268b4217797e9
http://git.horde.org/diff.php/kronolith/lib/Geo/Mysql.php?rt=horde-hatchery&r1=1b1fec8ad044986cf58601dec685751bec638c9a&r2=bd500f2a44bf42cc138465e8600268b4217797e9
http://git.horde.org/diff.php/kronolith/lib/Geo/Sql.php?rt=horde-hatchery&r1=1b1fec8ad044986cf58601dec685751bec638c9a&r2=bd500f2a44bf42cc138465e8600268b4217797e9
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=1b1fec8ad044986cf58601dec685751bec638c9a&r2=bd500f2a44bf42cc138465e8600268b4217797e9
http://git.horde.org/diff.php/kronolith/templates/index/edit.inc?rt=horde-hatchery&r1=1b1fec8ad044986cf58601dec685751bec638c9a&r2=bd500f2a44bf42cc138465e8600268b4217797e9

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

commit e3827f1b7efc3d07809b1138ed8582b81bda8867
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 4 11:34:49 2009 -0500

    Add creation scripts for geo table

 kronolith/scripts/upgrades/2009-12-03_add_geo.mysql.sql |    5 +++++
 kronolith/scripts/upgrades/2009-12-03_add_geo.sql       |    7 +++++++
 2 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 kronolith/scripts/upgrades/2009-12-03_add_geo.mysql.sql
 create mode 100644 kronolith/scripts/upgrades/2009-12-03_add_geo.sql

http://git.horde.org/co.php/kronolith/scripts/upgrades/2009-12-03_add_geo.mysql.sql?rt=horde-hatchery&r=e3827f1b7efc3d07809b1138ed8582b81bda8867
http://git.horde.org/co.php/kronolith/scripts/upgrades/2009-12-03_add_geo.sql?rt=horde-hatchery&r=e3827f1b7efc3d07809b1138ed8582b81bda8867

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

commit 7ce89ccb6e0e294f8243934cd769dcdfdb292b3b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Dec 4 20:42:42 2009 -0500

    Another place to cast Horde::Url to string

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

http://git.horde.org/diff.php/timeobjects/lib/Driver/Weatherdotcom.php?rt=horde-hatchery&r1=88361367e40fe3c170117756909c8abc98d839d0&r2=7ce89ccb6e0e294f8243934cd769dcdfdb292b3b

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

commit 2d131384c6e61a263707ebd786fc584edd64e98e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Dec 5 00:04:01 2009 -0500

    reorganize this a bit, add config for geolocation storage driver

 kronolith/config/conf.xml |   35 +++++++++++++++++++++++++++--------
 1 files changed, 27 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/kronolith/config/conf.xml?rt=horde-hatchery&r1=c5a30b7db116492c12ba077a1eb86edc0e347dd0&r2=2d131384c6e61a263707ebd786fc584edd64e98e

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

commit 674765b66a7904df4deaa2aa8b022e7df4263cd4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Dec 5 00:05:12 2009 -0500

    this isn't an array

 kronolith/lib/Event.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/lib/Event.php?rt=horde-hatchery&r1=bd500f2a44bf42cc138465e8600268b4217797e9&r2=674765b66a7904df4deaa2aa8b022e7df4263cd4

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

commit 841da6314b4347cd3377ada46d69f8ce12593678
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Sat Dec 5 00:05:39 2009 -0500

    Merge Kronolith_EventMap object into KronolithCore, more
    work on getting geo data from event into actual storage. Mostly works
    with the mysql storage driver, still need to implement vanilla sql

 kronolith/js/kronolith.js   |  143 ++++++++++++++++++++++++++++---------------
 kronolith/lib/Kronolith.php |    4 +-
 2 files changed, 95 insertions(+), 52 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-hatchery&r1=bd500f2a44bf42cc138465e8600268b4217797e9&r2=841da6314b4347cd3377ada46d69f8ce12593678
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=bd500f2a44bf42cc138465e8600268b4217797e9&r2=841da6314b4347cd3377ada46d69f8ce12593678




More information about the commits mailing list