/[drupal]/contributions/modules/weather/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/weather/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


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

  ViewVC Help
Powered by ViewVC 1.1.2