[commits] Horde branch master updated. dccd7c3f58818fa209cc19a5839b25ce082ac103
Michael J. Rubinsky
mrubinsk at horde.org
Fri Mar 28 16:03:54 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 71ca75936830da6308cb94abeb1b6a930a21c3e2
6290d39 Typo
9efd6d6 Remove @todo
7aab641 Remove useless assignment.
4ea6424 phpdoc
bb8c518 Support obtaining the station's gmt offset.
42f72dc Reverse conditional since the offset is returned cast as a string.
820d17f Save the offset now that we can do something with it.
db86db3 Include the response error.
36e6f14 Request local datetime from wwo as well.
f05ae16 Add time_utc to explicitly request UTC observation time.
50d41fc phpdoc
7914f44 BFN, bump version
e100058 Make sure we have the full station object.
dccd7c3 Standardize on HH::MM for offset return.
Summary: http://github.com/horde/horde/compare/71ca75936830da6308cb94abeb1b6a930a21c3e2...dccd7c3f58818fa209cc19a5839b25ce082ac103
-----------------------------------------------------------------------
commit 6290d3923353f431ee7744c3701d20a19a1bc67e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 09:38:41 2014 -0400
Typo
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/6290d3923353f431ee7744c3701d20a19a1bc67e
-----------------------------------------------------------------------
commit 9efd6d6a3dc3e8fd4186f7a69d131973db73b040
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 09:38:50 2014 -0400
Remove @todo
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/9efd6d6a3dc3e8fd4186f7a69d131973db73b040
-----------------------------------------------------------------------
commit 7aab641f3537395f31ac64edb3e19e3ac514af45
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 09:39:29 2014 -0400
Remove useless assignment.
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/7aab641f3537395f31ac64edb3e19e3ac514af45
-----------------------------------------------------------------------
commit 4ea64246e533c420a361a495b6abb76ec08df672
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 10:10:50 2014 -0400
phpdoc
framework/Service_Weather/lib/Horde/Service/Weather/Station.php | 11 +++++++
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 4 ++-
2 files changed, 14 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/4ea64246e533c420a361a495b6abb76ec08df672
-----------------------------------------------------------------------
commit bb8c518e22f52ab6e08ff626c38d356a06223408
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 10:20:33 2014 -0400
Support obtaining the station's gmt offset.
framework/Service_Weather/lib/Horde/Service/Weather/Station.php | 22 ++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/bb8c518e22f52ab6e08ff626c38d356a06223408
-----------------------------------------------------------------------
commit 42f72dcc551dff7759af74cac8669972c09d84d7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 10:41:40 2014 -0400
Reverse conditional since the offset is returned cast as a string.
framework/Service_Weather/lib/Horde/Service/Weather/Station.php | 16 ++++---
1 files changed, 10 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/42f72dcc551dff7759af74cac8669972c09d84d7
-----------------------------------------------------------------------
commit 820d17f6e1ef57eb86b8d8329afb901e7c6a4a76
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 10:42:17 2014 -0400
Save the offset now that we can do something with it.
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/820d17f6e1ef57eb86b8d8329afb901e7c6a4a76
-----------------------------------------------------------------------
commit db86db31e8d126c877227415900cedffd336de2a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 10:42:32 2014 -0400
Include the response error.
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/db86db31e8d126c877227415900cedffd336de2a
-----------------------------------------------------------------------
commit 36e6f14c1d0934bd6a35b2d1381f67f93f2d0caf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 11:29:38 2014 -0400
Request local datetime from wwo as well.
Bug: 13083 (maciej.uhlig at us.edu.pl)
.../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php | 6 ++++-
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/36e6f14c1d0934bd6a35b2d1381f67f93f2d0caf
-----------------------------------------------------------------------
commit f05ae16296d6b49ff75beda77248188ea14aab9c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 11:30:51 2014 -0400
Add time_utc to explicitly request UTC observation time.
.../lib/Horde/Service/Weather/Current/WeatherUnderground.php | 5 +++--
.../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php | 3 +++
2 files changed, 6 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/f05ae16296d6b49ff75beda77248188ea14aab9c
-----------------------------------------------------------------------
commit 50d41fcb144c85baaed83d0c5106d94ca697b9a2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 11:31:13 2014 -0400
phpdoc
.../Service_Weather/lib/Horde/Service/Weather/Current/Base.php | 44 +++--
1 files changed, 25 insertions(+), 19 deletions(-)
http://github.com/horde/horde/commit/50d41fcb144c85baaed83d0c5106d94ca697b9a2
-----------------------------------------------------------------------
commit 7914f446278565f2c36c63af0282e8385ae3bd72
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 11:34:02 2014 -0400
BFN, bump version
framework/Service_Weather/package.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/7914f446278565f2c36c63af0282e8385ae3bd72
-----------------------------------------------------------------------
commit e100058c429664dea3191fd649bd40bb47165410
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 11:54:48 2014 -0400
Make sure we have the full station object.
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/e100058c429664dea3191fd649bd40bb47165410
-----------------------------------------------------------------------
commit dccd7c3f58818fa209cc19a5839b25ce082ac103
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 28 12:01:52 2014 -0400
Standardize on HH::MM for offset return.
framework/Service_Weather/lib/Horde/Service/Weather/Station.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/dccd7c3f58818fa209cc19a5839b25ce082ac103
More information about the commits
mailing list