[commits] Horde branch develop updated. aa831d45ef615b395c5288bf4cec6bdcfd2b17c9

Michael J. Rubinsky mrubinsk at horde.org
Mon Nov 28 05:58:48 UTC 2011


The branch "develop" has been updated.
The following is a summary of the commits.

from: 2b6fae0dd3c85e734811ba3ba23a8ea89f676264

696f14d This property isn't used for Wwo
b3f0c81 ws
81f6b87 round the results of these calculations
2213da2 Fix returning translated property
3e57180 Use the time returned from the request to calculate sunrise/sunset
054744b Set the station time from the time we already have.
64928ff Don't skip the current day's forecast
3cb0456 Equality check, not assignment
adb334a Add Wwo tests
b9579ea Always return rounded values
d523b9f Default to 7 days
8b201fe These are testing equality, not assignment
01195ec Add wunderground tests, update package.xml
08b8bf0 Add Wwo_Strings
e0dc2a5 [gwr] Fixed Kolab anonymous bind.
b4173e3 [gwr] Fixed hiding menu entries that should not be displayed to admin.
12ce401 [gwr] Fix the parsing of recurrence hash data.
a361b8b [gwr] Fix saving Kolab events.
bbc3fd5 Use the ime returned in the current observation for calculating sunrise/sunset.
40f4662 Don't test these dates for now.
aa831d4 Merge branch 'master' into develop

-----------------------------------------------------------------------

commit 696f14d4fb09a476953acb1a8f119c439da24fba
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 27 22:02:54 2011 -0500

    This property isn't used for Wwo

 .../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php     |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/696f14d4fb09a476953acb1a8f119c439da24fba

-----------------------------------------------------------------------

commit b3f0c81909a31292787d9f56f193b1b9178021d7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 27 22:03:22 2011 -0500

    ws

 .../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php     |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/b3f0c81909a31292787d9f56f193b1b9178021d7

-----------------------------------------------------------------------

commit 81f6b87141f467b05a2314dea1619723f58203f2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 27 22:03:39 2011 -0500

    round the results of these calculations

 .../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/81f6b87141f467b05a2314dea1619723f58203f2

-----------------------------------------------------------------------

commit 2213da248c5b5496f19cd9524ae6ba9f0c53b685
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 27 22:03:59 2011 -0500

    Fix returning translated property

 .../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/2213da248c5b5496f19cd9524ae6ba9f0c53b685

-----------------------------------------------------------------------

commit 3e57180fe15de6008eb0de8df78e064f7f46e63c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 27 22:15:17 2011 -0500

    Use the time returned from the request to calculate sunrise/sunset

 framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php |   22 ++++++++--
 1 files changed, 17 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/3e57180fe15de6008eb0de8df78e064f7f46e63c

-----------------------------------------------------------------------

commit 054744b8736cff908386e6c77ac8fc274a1323d5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 27 22:50:15 2011 -0500

    Set the station time from the time we already have.

 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Wwo.php    |    2 +-
 framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php       |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/054744b8736cff908386e6c77ac8fc274a1323d5

-----------------------------------------------------------------------

commit 64928ff3e7453986a4e6f83c0d992b29b8b9c37d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 27 22:51:19 2011 -0500

    Don't skip the current day's forecast

 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Wwo.php    |    6 +---
 1 files changed, 2 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/64928ff3e7453986a4e6f83c0d992b29b8b9c37d

-----------------------------------------------------------------------

commit 3cb0456eda0858b3e209ed2f7abbb998ff366f40
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 27 22:52:08 2011 -0500

    Equality check, not assignment

 .../Service_Weather/lib/Horde/Service/Weather/Period/Wwo.php      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3cb0456eda0858b3e209ed2f7abbb998ff366f40

-----------------------------------------------------------------------

commit adb334a78f4dd792ede1a3efbb3314d3f87c5176
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 27 22:52:32 2011 -0500

    Add Wwo tests

 framework/Service_Weather/test/Horde/Service/Weather/WwoTest.php  |  120 +++++
 .../test/Horde/Service/Weather/fixtures/boston_wwo.json           |    1 +
 2 files changed, 121 insertions(+), 0 deletions(-)
 create mode 100644 framework/Service_Weather/test/Horde/Service/Weather/WwoTest.php
 create mode 100644 framework/Service_Weather/test/Horde/Service/Weather/fixtures/boston_wwo.json

http://git.horde.org/horde-git/-/commit/adb334a78f4dd792ede1a3efbb3314d3f87c5176

-----------------------------------------------------------------------

commit b9579ea16121de02760355cda5b684646dc9a7e0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 27 23:29:05 2011 -0500

    Always return rounded values

 .../lib/Horde/Service/Weather/Current/WeatherUnderground.php      |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/b9579ea16121de02760355cda5b684646dc9a7e0

-----------------------------------------------------------------------

commit d523b9f9ac44918303c0fe8b7ab528be5775a02a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 27 23:29:23 2011 -0500

    Default to 7 days

 .../lib/Horde/Service/Weather/WeatherUnderground.php              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/d523b9f9ac44918303c0fe8b7ab528be5775a02a

-----------------------------------------------------------------------

commit 8b201fe350a4d6b4fc0b6320cba5cf61c2a27f02
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 27 23:46:45 2011 -0500

    These are testing equality, not assignment

 .../lib/Horde/Service/Weather/Period/WeatherUnderground.php       |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/8b201fe350a4d6b4fc0b6320cba5cf61c2a27f02

-----------------------------------------------------------------------

commit 01195ec2a0dcdb1eda8145689676110dc4ca0e9d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 27 23:48:32 2011 -0500

    Add wunderground tests, update package.xml

 framework/Service_Weather/package.xml                             |   10 +-
 .../test/Horde/Service/Weather/WundergroundTest.php               |  113 +
 .../test/Horde/Service/Weather/fixtures/boston_wunderground.json  |  506 +++++
 3 files changed, 628 insertions(+), 1 deletions(-)
 create mode 100644 framework/Service_Weather/test/Horde/Service/Weather/WundergroundTest.php
 create mode 100644 framework/Service_Weather/test/Horde/Service/Weather/fixtures/boston_wunderground.json

http://git.horde.org/horde-git/-/commit/01195ec2a0dcdb1eda8145689676110dc4ca0e9d

-----------------------------------------------------------------------

commit 08b8bf0f6c0e4abe6c178640efb303bf13af8d39
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 28 00:19:04 2011 -0500

    Add Wwo_Strings

 .../Service_Weather/lib/Horde/Service/Weather/Wwo_Strings.php     |   50 +++++
 framework/Service_Weather/package.xml                             |    8 +-
 2 files changed, 55 insertions(+), 3 deletions(-)
 create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Wwo_Strings.php

http://git.horde.org/horde-git/-/commit/08b8bf0f6c0e4abe6c178640efb303bf13af8d39

-----------------------------------------------------------------------

commit e0dc2a5788664cafc76f5ce59830910e2f2a60ed
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Nov 28 06:23:31 2011 +0100

    [gwr] Fixed Kolab anonymous bind.

 framework/Core/lib/Horde/Core/Factory/KolabServer.php |    2 --
 framework/Core/package.xml                            |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/e0dc2a5788664cafc76f5ce59830910e2f2a60ed

-----------------------------------------------------------------------

commit b4173e3e6a9c6461b853364aa1d2bbc93f2429df
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Nov 28 06:24:27 2011 +0100

    [gwr] Fixed hiding menu entries that should not be displayed to admin.

 framework/Core/lib/Horde/Core/Sidebar.php |    7 +++----
 framework/Core/package.xml                |    2 ++
 2 files changed, 5 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/b4173e3e6a9c6461b853364aa1d2bbc93f2429df

-----------------------------------------------------------------------

commit 12ce4015b7622cea3bc438c4ec01198f23420061
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Nov 28 06:31:24 2011 +0100

    [gwr] Fix the parsing of recurrence hash data.

 framework/Date/lib/Horde/Date/Recurrence.php      |   32 +++++++++-----------
 framework/Date/package.xml                        |    4 +-
 framework/Date/test/Horde/Date/RecurrenceTest.php |   14 +++++++++
 3 files changed, 30 insertions(+), 20 deletions(-)

