You are here

CHANGELOG.txt in Weather 7

Version: 7.x-1.9                                     Date: 2013-10-16
---------------------------------------------------------------------

* Support Geofield module. Closes: [#1419888], [#2091391]
* Add station CWMJ. Thanks to Michael Clermont and
  Jacob Lear for the bug report. Closes: [#2103471]


Version: 7.x-1.8                                     Date: 2013-09-11
---------------------------------------------------------------------

* Update information for Mariscal Sucre International Airport,
  Ecuador. Thanks to Julián Bustamante for the bug report.
  Closes: [#2082881]
* Refresh list of known METAR stations. 294 weather stations have
  been removed, 877 have been added, resulting in a total of 4470
  locations which provide weather data.


Version: 7.x-1.7                                     Date: 2013-09-01
---------------------------------------------------------------------

* Support heat index, thanks to on4sar for the idea. Closes: [#2061103]
* Do not show an error message if the smart_ip module could not
  find a location for a given IP. Thanks to Vict0rC for the bug
  report. Closes: [#2012580]


Version: 7.x-1.6                                     Date: 2013-07-29
---------------------------------------------------------------------

* Add three locations on the Northern Mariana Islands.
  Thanks to rosgar for the bug report. Closes: [#2048103]


Version: 7.x-1.5                                     Date: 2013-02-07
---------------------------------------------------------------------

* Fix undefined property for very low visibility in miles.
  Thanks to Cracu for the bug report and patch. Closes: [#1894646]
* Support weather phenomenon 'freezing fog'


Version: 7.x-1.4                                     Date: 2013-01-08
---------------------------------------------------------------------

* Add 'not null' to primary key for table 'weather_location'.
  Thanks to Skispcs for the bug report. Closes: [#1678662]
* Wrap drupal_write_record() in try/catch block.
  Thanks to Rik de Boer for the bug report. Closes: [#1412352]
* Enable display of block for location of nodes with location cck
  fields.
* Rewrite calculation of nearest weather station to work with both
  MySQL and PostgreSQL. Thanks to Marc G. Fournier for the bug
  report. Closes: [#1268844]


Version: 7.x-1.3                                     Date: 2012-06-24
---------------------------------------------------------------------

* Create a new object before using it. This fixes a strict warning.
  Thanks to rappelkiste_src for the bug report. Closes: [#1571892]
* Fix undefined property notice in weather_retrieve_data().
  Thanks to Les Lim for the bug report and patch. Closes: [#1588848]


Version: 7.x-1.2                                     Date: 2012-04-04
---------------------------------------------------------------------

* Add Israel Haifa Airport. Closes: [#1330278]
* Add support for Iraq. Closes: [#1344628]
* Add Krasnoyarsk (Russian Federation). Closes: [#1093688]
* Update download location to http://www.aviationweather.gov/
* Use smart_ip module for IP-based location weather. Closes: [#1492992]
* Numerous documentation and coding style updates
* Remove ICAO textfield in weather location configuration and solve a
  problem with the automatic update of the real name textfield.
  Closes: [#1167692], [#1219498], [#643696]
* Use Drupal's ip_address(). Closes: [#1270058]
* Fix problem with custom images. Closes: [#1354586]


Version: 7.x-1.1                                     Date: 2011-08-18
---------------------------------------------------------------------

* Fix some PHP strict warnings. Thanks to James Wilson for the bug
  report and patch. Closes: [#1222552], [#1252584]


Version: 7.x-1.0                                     Date: 2010-12-17
---------------------------------------------------------------------

* Port weather 6.x-5.x to Drupal 7.x
* Split module into several smaller files. The file weather.module
  gets loaded and parsed on every page request, so having a small
  file size speeds up Drupal. The file has been reduced from 67 kB to
  21 kB, meaning a decrease of almost 70%. Moreover, the parser is
  now loaded only when needed instead of unconditionally on every page
  request, resulting in an overall size reduction from 87 kB to 21 kB,
  which is about 25% of the original size. This speeds up the weather
  module by factor 4!
* Implement a cache for parsed METAR data, so that the parsing needs
  to be done only once instead of every time the weather data is
  displayed.
* Rewrite download handler for METAR weather data. If the data is not
  available, the module retries at increasing time intervals up to
  one day to download the data. This better supports METAR stations
  which report their data only a few times a day. Moreover, if an
  ICAO code is no longer valid, the module tries to download only once
  a day. In both cases, the previous download interval had been
  10 minutes.
* AJAX code in location form is fixed. Closes: [#416892]
* Installation of weather ICAO data is about six times faster.
* The distance to the next weather station (for location enabled
  nodes) is now an explicit setting instead of being derived from the
  visibility setting. Closes: [#589222]
* A new display type has been added. This allows to show the weather
  nearby a user's location based on their IP address. This uses the
  data available from hostip.info.
* Replace file_directory_path() with file_default_scheme(). Thanks to
  John Voskuilen for the bug report. Closes: [#920508]
* Support a timeout for fetching new weather data. Closes: [#967646]
* Translation updates for:
  - German, thanks to Tobias Quathamer.
  - Norwegian, thanks to Stein Magne.
  - Greek, thanks to Vasileios Lourdas.
  - Czech, thanks to Marek Drápal.
  - Russian, thanks to Alexander Lavrinenko.
  - Croatian, thanks to Mihaela Jurkovic.
  - Slovak, thanks to Peter Slama.


Version: 6.x-5.18                                    Date: 2010-12-16
---------------------------------------------------------------------

* Remove dependency on Location module if NodeMap module is used for
  locations. Closes: [#803778]


Version: 6.x-5.17                                    Date: 2010-12-15
---------------------------------------------------------------------

* Implement support for location CCK fields. Closes: [#338086],
  [#587606], [#792050],[#803778]
* New translation to Slovak, thanks to Peter Slama.


Version: 6.x-5.16                                    Date: 2010-12-06
---------------------------------------------------------------------

* Support a timeout for fetching new weather data. Closes: [#967646]
* Backport intelligent download interval calculation from D7 port.
  This way, the website will be much more responsive if a request
  times out or an ICAO code is no longer valid.


Version: 6.x-5.15                                    Date: 2010-09-23
---------------------------------------------------------------------

* Add missing hook_update_N() for Belgian cities.


Version: 6.x-5.14                                    Date: 2010-09-23
---------------------------------------------------------------------

* Use drupal_http_request() for downloading. This enables the use
  of proxies. Thanks to Mariano Renzi for providing a patch.
  Closes: [#847344]
* Add places from Belgium. Thanks to Marijn Schops for the bug
  report. Closes: [#895240]


Version: 6.x-5.13                                    Date: 2010-07-03
---------------------------------------------------------------------

* Update location of HTTP POST script on weather.noaa.gov. Many
  thanks to Stein Magne for providing a fix. Closes: [#838280]
* If fetching weather data via HTTP didn't work, try FTP next time.
* Make an entry in the watchdog table, if the download did not
  succeed. Closes: [#836582]
* Only show an error message about failed downloads to users with
  administration priviledges. Thanks to AaronELBorg for the patch.
  Closes: [#836582]
* Remove Maribo Lufthavn, Denmark, which does no longer exist.


Version: 6.x-5.12                                    Date: 2010-05-03
---------------------------------------------------------------------

* Remove block information from database if module is uninstalled.
* Reduce size of PNG images with optipng. This saves about 25% of the
  data which needs to be transmitted. Thanks to Nico Schlömer for
  the idea. Closes: [#770236]
* Support custom weather images. Thanks to Szántó Gábor for the
  patch. Closes: [#457414]
* Translation updates for:
  - Norwegian, thanks to Stein Magne.
  - Hungarian, thanks to Füleki Miklós.
  - Spanish, thanks to Jota Jota. Closes: [#769568]
  - French, thanks to Jota Jota. Closes: [#769568]
  - German, thanks to Tobias Quathamer.


Version: 6.x-5.11                                    Date: 2010-03-10
---------------------------------------------------------------------

* Fix typography of two locations and remove Lupin Airport
  Supplementary Aviation Weather Reporting Station.


Version: 6.x-5.10                                    Date: 2010-02-21
---------------------------------------------------------------------

* Add cities in South Carolina and change name in North Carolina.
  Thanks to Bill Funderburk for the report. Closes: [#719578]
* Fix wrong translation for Spanish temperatures. Thanks to kuli70
  for the bug report. Closes: [#720542]


Version: 6.x-5.9                                     Date: 2010-02-06
---------------------------------------------------------------------

* Correctly parse snow showers. Thanks to bloto for reporting the bug
  with METAR data. Closes: [#700060]
* Translation updates for:
  - German, thanks to Tobias Quathamer.


Version: 6.x-5.8                                     Date: 2010-01-01
---------------------------------------------------------------------

* Fix calculation error with night images. Thanks to Dwaine Trummert
  for the patch. Closes: [#202885]
* Add La Roche-sur-Yon, France. Thanks to relianor. Closes: [#336847]


Version: 6.x-5.7                                     Date: 2009-09-28
---------------------------------------------------------------------

* Use the time settings from admin/settings/date-time. Thanks to
  John Noceda for the suggestion. Closes: [#392776]
* Prevent wrapping of  . Closes: [#357628]
* New translation to Croatian, thanks to Mihaela Jurkovic.
  Closes: [#576426]


Version: 6.x-5.6                                     Date: 2009-07-29
---------------------------------------------------------------------

* Change ICAO code of Bangalore, India from VOBG to VOBL, which is
  updated more often. Thanks to Raghavan Subramaniyan for the report.
  Closes: [#421326]


Version: 6.x-5.5                                     Date: 2009-02-01
---------------------------------------------------------------------

* Correct some spellings of Romanian cities and add some more ICAO
  codes. Thanks to Marcel Cozma for the list. Closes: [#361231]
* Add Salerno, Italy. Thanks to hopfrog. Closes: [#361422]
* Add Abuja, Nigeria. Thanks to Kemi Ukadike. Closes: [#362987]
* Correct spellings of Polish cities and add Łódź-Lublinek. Thanks
  to Szymon Nitka for the bug report. Closes: [#365509]
* Add Arusha and Dar es Salaam, Tanzania. Thanks to artistique.
* Translation updates for:
  - Dutch, thanks to garmisch. Closes: [#365646]


Version: 6.x-5.4                                     Date: 2009-01-16
---------------------------------------------------------------------

* Fix bug in Polish translation, thanks to Szymon Nitka.
  Closes: [#356175]
* Allow both Fahrenheit and Celsius in one location. Thanks to
  John Refano for the initial patch. Closes: [#356572]
* Translation updates for:
  - Brazilian Portuguese, thanks to Ramon Magnus.
  - Polish, thanks to Szymon Nitka.
  - German, thanks to Tobias Quathamer.


Version: 6.x-5.3                                     Date: 2009-01-05
---------------------------------------------------------------------

* Use location information from Node Map module, if available. Thanks
  to Anders Ross for the suggestion. Closes: [#318116]
* Support drizzle in weather output
* New set of images, using a foggy atmosphere. This enables the
  module to support mist, fog, and smoke in weather output.
  Closes: [#100371]
* Add more parser tests
* Make ICAO parser more robust:
  - Recognize 7000NDV visibility information from automatic stations
  - Some automatic stations report FEW023///, so accept three slashes
* Translation updates for:
  - German, thanks to Tobias Quathamer.
  - Greek, thanks to Vasileios Lourdas.
  - Russian, thanks to Alexander Lavrinenko.
  - Czech, thanks to Marek Drápal.
  - Dutch, thanks to Martin Niewzwaag.


Version: 6.x-5.2                                     Date: 2008-12-21
---------------------------------------------------------------------

* Add Messina, Sicily to supported ICAO codes. Thanks to gambry
  for the report. Closes: [#342181]
* Add parser tests
* Support new API of Location module. Thanks to tquakulinsky for
  the bug report. Closes: [#349757]


Version: 6.x-5.1                                     Date: 2008-12-03
---------------------------------------------------------------------

* Optionally calculate windchill ("Feels like temperature")
* Add Kathmandu, Nepal to supported ICAO codes. Thanks to sarmiluv
  for the report. Closes: [#330026]
* Make the ICAO parser more robust:
  - Recognize crossed out dewpoints (e.g. '16/XX') and spaces between
    cloud conditions (e.g. 'FEW 025')
  - If no information about vertical visibility ('VV///') is
    available, the data will be rendered as overcast
* Add new translation to Romanian. Thanks to Füleki Miklós.
* Add new translation to Greek. Thanks to Vasileios Lourdas.
* Rename Danish translation from dk.po to da.po
* Translation updates for:
  - German, thanks to Tobias Quathamer.
  - Russian, thanks to Vasili Pinchuk and Alexander Lavrinenko.
    Closes: [#337306]
  - Dutch, thanks to Martin Niewzwaag.
  - Spanish, thanks to Marcos Goyeneche.
  - Czech, thanks to Marek Drápal.
  - Polish, thanks to Adrian Siemieniak.
  - Hungarian, thanks to Füleki Miklós.
  - Brazilian Portuguese, thanks to Ramon Magnus.
  - Danish, thanks to Morten Wulff.


Version: 6.x-5.0                                     Date: 2008-11-20
---------------------------------------------------------------------

* No longer use Batch API during installation of module. This seems
  to have gone wrong on too many installations.
* Add autocomplete search form for locations. Thanks to Chris Cohen
  for the initial patch. Closes: [#109388], [#313843]
* Fix unit spacing, thanks to Nico Schlömer. Closes: [#326363]
* Translation updates for:
  - Turkish, thanks to Drupal Hizmetleri.
  - German, thanks to Tobias Quathamer.


Version: 6.x-4.2                                     Date: 2008-10-05
---------------------------------------------------------------------

* Add 'kPa' as unit for pressure. Thanks to kojow for the bug report
  and patch. Closes: #292765
* Add new translation to Turkish. Thanks to Drupal Hizmetleri.
  Closes: #307659


Version: 6.x-4.1                                     Date: 2008-07-28
---------------------------------------------------------------------

* Fix typo in variable name for relative humidity. Thanks to Ramon
  Magnus for the bug report.


Version: 6.x-4.0                                     Date: 2008-07-27
---------------------------------------------------------------------

* Use template engine for block output to make theming easier.
  Closes: #206629, #282711
* Add new translation to Brazilian Portuguese.
  Thanks to Ramon Magnus.
* Translation updates for:
  - Polish, thanks to Adrian Siemieniak


Version: 6.x-3.0                                     Date: 2008-07-12
---------------------------------------------------------------------

* Add support for snow images. Closes: #120167, #210216, #218898,
  #252553. Thanks to Samuel Vanhove for providing an initial patch.
* Translation updates for:
  - German, thanks to me
  - Italian, thanks to Alessandro Frigeri
  - Dutch, thanks to Martin Niewzwaag
  - Czech, thanks to Marek Drápal


Version: 6.x-2.3                                     Date: 2008-07-03
---------------------------------------------------------------------

* Fix error in substitution variable in Italian translation. Thanks
  to namberone for the bug report. Closes: #277679


Version: 6.x-2.2                                     Date: 2008-05-21
---------------------------------------------------------------------

* Replace MySQL specific query with standard ANSI SQL. Thanks to
  bj.drupal for the bug report and patch. Closes: #260910


Version: 6.x-2.1                                     Date: 2008-04-15
---------------------------------------------------------------------

* Show sunrise and sunset times in configurable timezones.
  Closes: #227611, #239533
* Prevent users from changing custom weather blocks of another user.
  Thanks to Paul Maddern for the bug report. Closes: #244087
* Add test to verify that users are allowed to only edit their own
  custom weather block
* Translation updates for:
  - Italian, thanks to Alessandro Frigeri
  - German, thanks to me
  - Polish, thanks to Adrian Siemieniak
  - Czech, thanks to Marek Drápal


Version: 6.x-2.0                                     Date: 2008-03-27
---------------------------------------------------------------------

* Add options to disable the display of specified weather data.
  Closes: #192717, #232731


Version: 6.x-2.0-BETA1                               Date: 2008-03-18
---------------------------------------------------------------------

* Support multiple system-wide blocks instead of only one.
  Closes: #109660, #232727
* Add tests which can be executed by Simpletest module. Initially,
  those tests only cover the permission and access system.
* Rename Norwegian translation from no.po to nb.po for Norwegian
  Bokmål
* Translation updates for:
  - Norwegian, thanks to Stein Magne
  - German, thanks to me.


Version: 6.x-1.3                                     Date: 2008-03-05
---------------------------------------------------------------------

* Add Gyumri and Yerevan (both Armenia) to ICAO codes. Thanks to
  Joseph K and Mark Tonino for the information and research.
  Closes: #229229
* Include new messages for translation
* Translation updates for:
  - Spanish, thanks to Marcos Goyeneche.
  - German, thanks to me.


Version: 6.x-1.2                                     Date: 2008-03-03
---------------------------------------------------------------------

* Use Batch API during installation to avoid PHP timeout problems on
  slow servers. Closes: #166456, #177244, #215982
* Use user_access() for checking permissions of the custom user
  weather block, otherwise the menu tab will not be shown.


Version: 6.x-1.1                                     Date: 2008-02-28
---------------------------------------------------------------------

* Rename directory po/ to translations/ to support I18N capabilities
  of Drupal 6
* Remove database updates 1, 2, and 3 from weather.install. Those
  were needed for the Drupal 4.7 releases of this module and are no
  longer supported.
* Enable selection boxes for country/place again
* Translation updates for:
  - German, thanks to me.
  - Polish, thanks to Adrian Siemieniak.
  - Italian, thanks to Alessandro Frigeri
  - Dutch, thanks to Martin Niewzwaag
  - Russian, thanks to Alexander Lavrinenko
  - Czech, thanks to Marek Drápal


Version: 6.x-1.0                                     Date: 2008-02-23
---------------------------------------------------------------------

* Ported 5.x-6.0 to Drupal 6
* Unfortunately the selection boxes for country/place are no longer
  available due to Drupal 6 API changes. A workaround is not yet
  known.


Version: 5.x-6.4                                     Date: 2010-07-03
---------------------------------------------------------------------

* Update location of HTTP POST script on weather.noaa.gov. Many
  thanks to Stein Magne for providing a fix. Closes: [#838280]
* If fetching weather data via HTTP didn't work, try FTP next time.
* Make an entry in the watchdog table, if the download did not
  succeed. Closes: [#836582]
* Only show an error message about failed downloads to users with
  administration priviledges. Thanks to AaronELBorg for the patch.
  Closes: [#836582]
* Remove Maribo Lufthavn, Denmark, which does no longer exist.


Version: 5.x-6.3                                     Date: 2008-12-03
---------------------------------------------------------------------

* Add new translation to Romanian. Thanks to Füleki Miklós.
* Add new translation to Greek. Thanks to Vasileios Lourdas.
* Rename Danish translation from dk.po to da.po
* Translation updates for:
  - Turkish, thanks to Drupal Hizmetleri.
  - Danish, thanks to Morten Wulff.
  - Hungarian, thanks to Füleki Miklós.


Version: 5.x-6.2                                     Date: 2008-10-05
---------------------------------------------------------------------

* Add support for snow images. Closes: #120167, #210216, #218898,
  #252553. Thanks to Samuel Vanhove for providing an initial patch.
* Fix error in substitution variable in Italian translation. Thanks
  to namberone for the bug report. Closes: #277679
* Add new translation to Turkish. Thanks to Drupal Hizmetleri.
  Closes: #307659
* Add new translation to Brazilian Portuguese.
  Thanks to Ramon Magnus.
* Rename Norwegian translation from no.po to nb.po for Norwegian
  Bokmål
* Translation updates for:
  - Spanish, thanks to Marcos Goyeneche.
  - German, thanks to me.


Version: 5.x-6.1                                     Date: 2008-03-04
---------------------------------------------------------------------

* Add Gyumri and Yerevan (both Armenia) to ICAO codes. Thanks to
  Joseph K and Mark Tonino for the information and research.
  Closes: #229229


Version: 5.x-6.0                                     Date: 2008-02-23
---------------------------------------------------------------------

* Add Beaufort scale to supported wind speeds. Closes: #206589
* Provide a compact block view which displays only name, condition,
  and temperature of the weather station. Closes: #143869


Version: 5.x-5.1                                     Date: 2007-12-06
---------------------------------------------------------------------

* Use a smarter display of sunrise and sunset if the sun stays above
  or below the horizon. Thanks to Stein Magne Bjørklund for the bug
  report.
* Add new translation to Polish. Thanks to Adrian Siemieniak.
* Translation updates for:
  - Italian, thanks to Alessandro Frigeri
  - Dutch, thanks to Martin Niewzwaag
  - Czech, thanks to Marek Drápal
  - French, thanks to Eric Leduc
  - Russian, thanks to Alexander Lavrinenko
  - Norwegian, thanks to Stein Magne Bjørklund.


Version: 5.x-5.0                                     Date: 2007-11-30
---------------------------------------------------------------------

* Optionally show the times for sunrise and sunset as GMT.
  Closes: #195970
* Translation updates for:
  - French, thanks to Eric Leduc.
  - German, thanks to me.


Version: 5.x-4.1                                     Date: 2007-09-24
---------------------------------------------------------------------

* Fix typo in Spanish translation. Closes: #176501
* Add images day-clear-light-rain and night-clear-light-rain, as
  those conditions are actually reported. Closes: #165423
* Use translatable text for 'alt' and 'title' attributes in the
  weather image instead of the filename. Closes: #176745
* Add Denpasar / Ngurah-Rai, Indonesia (WADD) to database.
  Closes: #177884
* Add field names to SQL queries, preparing for Drupal 6


Version: 5.x-4.0                                     Date: 2007-09-10
---------------------------------------------------------------------

* The configuration of weather block locations are no longer done
  in a custom list, but rather in an officially themable table
  provided by Drupal.
* It's possible to specify a custom default location that overrides
  Hamburg-Fuhlsbüttel. Closes: #170584
* If Drupal's cache is enabled, provide a cron handler that clears
  the cache when new weather data is received. Closes: #120396
* The custom user block is not shown if there is no location
  configured. Closes: #171038
* Change access rules for admin/settings/weather pages from
  "access administration pages" to "administer site configuration"
* Add new block for nodes with associated locations (requires
  Location module). Thanks to Dan Morrison for the patch.
  Closes: #98307
* Add Melbourne (YMML) to supported ICAO codes. Closes: #174291
* Translation updates for:
  - Italian, thanks to Alessandro Frigeri.
  - Dutch, thanks to Martin Niewzwaag.
  - Norwegian, thanks to Stein Magne Bjørklund.
  - German, thanks to me.
  - Russian, thanks to Alexander Lavrinenko.
  - Czech, thanks to Marek Drápal.
  - French, thanks to Eric Leduc.


Version: 5.x-3.1                                     Date: 2007-08-27
---------------------------------------------------------------------

* Correctly set up the include path for installations other than
  modules/weather, e.g. sites/all/modules/weather. Closes: #169393
* Correctly set up i18n for relative humidity
* Replace custom JavaScript code for selection box update with a
  cleaner and smaller jQuery approach
* Fix bug: ICAO and real name textfields are now updated after the
  country has changed
* Add new translation to French. Thanks to Eric Leduc.
* Translation updates for:
  - German, thanks to me.
  - Spanish, thanks to Marcos Goyeneche.


Version: 5.x-3.0                                     Date: 2007-08-13
---------------------------------------------------------------------

* Use the database instead of a gigantic array for ICAO codes and
  their associated information. This should drastically reduce the
  needed memory, which could in turn resolve the "blank page" bugs.
* Add a note on the configuration page that not all ICAO stations
  provide weather information, thus not every one of them is
  supported by this module.
* Use correct German umlauts (ue -> ü etc.) for German ICAO codes.
* Remove 'KUCA' from ICAO code list, it's no longer supported by
  NOAA. Closes: #112673
* Translation updates for:
  - German, thanks to me.
  - Italian, thanks to Alessandro Frigeri.
  - Dutch, thanks to Martin Niewzwaag.
  - Czech, thanks to Marek Drápal.
  - Russian, thanks to Alexander Lavrinenko.
  - Norwegian, thanks to Stein Magne.


Version: 5.x-2.3                                     Date: 2007-06-26
---------------------------------------------------------------------

* Use an array for the default configuration instead of serialized
  strings. Thanks to Andre Molnar. Closes: #150865
* Add new translation to Italian. Thanks to Alessandro Frigeri.
* Add new translation to Spanish. Thanks to Marcos Goyeneche.


Version: 5.x-2.2                                     Date: 2007-05-29
---------------------------------------------------------------------

* Add new translation to Danish. Thanks to Jørgen Green.


Version: 5.x-2.1                                     Date: 2007-05-14
---------------------------------------------------------------------

* Support meter/s for windspeeds and mmHg for pressure.
  Closes: #130556
* Display the default location in the section of "Current locations
  in the block:" even if not yet configured, to reduce confusion
* Support display of abbreviated wind directions instead of full
  text. Closes: #130487
* Support display of degrees for wind directions. Closes: #130487
* Add three ICAO codes for India. Thanks to Vinay Yadav.
  Closes: #135300
* Additional check if correct METAR data has been received.
  Mentioned in #136065
* Translation updates for:
  - Hungarian, thanks to FEHÉR János.
  - Norwegian, thanks to Stein Magne.
  - Russian, thanks to Alexander Lavrinenko.
  - Dutch, thanks to Martin Niewzwaag.
  - Czech, thanks to Marek Drápal.


Version: 5.x-2.0                                     Date: 2007-03-22
---------------------------------------------------------------------

* Don't display "No data" for empty fields, remove them altogether.
  Closes: #113549
* Dynamically determine width and height of displayed images to allow
  alternative images. Closes: #123616
* Display of units is now completely configurable, also adding
  "knots" as windspeed unit. Closes: #102330
* The parser now supports windspeed units other than only knots in
  METAR reports. Closes: #128852
* If JavaScript is enabled, use the AJAX version of the country
  and place lookup. Otherwise, the ICAO textfield will be shown
  without the country and place selection boxes. Closes: #115339,
  #115842
* The country and place selection boxes do no longer provide the
  entry "- None -", as it wasn't accepted anyway.
* Add Pristina to the list of supported ICAO codes
* Optionally, the block can display the raw METAR data.
  Closes: #111377
* Add new translation to Russian. Thanks to Alexander Lavrinenko.
  Closes: #127460
* Add new translation to Hungarian. Thanks to Zsolt Rohberg.
  Closes: #128852


Version: 5.x-1.1                                     Date: 2007-01-31
---------------------------------------------------------------------

* Update FTP site for weather.noaa.gov. Closes: #112673, #113547,
  #114479


Version: 5.x-1.0                                     Date: 2007-01-23
---------------------------------------------------------------------

* Equal to version 4.7.x-3.2, just converted to be used with
  Drupal 5.x





Version: 4.7.x-3.5                                   Date: 2007-04-11
---------------------------------------------------------------------

* Add three ICAO codes for India. Thanks to Vinay Yadav.
  Closes: #135300


Version: 4.7.x-3.4                                   Date: 2007-02-02
---------------------------------------------------------------------

* Update FTP site for weather.noaa.gov. Closes: #112673, #113547,
  #114479
* Compared to the last version (4.7.x-3.3), the other accidentally
  introduced changes are reverted


Version: 4.7.x-3.3                                   Date: 2007-01-31
---------------------------------------------------------------------

* Update FTP site for weather.noaa.gov. Closes: #112673, #113547,
  #114479


Version: 4.7.x-3.2                                   Date: 2006-12-27
---------------------------------------------------------------------

* New translation into Norwegian
* Translation updates for Dutch and Czech


Version: 4.7.x-3.1                                   Date: 2006-11-28
---------------------------------------------------------------------

* Correct timezone calculation for the day/night images.
  Closes: #97050
* Use base_path() to correctly handle installations in
  subdirectories. Closes: #99714
* Move the menu item "my weather" into the block "my account".
  Closes: #100243
* Handle special case "NSC" and "NCD" in METAR reports
* Add new translation to Czech


Version: 4.7.x-3.0                                   Date: 2006-11-24
---------------------------------------------------------------------

* Displays the correct image for daytime and nighttime
* Supports multiple download locations (FTP and HTTP POST)
* New translation: Dutch


Version: 4.7.x-2.3                                   Date: 2006-11-22
---------------------------------------------------------------------

* Fix typos in the ICAO database and correct sorting
* Rename weather block for a better overview in the blocks
  administration section
* Better sorting of locations in the block settings page


Version: 4.7.x-2.2                                   Date: 2006-11-16
---------------------------------------------------------------------

* Add wget as an alternative download mechanism
* Validate the ICAO code
* Update documentation


Version: 4.7.x-2.1                                   Date: 2006-11-16
---------------------------------------------------------------------

* Provide an alternative download method for getting METAR data.
  If file_get_contents() does not work, try to use CURL instead.
* Translation updates


Version: 4.7.x-2.0                                   Date: 2006-11-15
---------------------------------------------------------------------

* Users can add a custom weather block, if they have the necessary
  access rights
* A block can display more than only one location
* The module does no longer depend on cron for updating the data.
  It uses some smart algorithms to keep the network traffic as low
  as possible


Version: 4.7.x-1.4                                   Date: 2006-11-15
---------------------------------------------------------------------

* Security release: Escape the real name of the location


Version: 4.7.x-1.3                                   Date: 2006-11-10
---------------------------------------------------------------------

* URL of images and AJAX calls depends on the setting of 'clean_url'
  This fixes the problem with images not being available and the
  failure of the AJAX update of the places selection. Closes: #93275,
  #93802
* Check 'access content' permission before showing the block.
  Closes: #94055
* Add 'Reported on:' to the block display. Closes: #94060


Version: 4.7.x-1.2                                   Date: 2006-11-09
---------------------------------------------------------------------

* Add text field for ICAO codes
  The text field can be used as an alternative way to specify the
  wanted ICAO code, because the AJAX selection box does not seem to
  work reliably enough yet.
* Make the installation instructions a bit clearer. Suggested
  in #93736


Version: 4.7.x-1.1                                   Date: 2006-11-04
---------------------------------------------------------------------

* Include ICAO codes for USA. Closes: #92914
* Don't allow the "- None -" entry to be tried as ICAO code


Version: 4.7.x-1.0                                   Date: 2006-11-04
---------------------------------------------------------------------

* Initial release

File

CHANGELOG.txt
View source
  1. Version: 7.x-1.9 Date: 2013-10-16
  2. ---------------------------------------------------------------------
  3. * Support Geofield module. Closes: [#1419888], [#2091391]
  4. * Add station CWMJ. Thanks to Michael Clermont and
  5. Jacob Lear for the bug report. Closes: [#2103471]
  6. Version: 7.x-1.8 Date: 2013-09-11
  7. ---------------------------------------------------------------------
  8. * Update information for Mariscal Sucre International Airport,
  9. Ecuador. Thanks to Julián Bustamante for the bug report.
  10. Closes: [#2082881]
  11. * Refresh list of known METAR stations. 294 weather stations have
  12. been removed, 877 have been added, resulting in a total of 4470
  13. locations which provide weather data.
  14. Version: 7.x-1.7 Date: 2013-09-01
  15. ---------------------------------------------------------------------
  16. * Support heat index, thanks to on4sar for the idea. Closes: [#2061103]
  17. * Do not show an error message if the smart_ip module could not
  18. find a location for a given IP. Thanks to Vict0rC for the bug
  19. report. Closes: [#2012580]
  20. Version: 7.x-1.6 Date: 2013-07-29
  21. ---------------------------------------------------------------------
  22. * Add three locations on the Northern Mariana Islands.
  23. Thanks to rosgar for the bug report. Closes: [#2048103]
  24. Version: 7.x-1.5 Date: 2013-02-07
  25. ---------------------------------------------------------------------
  26. * Fix undefined property for very low visibility in miles.
  27. Thanks to Cracu for the bug report and patch. Closes: [#1894646]
  28. * Support weather phenomenon 'freezing fog'
  29. Version: 7.x-1.4 Date: 2013-01-08
  30. ---------------------------------------------------------------------
  31. * Add 'not null' to primary key for table 'weather_location'.
  32. Thanks to Skispcs for the bug report. Closes: [#1678662]
  33. * Wrap drupal_write_record() in try/catch block.
  34. Thanks to Rik de Boer for the bug report. Closes: [#1412352]
  35. * Enable display of block for location of nodes with location cck
  36. fields.
  37. * Rewrite calculation of nearest weather station to work with both
  38. MySQL and PostgreSQL. Thanks to Marc G. Fournier for the bug
  39. report. Closes: [#1268844]
  40. Version: 7.x-1.3 Date: 2012-06-24
  41. ---------------------------------------------------------------------
  42. * Create a new object before using it. This fixes a strict warning.
  43. Thanks to rappelkiste_src for the bug report. Closes: [#1571892]
  44. * Fix undefined property notice in weather_retrieve_data().
  45. Thanks to Les Lim for the bug report and patch. Closes: [#1588848]
  46. Version: 7.x-1.2 Date: 2012-04-04
  47. ---------------------------------------------------------------------
  48. * Add Israel Haifa Airport. Closes: [#1330278]
  49. * Add support for Iraq. Closes: [#1344628]
  50. * Add Krasnoyarsk (Russian Federation). Closes: [#1093688]
  51. * Update download location to http://www.aviationweather.gov/
  52. * Use smart_ip module for IP-based location weather. Closes: [#1492992]
  53. * Numerous documentation and coding style updates
  54. * Remove ICAO textfield in weather location configuration and solve a
  55. problem with the automatic update of the real name textfield.
  56. Closes: [#1167692], [#1219498], [#643696]
  57. * Use Drupal's ip_address(). Closes: [#1270058]
  58. * Fix problem with custom images. Closes: [#1354586]
  59. Version: 7.x-1.1 Date: 2011-08-18
  60. ---------------------------------------------------------------------
  61. * Fix some PHP strict warnings. Thanks to James Wilson for the bug
  62. report and patch. Closes: [#1222552], [#1252584]
  63. Version: 7.x-1.0 Date: 2010-12-17
  64. ---------------------------------------------------------------------
  65. * Port weather 6.x-5.x to Drupal 7.x
  66. * Split module into several smaller files. The file weather.module
  67. gets loaded and parsed on every page request, so having a small
  68. file size speeds up Drupal. The file has been reduced from 67 kB to
  69. 21 kB, meaning a decrease of almost 70%. Moreover, the parser is
  70. now loaded only when needed instead of unconditionally on every page
  71. request, resulting in an overall size reduction from 87 kB to 21 kB,
  72. which is about 25% of the original size. This speeds up the weather
  73. module by factor 4!
  74. * Implement a cache for parsed METAR data, so that the parsing needs
  75. to be done only once instead of every time the weather data is
  76. displayed.
  77. * Rewrite download handler for METAR weather data. If the data is not
  78. available, the module retries at increasing time intervals up to
  79. one day to download the data. This better supports METAR stations
  80. which report their data only a few times a day. Moreover, if an
  81. ICAO code is no longer valid, the module tries to download only once
  82. a day. In both cases, the previous download interval had been
  83. 10 minutes.
  84. * AJAX code in location form is fixed. Closes: [#416892]
  85. * Installation of weather ICAO data is about six times faster.
  86. * The distance to the next weather station (for location enabled
  87. nodes) is now an explicit setting instead of being derived from the
  88. visibility setting. Closes: [#589222]
  89. * A new display type has been added. This allows to show the weather
  90. nearby a user's location based on their IP address. This uses the
  91. data available from hostip.info.
  92. * Replace file_directory_path() with file_default_scheme(). Thanks to
  93. John Voskuilen for the bug report. Closes: [#920508]
  94. * Support a timeout for fetching new weather data. Closes: [#967646]
  95. * Translation updates for:
  96. - German, thanks to Tobias Quathamer.
  97. - Norwegian, thanks to Stein Magne.
  98. - Greek, thanks to Vasileios Lourdas.
  99. - Czech, thanks to Marek Drápal.
  100. - Russian, thanks to Alexander Lavrinenko.
  101. - Croatian, thanks to Mihaela Jurkovic.
  102. - Slovak, thanks to Peter Slama.
  103. Version: 6.x-5.18 Date: 2010-12-16
  104. ---------------------------------------------------------------------
  105. * Remove dependency on Location module if NodeMap module is used for
  106. locations. Closes: [#803778]
  107. Version: 6.x-5.17 Date: 2010-12-15
  108. ---------------------------------------------------------------------
  109. * Implement support for location CCK fields. Closes: [#338086],
  110. [#587606], [#792050],[#803778]
  111. * New translation to Slovak, thanks to Peter Slama.
  112. Version: 6.x-5.16 Date: 2010-12-06
  113. ---------------------------------------------------------------------
  114. * Support a timeout for fetching new weather data. Closes: [#967646]
  115. * Backport intelligent download interval calculation from D7 port.
  116. This way, the website will be much more responsive if a request
  117. times out or an ICAO code is no longer valid.
  118. Version: 6.x-5.15 Date: 2010-09-23
  119. ---------------------------------------------------------------------
  120. * Add missing hook_update_N() for Belgian cities.
  121. Version: 6.x-5.14 Date: 2010-09-23
  122. ---------------------------------------------------------------------
  123. * Use drupal_http_request() for downloading. This enables the use
  124. of proxies. Thanks to Mariano Renzi for providing a patch.
  125. Closes: [#847344]
  126. * Add places from Belgium. Thanks to Marijn Schops for the bug
  127. report. Closes: [#895240]
  128. Version: 6.x-5.13 Date: 2010-07-03
  129. ---------------------------------------------------------------------
  130. * Update location of HTTP POST script on weather.noaa.gov. Many
  131. thanks to Stein Magne for providing a fix. Closes: [#838280]
  132. * If fetching weather data via HTTP didn't work, try FTP next time.
  133. * Make an entry in the watchdog table, if the download did not
  134. succeed. Closes: [#836582]
  135. * Only show an error message about failed downloads to users with
  136. administration priviledges. Thanks to AaronELBorg for the patch.
  137. Closes: [#836582]
  138. * Remove Maribo Lufthavn, Denmark, which does no longer exist.
  139. Version: 6.x-5.12 Date: 2010-05-03
  140. ---------------------------------------------------------------------
  141. * Remove block information from database if module is uninstalled.
  142. * Reduce size of PNG images with optipng. This saves about 25% of the
  143. data which needs to be transmitted. Thanks to Nico Schlömer for
  144. the idea. Closes: [#770236]
  145. * Support custom weather images. Thanks to Szántó Gábor for the
  146. patch. Closes: [#457414]
  147. * Translation updates for:
  148. - Norwegian, thanks to Stein Magne.
  149. - Hungarian, thanks to Füleki Miklós.
  150. - Spanish, thanks to Jota Jota. Closes: [#769568]
  151. - French, thanks to Jota Jota. Closes: [#769568]
  152. - German, thanks to Tobias Quathamer.
  153. Version: 6.x-5.11 Date: 2010-03-10
  154. ---------------------------------------------------------------------
  155. * Fix typography of two locations and remove Lupin Airport
  156. Supplementary Aviation Weather Reporting Station.
  157. Version: 6.x-5.10 Date: 2010-02-21
  158. ---------------------------------------------------------------------
  159. * Add cities in South Carolina and change name in North Carolina.
  160. Thanks to Bill Funderburk for the report. Closes: [#719578]
  161. * Fix wrong translation for Spanish temperatures. Thanks to kuli70
  162. for the bug report. Closes: [#720542]
  163. Version: 6.x-5.9 Date: 2010-02-06
  164. ---------------------------------------------------------------------
  165. * Correctly parse snow showers. Thanks to bloto for reporting the bug
  166. with METAR data. Closes: [#700060]
  167. * Translation updates for:
  168. - German, thanks to Tobias Quathamer.
  169. Version: 6.x-5.8 Date: 2010-01-01
  170. ---------------------------------------------------------------------
  171. * Fix calculation error with night images. Thanks to Dwaine Trummert
  172. for the patch. Closes: [#202885]
  173. * Add La Roche-sur-Yon, France. Thanks to relianor. Closes: [#336847]
  174. Version: 6.x-5.7 Date: 2009-09-28
  175. ---------------------------------------------------------------------
  176. * Use the time settings from admin/settings/date-time. Thanks to
  177. John Noceda for the suggestion. Closes: [#392776]
  178. * Prevent wrapping of  . Closes: [#357628]
  179. * New translation to Croatian, thanks to Mihaela Jurkovic.
  180. Closes: [#576426]
  181. Version: 6.x-5.6 Date: 2009-07-29
  182. ---------------------------------------------------------------------
  183. * Change ICAO code of Bangalore, India from VOBG to VOBL, which is
  184. updated more often. Thanks to Raghavan Subramaniyan for the report.
  185. Closes: [#421326]
  186. Version: 6.x-5.5 Date: 2009-02-01
  187. ---------------------------------------------------------------------
  188. * Correct some spellings of Romanian cities and add some more ICAO
  189. codes. Thanks to Marcel Cozma for the list. Closes: [#361231]
  190. * Add Salerno, Italy. Thanks to hopfrog. Closes: [#361422]
  191. * Add Abuja, Nigeria. Thanks to Kemi Ukadike. Closes: [#362987]
  192. * Correct spellings of Polish cities and add Łódź-Lublinek. Thanks
  193. to Szymon Nitka for the bug report. Closes: [#365509]
  194. * Add Arusha and Dar es Salaam, Tanzania. Thanks to artistique.
  195. * Translation updates for:
  196. - Dutch, thanks to garmisch. Closes: [#365646]
  197. Version: 6.x-5.4 Date: 2009-01-16
  198. ---------------------------------------------------------------------
  199. * Fix bug in Polish translation, thanks to Szymon Nitka.
  200. Closes: [#356175]
  201. * Allow both Fahrenheit and Celsius in one location. Thanks to
  202. John Refano for the initial patch. Closes: [#356572]
  203. * Translation updates for:
  204. - Brazilian Portuguese, thanks to Ramon Magnus.
  205. - Polish, thanks to Szymon Nitka.
  206. - German, thanks to Tobias Quathamer.
  207. Version: 6.x-5.3 Date: 2009-01-05
  208. ---------------------------------------------------------------------
  209. * Use location information from Node Map module, if available. Thanks
  210. to Anders Ross for the suggestion. Closes: [#318116]
  211. * Support drizzle in weather output
  212. * New set of images, using a foggy atmosphere. This enables the
  213. module to support mist, fog, and smoke in weather output.
  214. Closes: [#100371]
  215. * Add more parser tests
  216. * Make ICAO parser more robust:
  217. - Recognize 7000NDV visibility information from automatic stations
  218. - Some automatic stations report FEW023///, so accept three slashes
  219. * Translation updates for:
  220. - German, thanks to Tobias Quathamer.
  221. - Greek, thanks to Vasileios Lourdas.
  222. - Russian, thanks to Alexander Lavrinenko.
  223. - Czech, thanks to Marek Drápal.
  224. - Dutch, thanks to Martin Niewzwaag.
  225. Version: 6.x-5.2 Date: 2008-12-21
  226. ---------------------------------------------------------------------
  227. * Add Messina, Sicily to supported ICAO codes. Thanks to gambry
  228. for the report. Closes: [#342181]
  229. * Add parser tests
  230. * Support new API of Location module. Thanks to tquakulinsky for
  231. the bug report. Closes: [#349757]
  232. Version: 6.x-5.1 Date: 2008-12-03
  233. ---------------------------------------------------------------------
  234. * Optionally calculate windchill ("Feels like temperature")
  235. * Add Kathmandu, Nepal to supported ICAO codes. Thanks to sarmiluv
  236. for the report. Closes: [#330026]
  237. * Make the ICAO parser more robust:
  238. - Recognize crossed out dewpoints (e.g. '16/XX') and spaces between
  239. cloud conditions (e.g. 'FEW 025')
  240. - If no information about vertical visibility ('VV///') is
  241. available, the data will be rendered as overcast
  242. * Add new translation to Romanian. Thanks to Füleki Miklós.
  243. * Add new translation to Greek. Thanks to Vasileios Lourdas.
  244. * Rename Danish translation from dk.po to da.po
  245. * Translation updates for:
  246. - German, thanks to Tobias Quathamer.
  247. - Russian, thanks to Vasili Pinchuk and Alexander Lavrinenko.
  248. Closes: [#337306]
  249. - Dutch, thanks to Martin Niewzwaag.
  250. - Spanish, thanks to Marcos Goyeneche.
  251. - Czech, thanks to Marek Drápal.
  252. - Polish, thanks to Adrian Siemieniak.
  253. - Hungarian, thanks to Füleki Miklós.
  254. - Brazilian Portuguese, thanks to Ramon Magnus.
  255. - Danish, thanks to Morten Wulff.
  256. Version: 6.x-5.0 Date: 2008-11-20
  257. ---------------------------------------------------------------------
  258. * No longer use Batch API during installation of module. This seems
  259. to have gone wrong on too many installations.
  260. * Add autocomplete search form for locations. Thanks to Chris Cohen
  261. for the initial patch. Closes: [#109388], [#313843]
  262. * Fix unit spacing, thanks to Nico Schlömer. Closes: [#326363]
  263. * Translation updates for:
  264. - Turkish, thanks to Drupal Hizmetleri.
  265. - German, thanks to Tobias Quathamer.
  266. Version: 6.x-4.2 Date: 2008-10-05
  267. ---------------------------------------------------------------------
  268. * Add 'kPa' as unit for pressure. Thanks to kojow for the bug report
  269. and patch. Closes: #292765
  270. * Add new translation to Turkish. Thanks to Drupal Hizmetleri.
  271. Closes: #307659
  272. Version: 6.x-4.1 Date: 2008-07-28
  273. ---------------------------------------------------------------------
  274. * Fix typo in variable name for relative humidity. Thanks to Ramon
  275. Magnus for the bug report.
  276. Version: 6.x-4.0 Date: 2008-07-27
  277. ---------------------------------------------------------------------
  278. * Use template engine for block output to make theming easier.
  279. Closes: #206629, #282711
  280. * Add new translation to Brazilian Portuguese.
  281. Thanks to Ramon Magnus.
  282. * Translation updates for:
  283. - Polish, thanks to Adrian Siemieniak
  284. Version: 6.x-3.0 Date: 2008-07-12
  285. ---------------------------------------------------------------------
  286. * Add support for snow images. Closes: #120167, #210216, #218898,
  287. #252553. Thanks to Samuel Vanhove for providing an initial patch.
  288. * Translation updates for:
  289. - German, thanks to me
  290. - Italian, thanks to Alessandro Frigeri
  291. - Dutch, thanks to Martin Niewzwaag
  292. - Czech, thanks to Marek Drápal
  293. Version: 6.x-2.3 Date: 2008-07-03
  294. ---------------------------------------------------------------------
  295. * Fix error in substitution variable in Italian translation. Thanks
  296. to namberone for the bug report. Closes: #277679
  297. Version: 6.x-2.2 Date: 2008-05-21
  298. ---------------------------------------------------------------------
  299. * Replace MySQL specific query with standard ANSI SQL. Thanks to
  300. bj.drupal for the bug report and patch. Closes: #260910
  301. Version: 6.x-2.1 Date: 2008-04-15
  302. ---------------------------------------------------------------------
  303. * Show sunrise and sunset times in configurable timezones.
  304. Closes: #227611, #239533
  305. * Prevent users from changing custom weather blocks of another user.
  306. Thanks to Paul Maddern for the bug report. Closes: #244087
  307. * Add test to verify that users are allowed to only edit their own
  308. custom weather block
  309. * Translation updates for:
  310. - Italian, thanks to Alessandro Frigeri
  311. - German, thanks to me
  312. - Polish, thanks to Adrian Siemieniak
  313. - Czech, thanks to Marek Drápal
  314. Version: 6.x-2.0 Date: 2008-03-27
  315. ---------------------------------------------------------------------
  316. * Add options to disable the display of specified weather data.
  317. Closes: #192717, #232731
  318. Version: 6.x-2.0-BETA1 Date: 2008-03-18
  319. ---------------------------------------------------------------------
  320. * Support multiple system-wide blocks instead of only one.
  321. Closes: #109660, #232727
  322. * Add tests which can be executed by Simpletest module. Initially,
  323. those tests only cover the permission and access system.
  324. * Rename Norwegian translation from no.po to nb.po for Norwegian
  325. Bokmål
  326. * Translation updates for:
  327. - Norwegian, thanks to Stein Magne
  328. - German, thanks to me.
  329. Version: 6.x-1.3 Date: 2008-03-05
  330. ---------------------------------------------------------------------
  331. * Add Gyumri and Yerevan (both Armenia) to ICAO codes. Thanks to
  332. Joseph K and Mark Tonino for the information and research.
  333. Closes: #229229
  334. * Include new messages for translation
  335. * Translation updates for:
  336. - Spanish, thanks to Marcos Goyeneche.
  337. - German, thanks to me.
  338. Version: 6.x-1.2 Date: 2008-03-03
  339. ---------------------------------------------------------------------
  340. * Use Batch API during installation to avoid PHP timeout problems on
  341. slow servers. Closes: #166456, #177244, #215982
  342. * Use user_access() for checking permissions of the custom user
  343. weather block, otherwise the menu tab will not be shown.
  344. Version: 6.x-1.1 Date: 2008-02-28
  345. ---------------------------------------------------------------------
  346. * Rename directory po/ to translations/ to support I18N capabilities
  347. of Drupal 6
  348. * Remove database updates 1, 2, and 3 from weather.install. Those
  349. were needed for the Drupal 4.7 releases of this module and are no
  350. longer supported.
  351. * Enable selection boxes for country/place again
  352. * Translation updates for:
  353. - German, thanks to me.
  354. - Polish, thanks to Adrian Siemieniak.
  355. - Italian, thanks to Alessandro Frigeri
  356. - Dutch, thanks to Martin Niewzwaag
  357. - Russian, thanks to Alexander Lavrinenko
  358. - Czech, thanks to Marek Drápal
  359. Version: 6.x-1.0 Date: 2008-02-23
  360. ---------------------------------------------------------------------
  361. * Ported 5.x-6.0 to Drupal 6
  362. * Unfortunately the selection boxes for country/place are no longer
  363. available due to Drupal 6 API changes. A workaround is not yet
  364. known.
  365. Version: 5.x-6.4 Date: 2010-07-03
  366. ---------------------------------------------------------------------
  367. * Update location of HTTP POST script on weather.noaa.gov. Many
  368. thanks to Stein Magne for providing a fix. Closes: [#838280]
  369. * If fetching weather data via HTTP didn't work, try FTP next time.
  370. * Make an entry in the watchdog table, if the download did not
  371. succeed. Closes: [#836582]
  372. * Only show an error message about failed downloads to users with
  373. administration priviledges. Thanks to AaronELBorg for the patch.
  374. Closes: [#836582]
  375. * Remove Maribo Lufthavn, Denmark, which does no longer exist.
  376. Version: 5.x-6.3 Date: 2008-12-03
  377. ---------------------------------------------------------------------
  378. * Add new translation to Romanian. Thanks to Füleki Miklós.
  379. * Add new translation to Greek. Thanks to Vasileios Lourdas.
  380. * Rename Danish translation from dk.po to da.po
  381. * Translation updates for:
  382. - Turkish, thanks to Drupal Hizmetleri.
  383. - Danish, thanks to Morten Wulff.
  384. - Hungarian, thanks to Füleki Miklós.
  385. Version: 5.x-6.2 Date: 2008-10-05
  386. ---------------------------------------------------------------------
  387. * Add support for snow images. Closes: #120167, #210216, #218898,
  388. #252553. Thanks to Samuel Vanhove for providing an initial patch.
  389. * Fix error in substitution variable in Italian translation. Thanks
  390. to namberone for the bug report. Closes: #277679
  391. * Add new translation to Turkish. Thanks to Drupal Hizmetleri.
  392. Closes: #307659
  393. * Add new translation to Brazilian Portuguese.
  394. Thanks to Ramon Magnus.
  395. * Rename Norwegian translation from no.po to nb.po for Norwegian
  396. Bokmål
  397. * Translation updates for:
  398. - Spanish, thanks to Marcos Goyeneche.
  399. - German, thanks to me.
  400. Version: 5.x-6.1 Date: 2008-03-04
  401. ---------------------------------------------------------------------
  402. * Add Gyumri and Yerevan (both Armenia) to ICAO codes. Thanks to
  403. Joseph K and Mark Tonino for the information and research.
  404. Closes: #229229
  405. Version: 5.x-6.0 Date: 2008-02-23
  406. ---------------------------------------------------------------------
  407. * Add Beaufort scale to supported wind speeds. Closes: #206589
  408. * Provide a compact block view which displays only name, condition,
  409. and temperature of the weather station. Closes: #143869
  410. Version: 5.x-5.1 Date: 2007-12-06
  411. ---------------------------------------------------------------------
  412. * Use a smarter display of sunrise and sunset if the sun stays above
  413. or below the horizon. Thanks to Stein Magne Bjørklund for the bug
  414. report.
  415. * Add new translation to Polish. Thanks to Adrian Siemieniak.
  416. * Translation updates for:
  417. - Italian, thanks to Alessandro Frigeri
  418. - Dutch, thanks to Martin Niewzwaag
  419. - Czech, thanks to Marek Drápal
  420. - French, thanks to Eric Leduc
  421. - Russian, thanks to Alexander Lavrinenko
  422. - Norwegian, thanks to Stein Magne Bjørklund.
  423. Version: 5.x-5.0 Date: 2007-11-30
  424. ---------------------------------------------------------------------
  425. * Optionally show the times for sunrise and sunset as GMT.
  426. Closes: #195970
  427. * Translation updates for:
  428. - French, thanks to Eric Leduc.
  429. - German, thanks to me.
  430. Version: 5.x-4.1 Date: 2007-09-24
  431. ---------------------------------------------------------------------
  432. * Fix typo in Spanish translation. Closes: #176501
  433. * Add images day-clear-light-rain and night-clear-light-rain, as
  434. those conditions are actually reported. Closes: #165423
  435. * Use translatable text for 'alt' and 'title' attributes in the
  436. weather image instead of the filename. Closes: #176745
  437. * Add Denpasar / Ngurah-Rai, Indonesia (WADD) to database.
  438. Closes: #177884
  439. * Add field names to SQL queries, preparing for Drupal 6
  440. Version: 5.x-4.0 Date: 2007-09-10
  441. ---------------------------------------------------------------------
  442. * The configuration of weather block locations are no longer done
  443. in a custom list, but rather in an officially themable table
  444. provided by Drupal.
  445. * It's possible to specify a custom default location that overrides
  446. Hamburg-Fuhlsbüttel. Closes: #170584
  447. * If Drupal's cache is enabled, provide a cron handler that clears
  448. the cache when new weather data is received. Closes: #120396
  449. * The custom user block is not shown if there is no location
  450. configured. Closes: #171038
  451. * Change access rules for admin/settings/weather pages from
  452. "access administration pages" to "administer site configuration"
  453. * Add new block for nodes with associated locations (requires
  454. Location module). Thanks to Dan Morrison for the patch.
  455. Closes: #98307
  456. * Add Melbourne (YMML) to supported ICAO codes. Closes: #174291
  457. * Translation updates for:
  458. - Italian, thanks to Alessandro Frigeri.
  459. - Dutch, thanks to Martin Niewzwaag.
  460. - Norwegian, thanks to Stein Magne Bjørklund.
  461. - German, thanks to me.
  462. - Russian, thanks to Alexander Lavrinenko.
  463. - Czech, thanks to Marek Drápal.
  464. - French, thanks to Eric Leduc.
  465. Version: 5.x-3.1 Date: 2007-08-27
  466. ---------------------------------------------------------------------
  467. * Correctly set up the include path for installations other than
  468. modules/weather, e.g. sites/all/modules/weather. Closes: #169393
  469. * Correctly set up i18n for relative humidity
  470. * Replace custom JavaScript code for selection box update with a
  471. cleaner and smaller jQuery approach
  472. * Fix bug: ICAO and real name textfields are now updated after the
  473. country has changed
  474. * Add new translation to French. Thanks to Eric Leduc.
  475. * Translation updates for:
  476. - German, thanks to me.
  477. - Spanish, thanks to Marcos Goyeneche.
  478. Version: 5.x-3.0 Date: 2007-08-13
  479. ---------------------------------------------------------------------
  480. * Use the database instead of a gigantic array for ICAO codes and
  481. their associated information. This should drastically reduce the
  482. needed memory, which could in turn resolve the "blank page" bugs.
  483. * Add a note on the configuration page that not all ICAO stations
  484. provide weather information, thus not every one of them is
  485. supported by this module.
  486. * Use correct German umlauts (ue -> ü etc.) for German ICAO codes.
  487. * Remove 'KUCA' from ICAO code list, it's no longer supported by
  488. NOAA. Closes: #112673
  489. * Translation updates for:
  490. - German, thanks to me.
  491. - Italian, thanks to Alessandro Frigeri.
  492. - Dutch, thanks to Martin Niewzwaag.
  493. - Czech, thanks to Marek Drápal.
  494. - Russian, thanks to Alexander Lavrinenko.
  495. - Norwegian, thanks to Stein Magne.
  496. Version: 5.x-2.3 Date: 2007-06-26
  497. ---------------------------------------------------------------------
  498. * Use an array for the default configuration instead of serialized
  499. strings. Thanks to Andre Molnar. Closes: #150865
  500. * Add new translation to Italian. Thanks to Alessandro Frigeri.
  501. * Add new translation to Spanish. Thanks to Marcos Goyeneche.
  502. Version: 5.x-2.2 Date: 2007-05-29
  503. ---------------------------------------------------------------------
  504. * Add new translation to Danish. Thanks to Jørgen Green.
  505. Version: 5.x-2.1 Date: 2007-05-14
  506. ---------------------------------------------------------------------
  507. * Support meter/s for windspeeds and mmHg for pressure.
  508. Closes: #130556
  509. * Display the default location in the section of "Current locations
  510. in the block:" even if not yet configured, to reduce confusion
  511. * Support display of abbreviated wind directions instead of full
  512. text. Closes: #130487
  513. * Support display of degrees for wind directions. Closes: #130487
  514. * Add three ICAO codes for India. Thanks to Vinay Yadav.
  515. Closes: #135300
  516. * Additional check if correct METAR data has been received.
  517. Mentioned in #136065
  518. * Translation updates for:
  519. - Hungarian, thanks to FEHÉR János.
  520. - Norwegian, thanks to Stein Magne.
  521. - Russian, thanks to Alexander Lavrinenko.
  522. - Dutch, thanks to Martin Niewzwaag.
  523. - Czech, thanks to Marek Drápal.
  524. Version: 5.x-2.0 Date: 2007-03-22
  525. ---------------------------------------------------------------------
  526. * Don't display "No data" for empty fields, remove them altogether.
  527. Closes: #113549
  528. * Dynamically determine width and height of displayed images to allow
  529. alternative images. Closes: #123616
  530. * Display of units is now completely configurable, also adding
  531. "knots" as windspeed unit. Closes: #102330
  532. * The parser now supports windspeed units other than only knots in
  533. METAR reports. Closes: #128852
  534. * If JavaScript is enabled, use the AJAX version of the country
  535. and place lookup. Otherwise, the ICAO textfield will be shown
  536. without the country and place selection boxes. Closes: #115339,
  537. #115842
  538. * The country and place selection boxes do no longer provide the
  539. entry "- None -", as it wasn't accepted anyway.
  540. * Add Pristina to the list of supported ICAO codes
  541. * Optionally, the block can display the raw METAR data.
  542. Closes: #111377
  543. * Add new translation to Russian. Thanks to Alexander Lavrinenko.
  544. Closes: #127460
  545. * Add new translation to Hungarian. Thanks to Zsolt Rohberg.
  546. Closes: #128852
  547. Version: 5.x-1.1 Date: 2007-01-31
  548. ---------------------------------------------------------------------
  549. * Update FTP site for weather.noaa.gov. Closes: #112673, #113547,
  550. #114479
  551. Version: 5.x-1.0 Date: 2007-01-23
  552. ---------------------------------------------------------------------
  553. * Equal to version 4.7.x-3.2, just converted to be used with
  554. Drupal 5.x
  555. Version: 4.7.x-3.5 Date: 2007-04-11
  556. ---------------------------------------------------------------------
  557. * Add three ICAO codes for India. Thanks to Vinay Yadav.
  558. Closes: #135300
  559. Version: 4.7.x-3.4 Date: 2007-02-02
  560. ---------------------------------------------------------------------
  561. * Update FTP site for weather.noaa.gov. Closes: #112673, #113547,
  562. #114479
  563. * Compared to the last version (4.7.x-3.3), the other accidentally
  564. introduced changes are reverted
  565. Version: 4.7.x-3.3 Date: 2007-01-31
  566. ---------------------------------------------------------------------
  567. * Update FTP site for weather.noaa.gov. Closes: #112673, #113547,
  568. #114479
  569. Version: 4.7.x-3.2 Date: 2006-12-27
  570. ---------------------------------------------------------------------
  571. * New translation into Norwegian
  572. * Translation updates for Dutch and Czech
  573. Version: 4.7.x-3.1 Date: 2006-11-28
  574. ---------------------------------------------------------------------
  575. * Correct timezone calculation for the day/night images.
  576. Closes: #97050
  577. * Use base_path() to correctly handle installations in
  578. subdirectories. Closes: #99714
  579. * Move the menu item "my weather" into the block "my account".
  580. Closes: #100243
  581. * Handle special case "NSC" and "NCD" in METAR reports
  582. * Add new translation to Czech
  583. Version: 4.7.x-3.0 Date: 2006-11-24
  584. ---------------------------------------------------------------------
  585. * Displays the correct image for daytime and nighttime
  586. * Supports multiple download locations (FTP and HTTP POST)
  587. * New translation: Dutch
  588. Version: 4.7.x-2.3 Date: 2006-11-22
  589. ---------------------------------------------------------------------
  590. * Fix typos in the ICAO database and correct sorting
  591. * Rename weather block for a better overview in the blocks
  592. administration section
  593. * Better sorting of locations in the block settings page
  594. Version: 4.7.x-2.2 Date: 2006-11-16
  595. ---------------------------------------------------------------------
  596. * Add wget as an alternative download mechanism
  597. * Validate the ICAO code
  598. * Update documentation
  599. Version: 4.7.x-2.1 Date: 2006-11-16
  600. ---------------------------------------------------------------------
  601. * Provide an alternative download method for getting METAR data.
  602. If file_get_contents() does not work, try to use CURL instead.
  603. * Translation updates
  604. Version: 4.7.x-2.0 Date: 2006-11-15
  605. ---------------------------------------------------------------------
  606. * Users can add a custom weather block, if they have the necessary
  607. access rights
  608. * A block can display more than only one location
  609. * The module does no longer depend on cron for updating the data.
  610. It uses some smart algorithms to keep the network traffic as low
  611. as possible
  612. Version: 4.7.x-1.4 Date: 2006-11-15
  613. ---------------------------------------------------------------------
  614. * Security release: Escape the real name of the location
  615. Version: 4.7.x-1.3 Date: 2006-11-10
  616. ---------------------------------------------------------------------
  617. * URL of images and AJAX calls depends on the setting of 'clean_url'
  618. This fixes the problem with images not being available and the
  619. failure of the AJAX update of the places selection. Closes: #93275,
  620. #93802
  621. * Check 'access content' permission before showing the block.
  622. Closes: #94055
  623. * Add 'Reported on:' to the block display. Closes: #94060
  624. Version: 4.7.x-1.2 Date: 2006-11-09
  625. ---------------------------------------------------------------------
  626. * Add text field for ICAO codes
  627. The text field can be used as an alternative way to specify the
  628. wanted ICAO code, because the AJAX selection box does not seem to
  629. work reliably enough yet.
  630. * Make the installation instructions a bit clearer. Suggested
  631. in #93736
  632. Version: 4.7.x-1.1 Date: 2006-11-04
  633. ---------------------------------------------------------------------
  634. * Include ICAO codes for USA. Closes: #92914
  635. * Don't allow the "- None -" entry to be tried as ICAO code
  636. Version: 4.7.x-1.0 Date: 2006-11-04
  637. ---------------------------------------------------------------------
  638. * Initial release