The branch "master" has been updated. The following is a summary of the commits.
from: e8f1aa64ab88ba4c2c6937f71c68026783c9bb0b d46be6a Add support for newly added windspeed and humidity data in wunderground forecasts. 2fe5314 Display windspeed and humidity data if we have it. 53e58af Don't attempt to show humidity/wind if we don't have it. ----------------------------------------------------------------------- commit d46be6aa4e54ca367a801a0c0793705a95be7b2e Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 13:08:48 2011 -0500 Add support for newly added windspeed and humidity data in wunderground forecasts. .../lib/Horde/Service/Weather/Period/WeatherUnderground.php | 19 ++++- 1 files changed, 18 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/d46be6aa4e54ca367a801a0c0793705a95be7b2e ----------------------------------------------------------------------- commit 2fe5314b31e1801a8de40c9e6e326851b577646a Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 13:09:12 2011 -0500 Display windspeed and humidity data if we have it. timeobjects/lib/Driver/Weather.php | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/2fe5314b31e1801a8de40c9e6e326851b577646a ----------------------------------------------------------------------- commit 53e58afbfb5110e3eb4ea3d2d43750ca38eeadf1 Author: Michael J Rubinsky <[email protected]> Date: Sat Nov 12 13:15:15 2011 -0500 Don't attempt to show humidity/wind if we don't have it. .../Service_Weather/lib/Horde/Service/Weather/Period/Google.php | 4 + timeobjects/lib/Driver/Weather.php | 32 +++-- 2 files changed, 25 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/53e58afbfb5110e3eb4ea3d2d43750ca38eeadf1 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
