[commits] Horde branch master updated. 672cb3943f50609e334e7cb5359f9e8004f74489

Michael J. Rubinsky mrubinsk at horde.org
Thu Nov 3 01:44:05 UTC 2011


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

from: 1c79c9836183734b729e5ce0d75ed1910e4cad84

675d20b Fix xml parse error
e50aac0 Move these to a "base" class
37687ae Start adding Wunderground classes for Forecast and Period
a30ab33 Add FORECAST_TYPE constants
f19de57 Delegate parsing to the concrete class
ea15167 Update file list
ab6a8ec typo
6a7eb81 Move this to Base.php also
dcd6e19 Fix class names, update phpdoc
06932b1 Add implementation for Wunderground Period parsing
e862a31 Fill in more functionality
63dce42 Add 'period' property
12b5d2e Update package.xml
83bd721 Initial locale files
672cb39 update package.xml

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

commit 675d20b5e72f4e8a413b23d729ef7c3227cf9ef8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 13:04:48 2011 -0400

    Fix xml parse error

 framework/Service_Weather/package.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/675d20b5e72f4e8a413b23d729ef7c3227cf9ef8

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

commit e50aac0bd8ade3db58b17a70f8634bdcf88d9c01
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 14:00:59 2011 -0400

    Move these to a "base" class

 framework/Service_Weather/lib/Horde/Service/Weather/Forecast.php  |   62 -----
 .../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php   |   57 ++++
 framework/Service_Weather/lib/Horde/Service/Weather/Period.php    |   24 --
 .../Service_Weather/lib/Horde/Service/Weather/Period/Base.php     |   52 ++++
 framework/Service_Weather/package.xml                             |   12 +-
 5 files changed, 118 insertions(+), 89 deletions(-)
 delete mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Forecast.php
 create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php
 delete mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Period.php
 create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Period/Base.php

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

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

commit 37687ae39a3691c0874d190175c34e01f33cc773
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 14:03:44 2011 -0400

    Start adding Wunderground classes for Forecast and Period

 .../lib/Horde/Service/Weather/Forecast/WeatherUnderground.php     |   56 +++++
 .../lib/Horde/Service/Weather/Period/WeatherUnderground.php       |   37 +++
 2 files changed, 93 insertions(+), 0 deletions(-)
 create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Forecast/WeatherUnderground.php
 create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Period/WeatherUnderground.php

http://git.horde.org/horde-git/-/commit/37687ae39a3691c0874d190175c34e01f33cc773

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

commit a30ab33a25e4618d473605ba59ba13cbd523d486
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 14:04:24 2011 -0400

    Add FORECAST_TYPE constants

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

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

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

commit f19de57356d481212b40857d1eedf65f07c01da7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 14:05:05 2011 -0400

    Delegate parsing to the concrete class

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

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

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

commit ea15167b0011d59bd04c14e85a5a260f001097d2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 14:06:01 2011 -0400

    Update file list

 framework/Service_Weather/package.xml |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

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

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

commit ab6a8ec2d923c0fc8058c32bfcae009cb8574c40
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 14:12:12 2011 -0400

    typo

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

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

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

commit 6a7eb812bd25cf41c6e5971018dd2f64d311aa3a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 14:52:35 2011 -0400

    Move this to Base.php also

 framework/Service_Weather/lib/Horde/Service/Weather/Current.php   |   65 -----
 .../Service_Weather/lib/Horde/Service/Weather/Current/Base.php    |   65 +++++
 2 files changed, 65 insertions(+), 65 deletions(-)
 delete mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Current.php
 create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Current/Base.php

http://git.horde.org/horde-git/-/commit/6a7eb812bd25cf41c6e5971018dd2f64d311aa3a

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

commit dcd6e19e953634e36192a2e4e10bb016166da3ba
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 14:53:44 2011 -0400

    Fix class names, update phpdoc

 framework/Service_Weather/lib/Horde/Service/Weather/Base.php      |    4 +-
 .../lib/Horde/Service/Weather/Current/WeatherUnderground.php      |    6 +-
 .../Service_Weather/lib/Horde/Service/Weather/Period/Base.php     |   25 ++++-
 3 files changed, 27 insertions(+), 8 deletions(-)

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

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

commit 06932b1b505562cb554a94e5e95f42e69a8c5671
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 14:53:57 2011 -0400

    Add implementation for Wunderground Period parsing

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

http://git.horde.org/horde-git/-/commit/06932b1b505562cb554a94e5e95f42e69a8c5671

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

commit e862a3183485bcb722e7cdc2e15de6593088e215
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 21:28:17 2011 -0400

    Fill in more functionality
    
    Add Translation.php
    Add forecast detail constants and parameter
    Get actual sunrise/sunset data and not debug values.
    Add method for getting the unit labels.

 framework/Service_Weather/lib/Horde/Service/Weather.php           |   17 +-
 framework/Service_Weather/lib/Horde/Service/Weather/Base.php      |   29 +++-
 .../Service_Weather/lib/Horde/Service/Weather/Translation.php     |   51 +++++
 .../lib/Horde/Service/Weather/WeatherUnderground.php              |   21 ++-
 4 files changed, 104 insertions(+), 14 deletions(-)
 create mode 100644 framework/Service_Weather/lib/Horde/Service/Weather/Translation.php

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

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

commit 63dce420a83679ba8fd9710032c10b9d20d727f3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 21:29:37 2011 -0400

    Add 'period' property

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

http://git.horde.org/horde-git/-/commit/63dce420a83679ba8fd9710032c10b9d20d727f3

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

commit 12b5d2e32406ba858905a2ead58029bc49838dc2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 21:30:25 2011 -0400

    Update package.xml

 framework/Service_Weather/package.xml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

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

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

commit 83bd721897f2a24aa5a13a6e5ab2c301a7b45bde
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 21:39:22 2011 -0400

    Initial locale files
    
    Mostly to ensure the locale directory is present in the checkout

 framework/Service_Weather/locale/Horde_Service_Weather.pot        |   34 +++++
 .../locale/en_US/LC_MESSAGES/Horde_Service_Weather.po             |   34 +++++
 2 files changed, 68 insertions(+), 0 deletions(-)
 create mode 100644 framework/Service_Weather/locale/Horde_Service_Weather.pot
 create mode 100644 framework/Service_Weather/locale/en_US/LC_MESSAGES/Horde_Service_Weather.po

http://git.horde.org/horde-git/-/commit/83bd721897f2a24aa5a13a6e5ab2c301a7b45bde

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

commit 672cb3943f50609e334e7cb5359f9e8004f74489
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 2 21:43:25 2011 -0400

    update package.xml

 framework/Service_Weather/package.xml |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/672cb3943f50609e334e7cb5359f9e8004f74489




More information about the commits mailing list