[commits] Horde branch develop updated. 84ec45688ad1b6a2e959f43dbdd0d05c76da9096
Michael J. Rubinsky
mrubinsk at horde.org
Sat Feb 18 18:41:24 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 09c3eeaec4449f31a8e8665bb281e4e1c50e91fa
cf67526 fix scope
61337fc Always provide the longest forecast the driver can provide.
141adbc Protect against fixating the forecast length across multiple requests.
3787972 CHANGES
92dd38c Allow emulating a smaller forecast length.
8faaad1 Don't query the provider again if we have a longer forecast length.
d1dbd9e Remove debug(?) parameter.
8a7b86c add missing '*' in comment block
0fdd0dd Add doc/Horde/Service/Weather/COPYING, update package.xml
e1d13d4 Only allow admins to removeUserData
84ec456 Merge branch 'master' into develop
-----------------------------------------------------------------------
commit cf675267b6e5ce828ca5a512d7604506c8b77d50
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Feb 18 11:43:31 2012 -0500
fix scope
timeobjects/lib/Driver/Weather.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cf675267b6e5ce828ca5a512d7604506c8b77d50
-----------------------------------------------------------------------
commit 61337fcd3e4caf3a8ffdc36bfe5a56e596e60af5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Feb 18 11:43:45 2012 -0500
Always provide the longest forecast the driver can provide.
timeobjects/lib/Driver/Weather.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/61337fcd3e4caf3a8ffdc36bfe5a56e596e60af5
-----------------------------------------------------------------------
commit 141adbc5a5b00b2599c0a4c73f5219d1c3842350
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Feb 18 11:46:48 2012 -0500
Protect against fixating the forecast length across multiple requests.
Fixes issue that caused two portal blocks that used the same location
but different lengths (such as the weather block and calendar summary)
to erroneously display the first requested length.
framework/Service_Weather/lib/Horde/Service/Weather/Base.php | 7 +++++
.../lib/Horde/Service/Weather/WeatherUnderground.php | 6 +++-
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 4 ++-
3 files changed, 14 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/141adbc5a5b00b2599c0a4c73f5219d1c3842350
-----------------------------------------------------------------------
commit 3787972f15b0c8a4b3e97fffe131d0cd3d2c5331
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Feb 18 11:52:21 2012 -0500
CHANGES
framework/Service_Weather/package.xml | 2 ++
timeobjects/docs/CHANGES | 4 ++++
timeobjects/package.xml | 6 ++++--
3 files changed, 10 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/3787972f15b0c8a4b3e97fffe131d0cd3d2c5331
-----------------------------------------------------------------------
commit 92dd38c2c78ab8380bc435848f3ae7f582d13eac
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Feb 18 12:13:20 2012 -0500
Allow emulating a smaller forecast length.
Emulate shorter forecast length by requesting longer forecast and setting
a top to the number of days returned. Implemented now that WeatherUnderground
has done away with previously supported 5 day forecast. We now emulate it
with 7 day forecast and limitDays() call.
Bug: 11010
.../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php | 20 ++++-
.../lib/Horde/Service/Weather/WeatherUnderground.php | 3 +-
framework/Service_Weather/package.xml | 12 ++-
3 files changed, 29 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/92dd38c2c78ab8380bc435848f3ae7f582d13eac
-----------------------------------------------------------------------
commit 8faaad163bfd4c0dc706188f96e38231054d836f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Feb 18 12:23:08 2012 -0500
Don't query the provider again if we have a longer forecast length.
Emulate the shorter forecast if we already have all the data we need.
.../lib/Horde/Service/Weather/WeatherUnderground.php | 7 ++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/8faaad163bfd4c0dc706188f96e38231054d836f
-----------------------------------------------------------------------
commit d1dbd9e95d1fc8b80574dbb05277ae8c8698a82b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Feb 18 12:42:36 2012 -0500
Remove debug(?) parameter.
components/lib/Components/Helper/Website.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d1dbd9e95d1fc8b80574dbb05277ae8c8698a82b
-----------------------------------------------------------------------
commit 8a7b86c3317e2300a6f27c4fc5a1040e01bb74ed
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Feb 18 12:43:42 2012 -0500
add missing '*' in comment block
components/lib/Components/Component/Base.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/8a7b86c3317e2300a6f27c4fc5a1040e01bb74ed
-----------------------------------------------------------------------
commit 0fdd0ddf4068a789b147d3f2519a4f0c33c1fd04
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Feb 18 12:52:05 2012 -0500
Add doc/Horde/Service/Weather/COPYING, update package.xml
framework/Service_Weather/doc/Horde/Service/Weather/COPYING | 24 +++++++++++
framework/Service_Weather/package.xml | 18 ++++++--
2 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644 framework/Service_Weather/doc/Horde/Service/Weather/COPYING
http://git.horde.org/horde-git/-/commit/0fdd0ddf4068a789b147d3f2519a4f0c33c1fd04
-----------------------------------------------------------------------
commit e1d13d4a97a74749a2bb33065f9be4df2909623b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Feb 18 13:15:20 2012 -0500
Only allow admins to removeUserData
turba/lib/Driver/Share.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/e1d13d4a97a74749a2bb33065f9be4df2909623b
-----------------------------------------------------------------------
commit 84ec45688ad1b6a2e959f43dbdd0d05c76da9096
Merge: 09c3eea e1d13d4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Feb 18 13:41:04 2012 -0500
Merge branch 'master' into develop
components/lib/Components/Component/Base.php | 2 +-
components/lib/Components/Helper/Website.php | 2 +-
framework/Service_Weather/doc/Horde/Service/Weather/COPYING | 24 +++
framework/Service_Weather/lib/Horde/Service/Weather/Base.php | 7 +
.../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php | 20 +++-
.../lib/Horde/Service/Weather/WeatherUnderground.php | 14 ++-
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 4 +-
framework/Service_Weather/package.xml | 32 +++-
timeobjects/docs/CHANGES | 4 +
timeobjects/lib/Driver/Weather.php | 6 +-
timeobjects/package.xml | 6 +-
turba/lib/Driver/Share.php | 4 +
12 files changed, 105 insertions(+), 20 deletions(-)
http://git.horde.org/horde-git/-/commit/84ec45688ad1b6a2e959f43dbdd0d05c76da9096
More information about the commits
mailing list