The branch "master" has been updated. The following is a summary of the commits.
from: 048b20e43df55a2dffe2e1bc0f67ba995dc67945 22c3705 Fix Date exceptions. 8c433e0 Improve output. 3e574a8 [jan] Catch Horde_Date exceptions and try harder to provide dates for weather alerts. Summary: http://github.com/horde/horde/compare/048b20e43df55a2dffe2e1bc0f67ba995dc67945...3e574a8b4df1821be00f577f81252647f7a655d1 ----------------------------------------------------------------------- commit 22c3705bfe731acfa365a443f813bf676642dac7 Author: Jan Schneider <[email protected]> Date: Tue Jan 12 21:19:11 2016 +0100 Fix Date exceptions. date_epoch and expires_epoch properties are always NA here, so Horde_Date throws exceptions. Try instead harder and use date and expires properties to build Horde_Date objects. tz_long is always unset here too, don't pass it since it doesn't seem to be needed anyway. .../lib/Horde/Service/Weather/Alerts/WeatherUnderground.php | 37 ++++- 1 files changed, 31 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/22c3705bfe731acfa365a443f813bf676642dac7 ----------------------------------------------------------------------- commit 8c433e0020c9224de2922e5f062181b2d326dc65 Author: Jan Schneider <[email protected]> Date: Tue Jan 12 21:20:05 2016 +0100 Improve output. Show localized dates, fix double colons, and improve Horde_View syntax. horde/lib/Block/Weather.php | 13 ++++++++--- horde/templates/block/weather_content.html.php | 25 +++++++++++++++++------ 2 files changed, 27 insertions(+), 11 deletions(-) http://github.com/horde/horde/commit/8c433e0020c9224de2922e5f062181b2d326dc65 ----------------------------------------------------------------------- commit 3e574a8b4df1821be00f577f81252647f7a655d1 Author: Jan Schneider <[email protected]> Date: Tue Jan 12 21:21:35 2016 +0100 [jan] Catch Horde_Date exceptions and try harder to provide dates for weather alerts. framework/Service_Weather/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/3e574a8b4df1821be00f577f81252647f7a655d1 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
