Thread: CVS: phpweather ChangeLog,1.8,1.9
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-12-28 13:41:40
|
Update of /cvsroot/phpweather/phpweather In directory sc8-pr-cvs1:/tmp/cvs-serv15704 Modified Files: ChangeLog Log Message: Updated with changes from 2.0.0 to 2.1.0. Index: ChangeLog =================================================================== RCS file: /cvsroot/phpweather/phpweather/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ChangeLog 30 Aug 2002 13:01:48 -0000 1.8 +++ ChangeLog 28 Dec 2002 13:41:37 -0000 1.9 @@ -1,3 +1,229 @@ +2002-12-28 13:40 Martin Geisler <gim...@gi...> + + * VERSION, doc/src/phpweather.texi: + + Version 2.1.0. + +2002-12-28 13:20 Martin Geisler <gim...@gi...> + + * .cvsignore: + + I believe these files aren't created anymore, and so doesn't need + to be ignored. + +2002-12-28 13:10 Martin Geisler <gim...@gi...> + + * usermap: + + Added entry for Ondrej Jombik and made the email adresses align + nicely. + +2002-12-28 12:48 Martin Geisler <gim...@gi...> + + * stations.csv: + + Changed '\' into '/'. Why should anybody want a backslash in the + name of station? + +2002-12-28 12:26 Martin Geisler <gim...@gi...> + + * AUTHORS: + + Add entry for Rudy Boedts. + +2002-12-28 12:24 Martin Geisler <gim...@gi...> + + * output/pw_text_nl.php: + + Update from Rudy Boedts. + +2002-12-28 00:52 Martin Geisler <gim...@gi...> + + * config/: make_config.php, pw_dependency.php, + pw_dependency_or.php, pw_option.php, pw_option_select.php, + pw_optiongroup.php, reset_session.php: + + Updated to support PHP with register_globals turned off. + +2002-12-27 22:19 Martin Geisler <gim...@gi...> + + * doc/src/phpweather.texi: + + Old uncommitted edits... + +2002-12-19 01:07 Ondrej Jombik <ne...@po...> + + * output/pw_text_sk.php: + + Added method parse_runway_group() to have better handling of runway + visibilities in slovak translation. + +2002-12-16 00:15 Ondrej Jombik <ne...@po...> + + * output/pw_text_sk.php: + + Added proper snowing handling. Removed some unneccessary comments + at the end of file. + +2002-11-10 23:18 Martin Geisler <gim...@gi...> + + * output/: pw_text_da.php, pw_text_no.php: + + Removed extra space in Danish translation, and added missing string + to Norwegian translation, perhaps you could verify that this means + what I think it means in Norwegian, Sven-Erik? + +2002-11-10 23:15 Martin Geisler <gim...@gi...> + + * db_layer.php, config/make_config.php, db/pw_db_adodb.php: + + A new database backend: ADOdb. This is a wrapper library written in + PHP that supports no less than 28(!) databases. So now there's no + excuse for not using a database with PHP Weather. + +2002-11-10 23:10 Martin Geisler <gim...@gi...> + + * test.php: + + Make this work with PHP 4.2.3. + +2002-10-29 08:52 Max Hammond <ma...@fl...> + + * data_retrieval.php: + + Oops. I think this was my first contribution to the project, and + it's taken this long to spot the problem with it :) + +2002-10-24 15:54 Martin Geisler <gim...@gi...> + + * AUTHORS, output/pw_text_fr.php: + + Cool - a French translation thanks to Guillaume Petit + <gp...@fr...>! + +2002-10-20 15:57 Martin Geisler <gim...@gi...> + + * output/: pw_text.php, pw_text_da.php, pw_text_en.php, + pw_text_no.php: + + Fix for a problem found by Sean <se...@ar...>. The problem + was, that the report said 'There were The sky was overcast...' when + we had a OVC cloud group. This should fix that problem. + + I've also changed the translation of 'cloud_vertical_visibility' so + that it fits into the 'There was ...' part. I've updated the + English, Danish ans Norwegian translations. + +2002-10-01 19:03 Ondrej Jombik <ne...@po...> + + * output/pw_text_cs.php: + + Little fix in function parse_cloud_group($cloud_group). Removed + unneccessary test metars from the bottom of file. + +2002-09-27 20:24 Martin Geisler <gim...@gi...> + + * AUTHORS, output/pw_text_cs.php, output/pw_text_nl.php: + + Added Dutch and Czech translations and updated the AUTHORS file + with Bas Elshof <ba...@el...>, Václav Ríkal + <va...@ph...> and Radoslava Fedáková + <mor...@po...>. + +2002-09-25 18:31 Martin Geisler <gim...@gi...> + + * stations.csv, db/files/EE.php, db/files/stations.db: + + Updated ICAO for Tallinn/Estonia, thanks to a report from Kalle + Volkov. This closes bug 612423. + +2002-09-22 09:53 Martin Geisler <gim...@gi...> + + * data_retrieval.php: + + Stupid switch! + +2002-09-22 09:51 Martin Geisler <gim...@gi...> + + * data_retrieval.php, defaults-dist.php: + + Is fetch_method better than fetch_function? I hope so. The value is + now also chacked before we call the relevant function. + +2002-09-22 09:43 Martin Geisler <gim...@gi...> + + * defaults-dist.php: + + Ups - wrong filename. + +2002-09-20 20:44 Martin Geisler <gim...@gi...> + + * data_retrieval.php, defaults-dist.php: + + This should fix bug 611597 by giving the user the option between + using fsockopen() and file() to retrieve the METAR. + +2002-09-18 13:24 Martin Geisler <gim...@gi...> + + * AUTHORS, data_retrieval.php: + + This is a better place to give credit to Paul Kairis. I've also + added Kari Salovaara and Tage Malmen for doing Swedish and Finnish + translation. + +2002-09-10 10:06 Martin Geisler <gim...@gi...> + + * output/: pw_text_fi.php, pw_text_sv.php: + + Added $Id$ tags. + +2002-09-10 10:00 Martin Geisler <gim...@gi...> + + * output/: pw_text_fi.php, pw_text_sv.php: + + Kari Salovaara <kar...@pp...> and Tage Malmen has + made these two translations of PHP Weather into Finnish and + Swedish. + +2002-09-05 16:32 Mihaly Gyulai gyulai.freeyellow.com/ + + * output/pw_text_hu.php: + + Just a little Hungarian grammatical correction. + +2002-09-05 01:47 Ondrej Jombik <ne...@po...> + + * output/pw_text_sk.php: + + Some new sentences/words were translated. There are currently only + few untranslated items. + + Weather reporting function print_pretty_weather() and clouds + reporting function print_pretty_clouds() were rewritten to handle + much more cases with proper grammar handling. + +2002-09-04 21:04 Martin Geisler <gim...@gi...> + + * pw_utilities.php: + + This should clear things up a bit. + +2002-09-02 18:17 Martin Geisler <gim...@gi...> + + * index.php, phpweather.php, pw_utilities.php, + config/make_config.php: + + Move phpweather::get_languages() to pw_utilities as this doesn't + really has anything to do with the phpweather class. Updated + make_config.php to use get_languages() for a dynamic list of + available languages. + +2002-08-30 13:01 Martin Geisler <gim...@gi...> + + * ChangeLog: + + Updated for version 2.0.0. + 2002-08-30 13:00 Martin Geisler <gim...@gi...> * VERSION: @@ -73,7 +299,7 @@ for allow_url_fopen is off - so we now download the METAR reports ourselves. -2002-08-27 17:37 Mihaly Gyulai gyulai.freeyellow.com/ +2002-08-27 17:37 Mihaly Gyulai gyulai.freeyellow.com/ * stations.csv: @@ -87,7 +313,7 @@ Same effect, but easier to understand, IMHO. -2002-08-26 21:48 Max Hammond <ma...@fl...> +2002-08-26 21:48 Max Hammond <ma...@fl...> * index.php: @@ -244,14 +470,14 @@ Ups - no default value for the $input variable. -2002-06-04 12:11 Max Hammond <ma...@fl...> +2002-06-04 12:11 Max Hammond <ma...@fl...> * currentimage.php: New file to return the current sky image as an image directly. See file for usage notes. -2002-05-31 14:11 Max Hammond <ma...@fl...> +2002-05-31 14:11 Max Hammond <ma...@fl...> * output/pw_text_es.php: @@ -285,7 +511,7 @@ Great! A Spanish translation of PHP Weather. -2002-05-29 15:32 Max Hammond <ma...@fl...> +2002-05-29 15:32 Max Hammond <ma...@fl...> * output/pw_text_es.php: @@ -451,19 +677,19 @@ Made the second argument optional with these constructors as well. -2002-05-16 19:52 Mihaly Gyulai gyulai.freeyellow.com/ +2002-05-16 19:52 Mihaly Gyulai gyulai.freeyellow.com/ * output/pw_text_hu.php: Translation of '...feels like'. -2002-05-16 19:46 Max Hammond <ma...@fl...> +2002-05-16 19:46 Max Hammond <ma...@fl...> * output/pw_text.php: rats -2002-05-16 19:44 Max Hammond <ma...@fl...> +2002-05-16 19:44 Max Hammond <ma...@fl...> * output/: pw_text.php, pw_text_da.php, pw_text_en.php, pw_text_hu.php, pw_text_no.php: @@ -499,20 +725,20 @@ I also made an extra check in output/pw_text.php so that missing clouds no longer trigger a warning. -2002-05-12 15:09 Max Hammond <ma...@fl...> +2002-05-12 15:09 Max Hammond <ma...@fl...> * test.php: Made it work again -2002-05-12 15:08 Max Hammond <ma...@fl...> +2002-05-12 15:08 Max Hammond <ma...@fl...> * output/pw_text.php, output/pw_text_da.php, output/pw_text_en.php, output/pw_text_hu.php, output/pw_text_no.php, phpweather.php: Added heat index, thanks to David Kjellquist -2002-05-10 18:35 Max Hammond <ma...@fl...> +2002-05-10 18:35 Max Hammond <ma...@fl...> * stations.csv: @@ -657,19 +883,19 @@ Cleanups. I'm was looking through the code to document the $decoded_metar array and found a lot of cruft. -2002-03-29 00:38 Max Hammond <ma...@fl...> +2002-03-29 00:38 Max Hammond <ma...@fl...> * output/pw_text.php: new function to help customise it -2002-03-28 21:47 Max Hammond <ma...@fl...> +2002-03-28 21:47 Max Hammond <ma...@fl...> * configurator.php: Added norwegian -2002-03-28 21:44 Max Hammond <ma...@fl...> +2002-03-28 21:44 Max Hammond <ma...@fl...> * index.php: @@ -756,32 +982,32 @@ This should fix most of the problems with XHTML in the pages. -2002-03-27 15:13 Max Hammond <ma...@fl...> +2002-03-27 15:13 Max Hammond <ma...@fl...> * output/pw_text.php: Utility function -2002-03-27 14:47 Max Hammond <ma...@fl...> +2002-03-27 14:47 Max Hammond <ma...@fl...> * index.php, pw_utilities.php: XHTMLisation -2002-03-27 14:21 Max Hammond <ma...@fl...> +2002-03-27 14:21 Max Hammond <ma...@fl...> * icons/: phpweather-black.gif, phpweather-long-black.gif, phpweather-long-white.gif, phpweather-white.gif: Updated cloud (again) and new larger icons too -2002-03-27 10:59 Max Hammond <ma...@fl...> +2002-03-27 10:59 Max Hammond <ma...@fl...> * INSTALL, README: Updated -2002-03-27 10:28 Max Hammond <ma...@fl...> +2002-03-27 10:28 Max Hammond <ma...@fl...> * icons/: phpweather-black.gif, phpweather-white.gif: @@ -801,19 +1027,19 @@ tells people that all pages are written in Unicode? I think Unicode covers both encodings. -2002-03-26 21:50 Max Hammond <ma...@fl...> +2002-03-26 21:50 Max Hammond <ma...@fl...> * icons/: phpweather-black.gif, phpweather-white.gif: New icons - What do we think? -2002-03-26 20:09 Max Hammond <ma...@fl...> +2002-03-26 20:09 Max Hammond <ma...@fl...> * index.php: Increased font size -2002-03-26 19:52 Mihaly Gyulai gyulai.freeyellow.com/ +2002-03-26 19:52 Mihaly Gyulai gyulai.freeyellow.com/ * output/pw_text_hu.php: @@ -836,13 +1062,13 @@ use to separate the METAR from the timestamp. When the data was retrieved later and run through explode, this caused trouble. -2002-03-26 18:44 Max Hammond <ma...@fl...> +2002-03-26 18:44 Max Hammond <ma...@fl...> * output/pw_text_no.php: Updated norwegian translation, thanks to Sven-Erik -2002-03-26 18:39 Max Hammond <ma...@fl...> +2002-03-26 18:39 Max Hammond <ma...@fl...> * test.php, icons/tempchilled.gif, output/pw_images.php: @@ -858,7 +1084,7 @@ newest report (the one furthest down in the file) overwrites any previous reports. -2002-03-26 16:31 Max Hammond <ma...@fl...> +2002-03-26 16:31 Max Hammond <ma...@fl...> * index.php: @@ -878,7 +1104,7 @@ information about variable wind-direction, but no information about the speed. -2002-03-26 16:26 Max Hammond <ma...@fl...> +2002-03-26 16:26 Max Hammond <ma...@fl...> * index.php: @@ -1027,7 +1253,7 @@ Updated windchill. -2002-03-24 17:25 Max Hammond <ma...@fl...> +2002-03-24 17:25 Max Hammond <ma...@fl...> * phpweather.php, output/pw_text.php, output/pw_text_da.php, output/pw_text_en.php, output/pw_text_hu.php, @@ -1035,26 +1261,26 @@ Added windchill factor -2002-03-24 16:44 Max Hammond <ma...@fl...> +2002-03-24 16:44 Max Hammond <ma...@fl...> * .cvsignore: ignore test.php file -2002-03-24 16:43 Max Hammond <ma...@fl...> +2002-03-24 16:43 Max Hammond <ma...@fl...> * test.php: Might as well get it right *sigh* -2002-03-24 16:40 Max Hammond <ma...@fl...> +2002-03-24 16:40 Max Hammond <ma...@fl...> * test.php: A file to make testing weather parsing easier and quicker for developers. -2002-03-22 17:54 Max Hammond <ma...@fl...> +2002-03-22 17:54 Max Hammond <ma...@fl...> * data_retrieval.php: @@ -1130,13 +1356,13 @@ Added Gyulai Mihály to the list of authors - about time some would say :-) -2002-03-17 14:52 Max Hammond <ma...@fl...> +2002-03-17 14:52 Max Hammond <ma...@fl...> * index.php: Correcting path to images output -2002-03-17 14:24 Max Hammond <ma...@fl...> +2002-03-17 14:24 Max Hammond <ma...@fl...> * usermap: @@ -1219,13 +1445,13 @@ use the question-mark for the temperature, but unfortunately that's already used with the wind... -2002-03-15 12:01 Max Hammond <ma...@fl...> +2002-03-15 12:01 Max Hammond <ma...@fl...> * data_retrieval.php: Oops -2002-03-15 11:37 Max Hammond <ma...@fl...> +2002-03-15 11:37 Max Hammond <ma...@fl...> * icons/: 0cloud.gif, 0cloud_fog.gif, 1cloud_fog.gif, 1cloud_heavyrain.gif, 1cloud_lightrain.gif, 1cloud_modrain.gif, @@ -1253,7 +1479,7 @@ added icons -2002-03-15 11:22 Max Hammond <ma...@fl...> +2002-03-15 11:22 Max Hammond <ma...@fl...> * data_retrieval.php: @@ -1274,25 +1500,25 @@ Applied patch from Carsten Klapp <car...@ma...> - thanks a lot. I also did some reformatting on some of the comments. -2001-12-20 19:11 Max Hammond <ma...@fl...> +2001-12-20 19:11 Max Hammond <ma...@fl...> * defaults-dist.php, metar_parser.php: Hacking around a bug in PHP function gmmktime -2001-12-19 10:07 Max Hammond <ma...@fl...> +2001-12-19 10:07 Max Hammond <ma...@fl...> * metar_parser.php: oops. that should not have been committed... -2001-12-19 10:04 Max Hammond <ma...@fl...> +2001-12-19 10:04 Max Hammond <ma...@fl...> * metar_parser.php, db/db_pgsql.php: Patched to make it work :) -2001-12-19 09:12 Max Hammond <ma...@fl...> +2001-12-19 09:12 Max Hammond <ma...@fl...> * data_retrieval.php: @@ -1339,7 +1565,7 @@ Some servers only say '200' instead of '200 OK' when they're about to send the document. -2001-07-31 18:52 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-31 18:52 Mihaly Gyulai gyulai.freeyellow.com/ * configurator.php, data_retrieval.php: @@ -1390,7 +1616,7 @@ group1, group2 etc, they're now stored as group[0], group[1] etc. This makes it easier to pass them around. -2001-07-13 18:02 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-13 18:02 Mihaly Gyulai gyulai.freeyellow.com/ * phpweather.php: @@ -1434,25 +1660,25 @@ The documentation has been moved to PHPWEATHER_BASE_DIR/docs. -2001-07-09 20:31 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-09 20:31 Mihaly Gyulai gyulai.freeyellow.com/ * metar_parser.php: Rearranging comments and rounding numbers max. up to 5-6 digits. -2001-07-09 19:30 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-09 19:30 Mihaly Gyulai gyulai.freeyellow.com/ * stations.csv: Name correction for 'Jose Marti'. -2001-07-09 19:09 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-09 19:09 Mihaly Gyulai gyulai.freeyellow.com/ * db/files/stations.db: Name correction for 'Jose Marti'. -2001-07-09 19:06 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-09 19:06 Mihaly Gyulai gyulai.freeyellow.com/ * db/files/CU.php: @@ -1476,14 +1702,14 @@ That's not needed anymore. -2001-07-08 19:50 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-08 19:50 Mihaly Gyulai gyulai.freeyellow.com/ * phpweather.php: Rearranging comments. -2001-07-08 19:43 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-08 19:43 Mihaly Gyulai gyulai.freeyellow.com/ * INSTALL: @@ -1498,35 +1724,35 @@ I removed the lines regarding to 'Aalborg, Denmark' and 'Honolulu, Hawaii', as they're not shown in the new version. -2001-07-08 19:25 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-08 19:25 Mihaly Gyulai gyulai.freeyellow.com/ * db_layer.php: Rearranging comments. -2001-07-08 19:21 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-08 19:21 Mihaly Gyulai gyulai.freeyellow.com/ * data_retrieval.php: Rearranging comments, removing typos... -2001-07-08 18:57 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-08 18:57 Mihaly Gyulai gyulai.freeyellow.com/ * base_object.php: Rearranging comments, correcting typos... -2001-07-08 18:47 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-08 18:47 Mihaly Gyulai gyulai.freeyellow.com/ * README: Rearranging comments, correcting typos... -2001-07-08 18:04 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-08 18:04 Mihaly Gyulai gyulai.freeyellow.com/ * stations.csv: @@ -1534,7 +1760,7 @@ Liverpool -> Liverpool / John Lennon (it was published in the news, maybe it's not official yet) -2001-07-08 17:26 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-08 17:26 Mihaly Gyulai gyulai.freeyellow.com/ * db/files/GB.php: @@ -1542,7 +1768,7 @@ I modified the 'Liverpool Airport' to 'Liverpool / John Lennon Airport' as they changed its name. -2001-07-08 17:09 Mihaly Gyulai gyulai.freeyellow.com/ +2001-07-08 17:09 Mihaly Gyulai gyulai.freeyellow.com/ * configurator.php, index.php: |