The branch "master" has been updated. The following is a summary of the commits.
from: 3e419989f86bbf43fedf0483b2df598da9b2c2b3 d0bcdd8 Add some more unit definitions e4814f8 return false for these unsupported properties also 5380708 Perform some magic on pressure values before returning 3df4697 Add method to obtain the forecast time dbe8708 Use the display_location property for the station name 35aed3e Return fully mapped icons from current conditions object. 75f40cc More unsupported properties a7faa2c Fix function definition 3e309e4 Pass the weather object d919490 Initial Horde_Service_Weather based block. e406dc9 Yet Another property google doesn't provide 4617f0d maxwind -> wind_gust 0f7e768 initial forecast section ----------------------------------------------------------------------- commit d0bcdd8c0b6e3d7bb9c1860f5670402a67ad6ef5 Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 16:13:06 2011 -0500 Add some more unit definitions framework/Service_Weather/lib/Horde/Service/Weather/Base.php | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/d0bcdd8c0b6e3d7bb9c1860f5670402a67ad6ef5 ----------------------------------------------------------------------- commit e4814f8d16dc09395de98205b36a7f976db0f08e Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 16:13:41 2011 -0500 return false for these unsupported properties also .../Service_Weather/lib/Horde/Service/Weather/Current/Google.php | 6 +++- 1 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/e4814f8d16dc09395de98205b36a7f976db0f08e ----------------------------------------------------------------------- commit 53807087f6911cdfdaf3d81a8167c102aef29146 Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 16:14:15 2011 -0500 Perform some magic on pressure values before returning .../lib/Horde/Service/Weather/Current/WeatherUnderground.php | 17 ++++- 1 files changed, 15 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/53807087f6911cdfdaf3d81a8167c102aef29146 ----------------------------------------------------------------------- commit 3df46975a0dc2e78d234f2339bd5f78c638feb07 Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 16:15:08 2011 -0500 Add method to obtain the forecast time .../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php | 5 +++++ .../Service_Weather/lib/Horde/Service/Weather/Forecast/Google.php | 5 +++++ .../lib/Horde/Service/Weather/Forecast/WeatherUnderground.php | 5 +++++ 3 files changed, 15 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/3df46975a0dc2e78d234f2339bd5f78c638feb07 ----------------------------------------------------------------------- commit dbe8708ec9e3646961e71a93cba5b9d0fb6ab3ee Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 16:21:36 2011 -0500 Use the display_location property for the station name .../lib/Horde/Service/Weather/WeatherUnderground.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/dbe8708ec9e3646961e71a93cba5b9d0fb6ab3ee ----------------------------------------------------------------------- commit 35aed3ee57493ddbd5d9b30dee9c9d49e117db88 Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 16:57:14 2011 -0500 Return fully mapped icons from current conditions object. .../Service_Weather/lib/Horde/Service/Weather/Current/Base.php | 10 ++- .../Service_Weather/lib/Horde/Service/Weather/Current/Google.php | 4 +- .../lib/Horde/Service/Weather/Current/WeatherUnderground.php | 18 ++++- 3 files changed, 25 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/35aed3ee57493ddbd5d9b30dee9c9d49e117db88 ----------------------------------------------------------------------- commit 75f40cc04660eb5a35c31b76129e866f08630db8 Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 17:21:42 2011 -0500 More unsupported properties .../Service_Weather/lib/Horde/Service/Weather/Current/Google.php | 16 +++-- 1 files changed, 11 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/75f40cc04660eb5a35c31b76129e866f08630db8 ----------------------------------------------------------------------- commit a7faa2c00263daa144cafc7eae07efc3e970f79c Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 17:22:04 2011 -0500 Fix function definition .../Service_Weather/lib/Horde/Service/Weather/Forecast/Google.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a7faa2c00263daa144cafc7eae07efc3e970f79c ----------------------------------------------------------------------- commit 3e309e49c7b6ceee7d4397999ed34c4c01acfc29 Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 17:22:41 2011 -0500 Pass the weather object framework/Service_Weather/lib/Horde/Service/Weather/Google.php | 2 +- .../lib/Horde/Service/Weather/WeatherUnderground.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/3e309e49c7b6ceee7d4397999ed34c4c01acfc29 ----------------------------------------------------------------------- commit d919490b866c7c4b982d5889026c3c21510b9be0 Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 17:24:42 2011 -0500 Initial Horde_Service_Weather based block. Current conditions only right now. Works best with WeatherUnderground service since they provide the most data. horde/lib/Block/Weather.php | 200 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 200 insertions(+), 0 deletions(-) create mode 100644 horde/lib/Block/Weather.php http://git.horde.org/horde-git/-/commit/d919490b866c7c4b982d5889026c3c21510b9be0 ----------------------------------------------------------------------- commit e406dc93814844be97eba7f759607eb07deecadd Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 18:15:05 2011 -0500 Yet Another property google doesn't provide .../Service_Weather/lib/Horde/Service/Weather/Period/Google.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/e406dc93814844be97eba7f759607eb07deecadd ----------------------------------------------------------------------- commit 4617f0d5f59cfd583b0eb070f13f9a3dc9cc07bd Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 18:15:50 2011 -0500 maxwind -> wind_gust .../lib/Horde/Service/Weather/Period/WeatherUnderground.php | 6 +++++ 1 files changed, 6 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/4617f0d5f59cfd583b0eb070f13f9a3dc9cc07bd ----------------------------------------------------------------------- commit 0f7e768d38466bfe4c64c50ee54e60b9e56bbeeb Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 18:16:25 2011 -0500 initial forecast section horde/lib/Block/Weather.php | 119 +++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 114 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/0f7e768d38466bfe4c64c50ee54e60b9e56bbeeb __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
