[commits] Horde branch master updated. 671ad6e3639eef794488149c9a940db3f2d05171

Michael J. Rubinsky mrubinsk at horde.org
Sat Nov 5 20:11:31 UTC 2016


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

from: dcf8c182d5603ee1ab25341ea1d8160bb4396ef7

3cdb77e ws
9827b9c Use new data source for airport/weather station ICAO codes.
73ed419 Search on more data, return more detailed name.
d9d008d If we don't have the update time, we don't have valid Metar/TAF data.
10c2394 Include city/state/country in description.
c2903ae Set requested_location in template on update, too.
706495b Catch exception, display user-friendly error if no weather data available.
46a4ea9 BFN
0425dd7 Revert "Use new data source for airport/weather station ICAO codes."
3106ab2 Add new migration for new surface station data source.
671ad6e Existence check.

Summary: http://github.com/horde/horde/compare/dcf8c182d5603ee1ab25341ea1d8160bb4396ef7...671ad6e3639eef794488149c9a940db3f2d05171

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

commit 3cdb77e5f6ccb17122b6a504d6452b51472a2a72
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 5 15:44:48 2016 -0400

    ws

 framework/Mime/lib/Horde/Mime/Part.php | 1 -
 1 file changed, 1 deletion(-)

http://github.com/horde/horde/commit/3cdb77e5f6ccb17122b6a504d6452b51472a2a72

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

commit 9827b9c2a17e7d5277fc8ec7f7a4f687cf3d5b41
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 5 15:45:37 2016 -0400

    Use new data source for airport/weather station ICAO codes.

 .../Weather/1_horde_service_weather_airports.php   | 148 ++++++---------------
 1 file changed, 43 insertions(+), 105 deletions(-)

http://github.com/horde/horde/commit/9827b9c2a17e7d5277fc8ec7f7a4f687cf3d5b41

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

commit 73ed4197df6aae983c3d5501ead5edbc7195fa4e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 5 15:46:48 2016 -0400

    Search on more data, return more detailed name.

 framework/Service_Weather/lib/Horde/Service/Weather/Metar.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/73ed4197df6aae983c3d5501ead5edbc7195fa4e

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

commit d9d008dea1f622d9f9b0f4524b2b4c0d2d33aaef
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 5 15:47:16 2016 -0400

    If we don't have the update time, we don't have valid Metar/TAF data.

 framework/Service_Weather/lib/Horde/Service/Weather/Parser/Metar.php | 4 ++++
 1 file changed, 4 insertions(+)

http://github.com/horde/horde/commit/d9d008dea1f622d9f9b0f4524b2b4c0d2d33aaef

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

commit 10c2394d82aa730dcbd80500a8f50aef6b98159f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 5 15:48:14 2016 -0400

    Include city/state/country in description.

 horde/lib/Block/Metar.php | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

http://github.com/horde/horde/commit/10c2394d82aa730dcbd80500a8f50aef6b98159f

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

commit c2903ae12428f0d556f7885d991958eedff56f29
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 5 15:48:36 2016 -0400

    Set requested_location in template on update, too.
    
    Needed in case we have an error message to display.

 horde/lib/Block/Metar.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://github.com/horde/horde/commit/c2903ae12428f0d556f7885d991958eedff56f29

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

commit 706495bef0affdc37e6813acb9099489565fee3b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 5 15:49:05 2016 -0400

    Catch exception, display user-friendly error if no weather data available.

 horde/lib/Block/Metar.php                    |  6 +++++-
 horde/templates/block/metar_content.html.php | 12 +++++++++---
 2 files changed, 14 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/706495bef0affdc37e6813acb9099489565fee3b

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

commit 46a4ea9a037531faa8662c81013aad8e6158797a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 5 15:50:45 2016 -0400

    BFN

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

http://github.com/horde/horde/commit/46a4ea9a037531faa8662c81013aad8e6158797a

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

commit 0425dd78a6d816b39bcf37faca9e8d6cde06efac
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 5 15:57:40 2016 -0400

    Revert "Use new data source for airport/weather station ICAO codes."
    
    This reverts commit 9827b9c2a17e7d5277fc8ec7f7a4f687cf3d5b41.
    
    Better to use a new migration for this, since it provides additional
    fields that we can search on.

 .../Weather/1_horde_service_weather_airports.php   | 148 +++++++++++++++------
 1 file changed, 105 insertions(+), 43 deletions(-)

http://github.com/horde/horde/commit/0425dd78a6d816b39bcf37faca9e8d6cde06efac

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

commit 3106ab28750a3fa09c24712d614d9dbe125957b2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 5 16:05:32 2016 -0400

    Add new migration for new surface station data source.

 .../Weather/1_horde_service_weather_airports.php   |   8 +-
 .../2_horde_service_weather_airports_change.php    | 107 +++++++++++++++++++++
 framework/Service_Weather/package.xml              |  14 +--
 3 files changed, 121 insertions(+), 8 deletions(-)
 create mode 100644 framework/Service_Weather/migration/Horde/Service/Weather/2_horde_service_weather_airports_change.php

http://github.com/horde/horde/commit/3106ab28750a3fa09c24712d614d9dbe125957b2

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

commit 671ad6e3639eef794488149c9a940db3f2d05171
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 5 16:10:11 2016 -0400

    Existence check.

 horde/lib/Block/Metar.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://github.com/horde/horde/commit/671ad6e3639eef794488149c9a940db3f2d05171




More information about the commits mailing list