[commits] Horde branch master updated. 1df46bb8bbe3dd102ee5f4a70a5ea9d1518af7dc
Michael J. Rubinsky
mrubinsk at horde.org
Mon Sep 21 17:29:28 UTC 2015
The branch "master" has been updated.
The following is a summary of the commits.
from: 39da3f4fbcb9ed6f41e1ba9ca5a581b7d0004649
018df0c Fix phpdoc
4b5a6c6 Add initial support for OpenWeatherMap API.
2512465 Support Owm.
1df46bb Actually output this string.
Summary: http://github.com/horde/horde/compare/39da3f4fbcb9ed6f41e1ba9ca5a581b7d0004649...1df46bb8bbe3dd102ee5f4a70a5ea9d1518af7dc
-----------------------------------------------------------------------
commit 018df0cfb205876f16707e584726682f6bc1e562
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Sep 21 12:15:58 2015 -0400
Fix phpdoc
framework/Service_Weather/lib/Horde/Service/Weather/Base.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/018df0cfb205876f16707e584726682f6bc1e562
-----------------------------------------------------------------------
commit 4b5a6c60d646506f704153358aadf0cb016ccf53
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Sep 21 13:23:25 2015 -0400
Add initial support for OpenWeatherMap API.
Pretty limited as far as information available, but VERY generous
limits, making it best suited of all our supported APIs for very
large, geographically diverse, user bases.
framework/Service_Weather/lib/Horde/Service/Weather.php | 16 +
.../Service_Weather/lib/Horde/Service/Weather/Current/Owm.php | 94 +
.../Service_Weather/lib/Horde/Service/Weather/Forecast/Owm.php | 73 +
framework/Service_Weather/lib/Horde/Service/Weather/Owm.php | 379 +++++
.../Service_Weather/lib/Horde/Service/Weather/Period/Owm.php | 89 +
.../lib/Horde/Service/Weather/WeatherUnderground.php | 1 +
framework/Service_Weather/package.xml | 12 +-
7 files changed, 662 insertions(+), 2 deletions(-)
create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Current/Owm.php
create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Forecast/Owm.php
create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Owm.php
create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Period/Owm.php
http://github.com/horde/horde/commit/4b5a6c60d646506f704153358aadf0cb016ccf53
-----------------------------------------------------------------------
commit 2512465bc63fbf7518260e504cb355c267414f72
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Sep 21 13:24:44 2015 -0400
Support Owm.
framework/Core/lib/Horde/Core/Factory/Weather.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/2512465bc63fbf7518260e504cb355c267414f72
-----------------------------------------------------------------------
commit 1df46bb8bbe3dd102ee5f4a70a5ea9d1518af7dc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Sep 21 13:25:00 2015 -0400
Actually output this string.
horde/templates/block/weather.html.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/1df46bb8bbe3dd102ee5f4a70a5ea9d1518af7dc
More information about the commits
mailing list