weather 7.x-1.0

New features
Bug fixes

Changes:

  • 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: AHAH uses old techniques
  • Installation of weather ICAO data is about six times faster.

weather 6.x-5.16

New features
Bug fixes

Changes:

weather 6.x-5.15

Bug fixes

Changes:

  • Add missing hook_update_N() for Belgian cities.

weather 7.x-1.0-alpha2

New features
Bug fixes

Please use this version only for testing. There will be no upgrade path from this release to the proper 7.x-1.0 release of the module.

This release needs at least Drupal 7.0 Alpha 4.

Changes since 7.x-1.0-alpha1:

weather 7.x-1.0-alpha1

New features
Bug fixes

Please use this version only for testing. There will be no upgrade path from this release to the proper 7.x-1.0 release of the module.

This release needs at least Drupal 7.0 Alpha 4.

Changes:

  • 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: AHAH uses old techniques

weather 6.x-5.11

Bug fixes

Changes:

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

weather 6.x-5.9

Bug fixes

Changes:

weather 6.x-5.6

Bug fixes

Changes:

  • Change ICAO code of Bangalore, India from VOBG to VOBL, which is updated more often. Thanks to Raghavan Subramaniyan for the report. Closes: #421326: Add Bangalore (VOBL)

weather 5.x-6.3

New features
Bug fixes

Changes:

  • 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.

weather 6.x-4.2

New features

Changes:

  • 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

weather 6.x-4.1

Bug fixes

Changes:

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

weather 6.x-4.0

New features

Changes:

  • 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

weather 6.x-3.0

New features

Changes:

  • 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

weather 6.x-2.3

Bug fixes

Changes:

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

weather 6.x-2.2

Bug fixes

Changes:

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

weather 6.x-2.1

New features
Bug fixes

Changes:

  • 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

weather 6.x-2.0

New features

Changes:

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

Apart from that, the changes of 2.0-beta1 are included as well:

weather 6.x-2.0-beta1

New features

Changes:

  • 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.

weather 6.x-1.3

Bug fixes

Changes:

  • 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.

weather 5.x-6.1

Bug fixes

Changes:

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

weather 6.x-1.2

Bug fixes

Changes:

  • 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.

weather 6.x-1.0

New features

Changes:

  • 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.

weather 5.x-6.0

New features

Changes:

  • 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

weather 5.x-5.1

Bug fixes

Changes:

  • 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.

weather 5.x-5.0

New features

Changes:

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

weather 5.x-4.1

Bug fixes

Changes:

  • 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

weather 5.x-2.3

New features
Bug fixes

Changes:

  • 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.

weather 5.x-2.2

New features

Changes:

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

Pages

Subscribe with RSS Subscribe to Releases for Weather