[commits] Horde-Hatchery branch master updated. 9a8e9934db51370dfa4f4d0005c81016a5bf44ab
Michael Rubinsky
mike at theupstairsroom.com
Mon Oct 19 15:18:27 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 22a56b6956a10602b09d345d4cd98477b1280266
5e3ac2a... Very basic backend support for storing event location data.
9a8e993... Fix calling contacts api from kronolith's sourceselect pref
-----------------------------------------------------------------------
commit 5e3ac2abe7471c83f8db5980440325c51cd9bb4b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sun Oct 18 14:40:11 2009 -0400
Very basic backend support for storing event location data.
Generic abstract storage driver for location data, with concrete drivers
for mySQL using GIS support, and a generic sql driver with no special
GIS abilities (will not support any spatial searches etc..)
kronolith/lib/Driver/Geo.php | 27 ++
kronolith/lib/Driver/Geo/Mysql.php | 96 ++++++
kronolith/lib/Driver/Geo/Sql.php | 177 +++++++++++
kronolith/lib/Kronolith.php | 2 +
kronolith/scripts/sql/kronolith.mysql.sql | 22 ++
kronolith/scripts/upgrades/2009-10_10_add_geodata.mysql.sql | 6 +
kronolith/scripts/upgrades/2009-10_10_add_geodata.sql | 6 +
7 files changed, 336 insertions(+), 0 deletions(-)
create mode 100644 kronolith/lib/Driver/Geo.php
create mode 100644 kronolith/lib/Driver/Geo/Mysql.php
create mode 100644 kronolith/lib/Driver/Geo/Sql.php
create mode 100644 kronolith/scripts/upgrades/2009-10_10_add_geodata.mysql.sql
create mode 100644 kronolith/scripts/upgrades/2009-10_10_add_geodata.sql
http://git.horde.org/co.php/kronolith/lib/Driver/Geo.php?rt=horde-hatchery&r=5e3ac2abe7471c83f8db5980440325c51cd9bb4b
http://git.horde.org/co.php/kronolith/lib/Driver/Geo/Mysql.php?rt=horde-hatchery&r=5e3ac2abe7471c83f8db5980440325c51cd9bb4b
http://git.horde.org/co.php/kronolith/lib/Driver/Geo/Sql.php?rt=horde-hatchery&r=5e3ac2abe7471c83f8db5980440325c51cd9bb4b
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-hatchery&r1=b38589ebfccd19aad7af486ce11fde9043f014ca&r2=5e3ac2abe7471c83f8db5980440325c51cd9bb4b
http://git.horde.org/diff.php/kronolith/scripts/sql/kronolith.mysql.sql?rt=horde-hatchery&r1=735c6fdfbd2844064ca101cd49887b8dc7388015&r2=5e3ac2abe7471c83f8db5980440325c51cd9bb4b
http://git.horde.org/co.php/kronolith/scripts/upgrades/2009-10_10_add_geodata.mysql.sql?rt=horde-hatchery&r=5e3ac2abe7471c83f8db5980440325c51cd9bb4b
http://git.horde.org/co.php/kronolith/scripts/upgrades/2009-10_10_add_geodata.sql?rt=horde-hatchery&r=5e3ac2abe7471c83f8db5980440325c51cd9bb4b
-----------------------------------------------------------------------
commit 9a8e9934db51370dfa4f4d0005c81016a5bf44ab
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 19 11:15:45 2009 -0400
Fix calling contacts api from kronolith's sourceselect pref
kronolith/templates/prefs/sourceselect.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/kronolith/templates/prefs/sourceselect.inc?rt=horde-hatchery&r1=bd23015e57f302b8c55627095b50e04335309793&r2=9a8e9934db51370dfa4f4d0005c81016a5bf44ab
More information about the commits
mailing list