[commits] Horde branch master updated. d6f8cea43db596ddae98fb24345d106e2eb95cba
Michael J. Rubinsky
mrubinsk at horde.org
Sat Oct 29 19:50:30 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 467a5cc528d3ccb113989bda0fc17b7e11f48de2
7f2c928 Add exception classes, update package.xml
930e851 Fix some case sensitivity issues with macos filename
3bff1dc Readd file
8418bda Some more conflict resolution
d6f8cea More work on weather underground support. Parse basic current conditions.
-----------------------------------------------------------------------
commit 7f2c92839c9def512264be21738b351a70e5e3bd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Oct 29 11:53:02 2011 -0400
Add exception classes, update package.xml
framework/Service_Weather/lib/Horde/Service/Weather/Exception.php | 14 +++++
.../lib/Horde/Service/Weather/Exception/InvalidProperty.php | 14 +++++
2 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Exception.php
create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Exception/InvalidProperty.php
http://git.horde.org/horde-git/-/commit/7f2c92839c9def512264be21738b351a70e5e3bd
-----------------------------------------------------------------------
commit 930e8515350bc9b91e915e8112cda9d230c61bfc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Oct 29 11:55:26 2011 -0400
Fix some case sensitivity issues with macos filename
.../lib/Horde/Service/Weather/WeatherUnderGround.php | 154 -----
.../lib/Horde/Service/Weather/WeatherUnderground.php. | 154 +++++
2 files changed, 154 insertions(+), 154 deletions(-)
delete mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/WeatherUnderGround.php
create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/WeatherUnderground.php.
http://git.horde.org/horde-git/-/commit/930e8515350bc9b91e915e8112cda9d230c61bfc
-----------------------------------------------------------------------
commit 3bff1dca5bbe1fc8e09043fb21ab8816ea6da400
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Oct 29 13:42:01 2011 -0400
Readd file
.../lib/Horde/Service/Weather/WeatherUnderground.php | 195 +++++
.../lib/Horde/Service/Weather/WeatherUnderground.php. | 154 ----
2 files changed, 195 insertions(+), 154 deletions(-)
create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/WeatherUnderground.php
delete mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/WeatherUnderground.php.
http://git.horde.org/horde-git/-/commit/3bff1dca5bbe1fc8e09043fb21ab8816ea6da400
-----------------------------------------------------------------------
commit 8418bdaae2bb27f58165f00a7f6fd3703cdd2abc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Oct 29 13:44:14 2011 -0400
Some more conflict resolution
framework/Service_Weather/lib/Horde/Service/Weather/Base.php | 12 +++
framework/Service_Weather/lib/Horde/Service/Weather/Station.php | 26 ++++++-
2 files changed, 35 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/8418bdaae2bb27f58165f00a7f6fd3703cdd2abc
-----------------------------------------------------------------------
commit d6f8cea43db596ddae98fb24345d106e2eb95cba
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Oct 29 15:39:28 2011 -0400
More work on weather underground support. Parse basic current conditions.
framework/Service_Weather/lib/Horde/Service/Weather.php | 5 +
framework/Service_Weather/lib/Horde/Service/Weather/Current.php | 41 ++
.../lib/Horde/Service/Weather/Current/WeatherUnderground.php | 85 ++++
.../lib/Horde/Service/Weather/WeatherUnderground.php | 87 ++++-
framework/Service_Weather/package.xml | 16 +-
5 files changed, 223 insertions(+), 11 deletions(-)
create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Current/WeatherUnderground.php
http://git.horde.org/horde-git/-/commit/d6f8cea43db596ddae98fb24345d106e2eb95cba
More information about the commits
mailing list