phpweather-bugs Mailing List for PHP Weather (Page 6)
Brought to you by:
iridium
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(7) |
Apr
(3) |
May
(5) |
Jun
(1) |
Jul
(3) |
Aug
(2) |
Sep
(11) |
Oct
|
Nov
(2) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
(2) |
Apr
(7) |
May
|
Jun
|
Jul
(3) |
Aug
(6) |
Sep
(8) |
Oct
(2) |
Nov
|
Dec
|
2004 |
Jan
(7) |
Feb
(10) |
Mar
|
Apr
|
May
(5) |
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(4) |
2005 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
(1) |
Feb
(2) |
Mar
(10) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(8) |
Oct
|
Nov
(1) |
Dec
|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2009 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <no...@so...> - 2002-05-17 15:51:13
|
Bugs item #557256, was opened at 2002-05-17 15:49 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=557256&group_id=23245 Category: Decoding Group: phpweather-1.x Status: Open Priority: 5 Submitted By: Mark Liffiton (liffiton) >Assigned to: Martin Geisler (gimpster) Summary: v1.6 - Doesn't like newlines Initial Comment: For example, the regexp to check for a temperature section will ignore the temperature section if it ends with a newline. Fixes: 1 - Strip newlines when fetched (perhaps just s/ \s+/ /g or similar) 2 - phpweather.inc: change line 641 to "$parts = preg_split('/\s+/', $metar);" ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=557256&group_id=23245 |
From: <no...@so...> - 2002-05-17 13:49:15
|
Bugs item #557256, was opened at 2002-05-17 09:49 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=557256&group_id=23245 Category: Decoding Group: phpweather-1.x Status: Open Priority: 5 Submitted By: Mark Liffiton (liffiton) Assigned to: Nobody/Anonymous (nobody) Summary: v1.6 - Doesn't like newlines Initial Comment: For example, the regexp to check for a temperature section will ignore the temperature section if it ends with a newline. Fixes: 1 - Strip newlines when fetched (perhaps just s/ \s+/ /g or similar) 2 - phpweather.inc: change line 641 to "$parts = preg_split('/\s+/', $metar);" ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=557256&group_id=23245 |
From: <no...@so...> - 2002-04-17 15:37:36
|
Bugs item #494815, was opened at 2001-12-19 00:21 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=494815&group_id=23245 Category: Decoding Group: None >Status: Pending Priority: 1 Submitted By: Max Hammond (iridium) Assigned to: Max Hammond (iridium) Summary: gmmktime bug in PHP Initial Comment: The dodgy times reported for metars sometimes has been traced back to an error in the PHP function gmmktime(). This bug has already been reported to PHP (bug id 14391), so all we can do is sit back and wait for it to get fixed :) ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2002-04-17 17:37 Message: Logged In: YES user_id=104098 OK, this shouldn't be closed until it's fixed in PHP. Until that happen, it will be pending instead. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-04-17 17:16 Message: Logged In: YES user_id=104098 Since we now have the offset parameter, I think we can close this. ---------------------------------------------------------------------- Comment By: Max Hammond (iridium) Date: 2001-12-21 11:57 Message: Logged In: YES user_id=81516 I've patched around it, you can set a configuration directive "offset" in defaults.php if you're affected by the problem. See the comments in metar-parser.php for more info. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=494815&group_id=23245 |
From: <no...@so...> - 2002-04-17 15:16:46
|
Bugs item #494815, was opened at 2001-12-19 00:21 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=494815&group_id=23245 Category: Decoding Group: None >Status: Closed Priority: 1 Submitted By: Max Hammond (iridium) Assigned to: Max Hammond (iridium) Summary: gmmktime bug in PHP Initial Comment: The dodgy times reported for metars sometimes has been traced back to an error in the PHP function gmmktime(). This bug has already been reported to PHP (bug id 14391), so all we can do is sit back and wait for it to get fixed :) ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2002-04-17 17:16 Message: Logged In: YES user_id=104098 Since we now have the offset parameter, I think we can close this. ---------------------------------------------------------------------- Comment By: Max Hammond (iridium) Date: 2001-12-21 11:57 Message: Logged In: YES user_id=81516 I've patched around it, you can set a configuration directive "offset" in defaults.php if you're affected by the problem. See the comments in metar-parser.php for more info. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=494815&group_id=23245 |
From: <no...@so...> - 2002-04-04 16:50:14
|
Bugs item #534581, was opened at 2002-03-25 09:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 Category: Localisation Group: phpweather-1.x Status: Open Priority: 5 Submitted By: Martin Geisler (gimpster) Assigned to: Nobody/Anonymous (nobody) Summary: Translation of 'windchill' Initial Comment: The following locales lack a proper translation of the 'windchill' entry: locale_cz.inc, locale_es.inc, locale_fr.inc, locale_it.inc, locale_mt.inc, locale_nl.inc, locale_no.inc, and locale_po_br.inc. Please update the translation as soon as possible. ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2002-04-04 18:49 Message: Logged In: YES user_id=104098 Thanks to good people in the sci.lang.translation newsgroup, we now only need translations for: French (locale_fr.inc) and Maltese (locale_mt.inc). ---------------------------------------------------------------------- Comment By: Max Hammond (iridium) Date: 2002-03-27 11:35 Message: Logged In: YES user_id=81516 locale_cz has been fixed now. ---------------------------------------------------------------------- Comment By: Carlo Gulin (carlogulin) Date: 2002-03-25 11:12 Message: Logged In: YES user_id=495823 The translation of windchill in italian is : potere raffreddante del vento then the line become: 'windchill' => ' potere raffreddante del vento era del <b>%s</b> °C (<b>%s</b> °F) ', ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 |
From: <no...@so...> - 2002-03-27 16:53:13
|
Bugs item #535797, was opened at 2002-03-27 16:53 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=535797&group_id=23245 Category: Databases Group: phpweather-2.x Status: Open Priority: 9 Submitted By: Max Hammond (iridium) Assigned to: Nobody/Anonymous (nobody) Summary: PGSql needs fixing Initial Comment: The pw_db_pgsql isn't going to be working at the moment - it doesn't have any of the functions get_countries() insert_stations() create_tables() lookup_icao() get_icaos() Do we have a PostGres person hiding anywhere? Max ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=535797&group_id=23245 |
From: <no...@so...> - 2002-03-27 10:35:31
|
Bugs item #534581, was opened at 2002-03-25 08:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 Category: Localisation Group: phpweather-1.x Status: Open Priority: 5 Submitted By: Martin Geisler (gimpster) Assigned to: Nobody/Anonymous (nobody) Summary: Translation of 'windchill' Initial Comment: The following locales lack a proper translation of the 'windchill' entry: locale_cz.inc, locale_es.inc, locale_fr.inc, locale_it.inc, locale_mt.inc, locale_nl.inc, locale_no.inc, and locale_po_br.inc. Please update the translation as soon as possible. ---------------------------------------------------------------------- >Comment By: Max Hammond (iridium) Date: 2002-03-27 10:35 Message: Logged In: YES user_id=81516 locale_cz has been fixed now. ---------------------------------------------------------------------- Comment By: Carlo Gulin (carlogulin) Date: 2002-03-25 10:12 Message: Logged In: YES user_id=495823 The translation of windchill in italian is : potere raffreddante del vento then the line become: 'windchill' => ' potere raffreddante del vento era del <b>%s</b> °C (<b>%s</b> °F) ', ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 |
From: <no...@so...> - 2002-03-27 10:33:14
|
Bugs item #534459, was opened at 2002-03-24 23:49 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534459&group_id=23245 Category: Localisation Group: None >Status: Closed Priority: 5 Submitted By: Martin Geisler (gimpster) Assigned to: Mihaly Gyulai (misibacsi) Summary: Hungarian translation of 'windchill' Initial Comment: The Hungarian translation needs to be updated. ---------------------------------------------------------------------- >Comment By: Max Hammond (iridium) Date: 2002-03-27 10:33 Message: Logged In: YES user_id=81516 Fixed by misibacsi (thanks!) ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534459&group_id=23245 |
From: <no...@so...> - 2002-03-26 18:48:56
|
Bugs item #534458, was opened at 2002-03-24 23:48 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534458&group_id=23245 Category: Localisation Group: phpweather-1.x Status: Closed Priority: 5 Submitted By: Martin Geisler (gimpster) Assigned to: Sven-Erik Andersen (sven-erik) Summary: Norwegian translation of 'windchill' Initial Comment: The Norwegian translation needs to be updated. ---------------------------------------------------------------------- Comment By: Sven-Erik Andersen (sven-erik) Date: 2002-03-26 18:32 Message: Logged In: YES user_id=11954 Done: $this->strings['windchill'] = 'Temperaturen, med vindfaktor, var '; ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534458&group_id=23245 |
From: <no...@so...> - 2002-03-26 18:32:46
|
Bugs item #534458, was opened at 2002-03-25 00:48 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534458&group_id=23245 Category: Localisation Group: phpweather-1.x >Status: Closed Priority: 5 Submitted By: Martin Geisler (gimpster) Assigned to: Sven-Erik Andersen (sven-erik) Summary: Norwegian translation of 'windchill' Initial Comment: The Norwegian translation needs to be updated. ---------------------------------------------------------------------- >Comment By: Sven-Erik Andersen (sven-erik) Date: 2002-03-26 19:32 Message: Logged In: YES user_id=11954 Done: $this->strings['windchill'] = 'Temperaturen, med vindfaktor, var '; ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534458&group_id=23245 |
From: <no...@so...> - 2002-03-25 10:12:20
|
Bugs item #534581, was opened at 2002-03-25 09:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 Category: Localisation Group: phpweather-1.x Status: Open Priority: 5 Submitted By: Martin Geisler (gimpster) Assigned to: Nobody/Anonymous (nobody) Summary: Translation of 'windchill' Initial Comment: The following locales lack a proper translation of the 'windchill' entry: locale_cz.inc, locale_es.inc, locale_fr.inc, locale_it.inc, locale_mt.inc, locale_nl.inc, locale_no.inc, and locale_po_br.inc. Please update the translation as soon as possible. ---------------------------------------------------------------------- Comment By: Carlo Gulin (carlogulin) Date: 2002-03-25 11:12 Message: Logged In: YES user_id=495823 The translation of windchill in italian is : potere raffreddante del vento then the line become: 'windchill' => ' potere raffreddante del vento era del <b>%s</b> °C (<b>%s</b> °F) ', ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 |
From: <no...@so...> - 2002-03-25 08:34:39
|
Bugs item #534581, was opened at 2002-03-25 09:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 Category: Localisation Group: phpweather-1.x Status: Open Priority: 5 Submitted By: Martin Geisler (gimpster) Assigned to: Nobody/Anonymous (nobody) Summary: Translation of 'windchill' Initial Comment: The following locales lack a proper translation of the 'windchill' entry: locale_cz.inc, locale_es.inc, locale_fr.inc, locale_it.inc, locale_mt.inc, locale_nl.inc, locale_no.inc, and locale_po_br.inc. Please update the translation as soon as possible. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=377952&aid=534581&group_id=23245 |