| /[drupal]/contributions/modules/weather/weather.install |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Use the time settings from admin/settings/date-time
Add more documentation
Create new table 'weather_block_settings'
Restructuring of table 'weather_config'
Fix syntax error
Rename table 'weather' to 'weather_metar'
Merge branch DRUPAL-6--5 into HEAD
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 Arusha and Dar es Salaam, Tanzania. Thanks to artistique.
Correct spellings of Polish cities and add Łódź-Lublinek. Thanks to Szymon Nitka for the bug report. Closes: [#365509]
Add Abuja, Nigeria. Thanks to Kemi Ukadike. Closes: [#362987]
Add Salerno, Italy. Thanks to hopfrog. Closes: [#361422]
Correct some spellings of Romanian cities and add some more ICAO codes. Thanks to Marcel Cozma for the list. Closes: [#361231]
Update Copyright year
Replace copyright sign
Add new hook weather_updates_last_removed() and more documentation
Add Messina, Sicily to supported ICAO codes. Thanks to gambry for the report. Closes: [#342181]
Add Kathmandu, Nepal to supported ICAO codes. Thanks to sarmiluv for the report. Closes: [#330026]
No longer use Batch API during installation of module.
Whitespace changes for coding standard, minor documentation changes
Change last name
Change last name
Support multiple system-wide blocks instead of only one. Closes: #109660, #232727
Add Gyumri and Yerevan (both Armenia) to ICAO codes. Thanks to Joseph K and Mark Tonino for the information and research. Closes: #229229
Add Gyumri and Yerevan (both Armenia) to ICAO codes. Thanks to Joseph K and Mark Tonino for the information and research. Closes: #229229
Fix error in batch setup
Use Batch API during installation to avoid PHP timeout problems on slow servers. Closes: #166456, #177244, #215982
Remove database updates 1, 2, and 3
Add CVS $Id$ keyword, required by Drupal Coding Standards
Convert module to work with Drupal 6.x
Update copyright years
Use correct escaping of values in db_query()
Add field names to SQL queries, preparing for Drupal 6
Add Denpasar / Ngurah-Rai, Indonesia (WADD) to database. Closes: #177884
Add Melbourne (YMML) to supported ICAO codes. Closes: #174291
If Drupal's cache is enabled, provide a cron handler that clears the cache when new weather data is received. Closes: #120396
* 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
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.
Fix syntax error in PostgreSQL part of installation
Support display of degrees for wind directions. Closes: #130487
Support display of abbreviated wind directions instead of full text. Closes: #130487
Fix small error with MySQL
Rename configuration column from "config" to "settings"
Remove unnecessary calls to variable_del() in weather_uninstall() Those have already been deleted in weather_update_2()
Better wording in settings page
Optionally, the block can display the raw METAR data. Closes: #111377
Better workaround for the brackets issue in db_query()
Work around limitation of db_query with brackets
Make the display units completely configurable
Expand the column "units" from VARCHAR(8) to VARCHAR(24)
Update copyright years
Update module to be compatible with Drupal 5
Support multiple locations per block. Closes: #6738
Support multiple locations per block. Closes: #6738
Merge from DRUPAL-4-7--2
Initial commit of weather-2.0, which features a user configurable block
Initial commit of an updated version for Drupal 4.7 This commit removes all files which are no longer needed and adds new files which are used by the new module. Moreover, the module itself is a complete rewrite from scratch to be compatible with Drupal 4.7.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |