Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv21123

Modified Files:
        ChangeLog 
Log Message:
I just updated the ChangeLog.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/phpweather/phpweather/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ChangeLog   2001/06/27 14:57:46     1.3
+++ ChangeLog   2001/07/05 16:07:09     1.4
@@ -1,3 +1,116 @@
+2001-07-05 16:05  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * base_object.php, data_retrieval.php, db_layer.php,
+       metar_parser.php, phpweather.php:
+       
+       Let's not forget these files too...
+
+2001-07-05 16:03  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * db/: db_common.php, db_dba.php, db_mysql.php, db_null.php,
+       db_pgsql.php:
+       
+       These files should also be a little more compatible with PHP3 now.
+
+2001-07-05 16:00  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * locales/: locale_common.php, locale_da.php, locale_en.php:
+       
+       I've removed the call to require_once() since it's only PHP4 that
+       understands it. Instead of relying on PHP to manage the required
+       files, each file now start by defining a constant, so that the page
+       knows if it's loaded twice.
+
+2001-07-05 15:53  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * VERSION:
+       
+       I think it's best if we name the version like this. 1.9.6 is
+       actually a lower version-number than 1.96...
+
+2001-07-01 18:20  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * locales/: locale_common.php, locale_da.php, locale_en.php:
+       
+       I changed some of the strings so that Gyulai Mihály can translate
+       it into Hungarian (at least I hope he can :-)
+
+2001-06-30 19:24  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * index.php:
+       
+       It's now much easier to select countries, stations, and languages
+       on the page.
+
+2001-06-30 19:23  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * phpweather.php:
+       
+       Added support for Danish. We'll have to figure out a way so that
+       this can be done automatically.
+
+2001-06-30 19:22  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * locales/: locale_common.php, locale_en.php:
+       
+       An English string was still hiding in locale_common.php.
+
+2001-06-30 19:20  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * db/db_dba.php:
+       
+       Slight doc change.
+
+2001-06-30 19:19  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * locales/locale_da.php:
+       
+       I thought that I might as well do the translation into Danish
+       first...
+
+2001-06-29 11:51  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * index.php, phpweather.php, locales/languages.php:
+       
+       It should now be possible to get a list of languages automatically.
+        The translation of language codes to language names is done via
+       PHPWEATHER_BASE_DIR/locales/languages.php.
+       
+       You use the function get_languages() to retrieve the list of
+       languages.
+
+2001-06-29 09:43  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * index.php:
+       
+       It's nice to be able to see the METAR in question...
+
+2001-06-29 09:42  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * configurator.php, data_retrieval.php, defaults-dist.php:
+       
+       This adds support for proxy servers.
+
+2001-06-28 11:44  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * metar_parser.php, locales/locale_common.php,
+       locales/locale_en.php:
+       
+       I've updated the code that produces the weather-string, so that
+       it's more correct now. It probably still needs some testing.
+
+2001-06-27 15:23  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * VERSION:
+       
+       I think it's better to write it this way...
+
+2001-06-27 14:57  Martin Geisler  <[EMAIL PROTECTED]>
+
+       * ChangeLog:
+       
+       Update before we make a snapshot.
+
 2001-06-27 14:41  Martin Geisler  <[EMAIL PROTECTED]>
 
        * VERSION:


_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins

Reply via email to