http://git.horde.org/horde-git/-/commit/12ce4015b7622cea3bc438c4ec01198f23420061

-----------------------------------------------------------------------

commit a361b8b5e82301fd7b91b03816f4811fd8c87bc8
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Nov 28 06:36:13 2011 +0100

    [gwr] Fix saving Kolab events.

 kronolith/docs/CHANGES        |    1 +
 kronolith/lib/Event/Kolab.php |   81 ++++++++++++++++++++---------------------
 kronolith/package.xml         |    2 +
 3 files changed, 43 insertions(+), 41 deletions(-)

http://git.horde.org/horde-git/-/commit/a361b8b5e82301fd7b91b03816f4811fd8c87bc8

-----------------------------------------------------------------------

commit bbc3fd5594cbc5fbd2dce7b187e40ef6133537ff
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 28 00:49:21 2011 -0500

    Use the ime returned in the current observation for calculating sunrise/sunset.
    
    Only the hour/minute is provided by wunderground, use the day from the observation
    date.

 .../lib/Horde/Service/Weather/WeatherUnderground.php              |   10 +---
 .../test/Horde/Service/Weather/WundergroundTest.php               |    3 -
 2 files changed, 3 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/bbc3fd5594cbc5fbd2dce7b187e40ef6133537ff

-----------------------------------------------------------------------

commit 40f46628eefc76421f5ee5eb7dde8bc051ab7f5f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 28 00:50:38 2011 -0500

    Don't test these dates for now.
    
    These values are only returned by hour/minute, no month/date is provided, so these
    tests will always fail. Disable them until a better solution for building these is
    found.

 .../test/Horde/Service/Weather/WundergroundTest.php               |    2 +-
 framework/Service_Weather/test/Horde/Service/Weather/WwoTest.php  |    8 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/40f46628eefc76421f5ee5eb7dde8bc051ab7f5f

-----------------------------------------------------------------------

commit aa831d45ef615b395c5288bf4cec6bdcfd2b17c9
Merge: 2b6fae0 40f4662
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 28 00:55:26 2011 -0500

    Merge branch 'master' into develop
    
    Conflicts:
    	framework/Core/package.xml
    	framework/Date/package.xml
    	kronolith/package.xml

 framework/Core/lib/Horde/Core/Factory/KolabServer.php             |    2 -
 framework/Core/lib/Horde/Core/Sidebar.php                         |    7 +-
 framework/Core/package.xml                                        |    2 +
 framework/Date/lib/Horde/Date/Recurrence.php                      |   32 +-
 framework/Date/package.xml                                        |    2 +-
 framework/Date/test/Horde/Date/RecurrenceTest.php                 |   14 +
 .../lib/Horde/Service/Weather/Current/WeatherUnderground.php      |   12 +-
 .../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php     |    8 +-
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Wwo.php    |    8 +-
 .../lib/Horde/Service/Weather/Period/WeatherUnderground.php       |    4 +-
 .../Service_Weather/lib/Horde/Service/Weather/Period/Wwo.php      |    2 +-
 .../lib/Horde/Service/Weather/WeatherUnderground.php              |   12 +-
 framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php       |   23 +-
 .../Service_Weather/lib/Horde/Service/Weather/Wwo_Strings.php     |   50 +
 framework/Service_Weather/package.xml                             |   16 +-
 .../test/Horde/Service/Weather/WundergroundTest.php               |  110 +
 framework/Service_Weather/test/Horde/Service/Weather/WwoTest.php  |  120 +
 .../test/Horde/Service/Weather/fixtures/boston_wunderground.json  |  506 +++++
 .../test/Horde/Service/Weather/fixtures/boston_wwo.json           |    1 +
 kronolith/docs/CHANGES                                            |    1 +
 kronolith/lib/Event/Kolab.php                                     |   81 +-
 kronolith/package.xml                                             |    1 +
 22 files changed, 915 insertions(+), 99 deletions(-)

http://git.horde.org/horde-git/-/commit/aa831d45ef615b395c5288bf4cec6bdcfd2b17c9




More information about the commits mailing list