Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv624
Modified Files:
ChangeLog
Log Message:
Hey - I've generated a ChangeLog...
Index: ChangeLog
===================================================================
RCS file: /cvsroot/phpweather/phpweather/ChangeLog,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -3 -r1.1.1.1 -r1.2
--- ChangeLog 2001/03/22 18:04:09 1.1.1.1
+++ ChangeLog 2001/05/19 16:25:42 1.2
@@ -0,0 +1,584 @@
+2001-05-19 16:24 Martin Geisler <[EMAIL PROTECTED]>
+
+ * index.php:
+
+ I've removed some of the properties, so that the defaults kick-in
+ instead.
+
+2001-05-19 16:22 Martin Geisler <[EMAIL PROTECTED]>
+
+ * configurator.php:
+
+ The configurator can now also be used to generate the necessary
+ databases/tables! After that's done, it will load the
+ stations-table with data.
+
+2001-05-19 16:20 Martin Geisler <[EMAIL PROTECTED]>
+
+ * defaults-dist.php:
+
+ Table-names can't contain periods (.), so I've renamed the default
+ table-names. So now the files used by the dba backend are just
+ called 'metars' and 'stations' per default.
+
+2001-05-19 16:17 Martin Geisler <[EMAIL PROTECTED]>
+
+ * db_dba.php, db_mysql.php:
+
+ These two database-backends can now be configured with the
+ configurator.
+
+2001-05-19 16:16 Martin Geisler <[EMAIL PROTECTED]>
+
+ * base_object.php:
+
+ Now it only included 'defaults-dist.php' once.
+
+2001-05-19 16:15 Martin Geisler <[EMAIL PROTECTED]>
+
+ * stations.csv:
+
+ This file holds information about 2928 stations from 192 countries!
+ The list was carefully compiled by Sven-Erik Andersen
+ <[EMAIL PROTECTED]> - thanks a lot!
+
+2001-05-19 10:17 Martin Geisler <[EMAIL PROTECTED]>
+
+ * .cvsignore:
+
+ Sshh! (ignore defaults.php)
+
+2001-05-19 10:16 Martin Geisler <[EMAIL PROTECTED]>
+
+ * configurator.php:
+
+ The objects are working!
+
+2001-05-19 09:11 Martin Geisler <[EMAIL PROTECTED]>
+
+ * configurator.php:
+
+ Getting ready for the OO-approach :-)
+
+2001-05-18 15:35 Martin Geisler <[EMAIL PROTECTED]>
+
+ * configurator.php:
+
+ This is kind of cool!
+
+ I've made a script that will generate a config-file, based on the
+ input from the user. The code is still rather rough, but it seams
+ to be working. I should use more functions etc...
+
+ Right now, it only generates the configuration. There's also some
+ code in it, that can generate the necessary tables in the database,
+ and populate it with data about the stations. This code should
+ probably be moved into the individual db-files.
+
+ The output is also rather sparse - if someone wants to spice it up,
+ then please do so!
+
+2001-05-18 15:31 Martin Geisler <[EMAIL PROTECTED]>
+
+ * db_layer.php:
+
+ Just a small doc-change.
+
+2001-05-18 15:30 Martin Geisler <[EMAIL PROTECTED]>
+
+ * .cvsignore:
+
+ Let's ignore the backups.
+
+2001-04-29 18:39 Martin Geisler <[EMAIL PROTECTED]>
+
+ * data_retrieval.php:
+
+ Max Hammond <[EMAIL PROTECTED]> suggested that I should use
+ ereg_replace() instead of str_replace, so that we also catches
+ triple-spaces etc.
+
+2001-04-27 19:14 Martin Geisler <[EMAIL PROTECTED]>
+
+ * index.php:
+
+ Lets start with a non-existing ICAO...
+
+2001-04-27 19:14 Martin Geisler <[EMAIL PROTECTED]>
+
+ * db_dba.php:
+
+ Ups, we have to return true here - if we don't the other function
+ will think that we couldn't connect to the database.
+
+2001-04-27 19:13 Martin Geisler <[EMAIL PROTECTED]>
+
+ * doc/.cvsignore:
+
+ We don't need all those .xml-files.
+
+2001-04-27 19:09 Martin Geisler <[EMAIL PROTECTED]>
+
+ * doc/: class_base_object.xml, class_data_retrieval.xml,
+ class_db_common.xml, class_db_dba.xml, class_db_layer.xml,
+ class_db_mysql.xml, class_db_null.xml, class_db_pgsql.xml,
+ class_locale_common.xml, class_locale_en.xml,
+ class_metar_parser.xml, class_phpweather.xml,
+ classtree_base_object.xml, elementlist.xml, packagelist.xml:
+
+ I don't want these files to be here... They're regenerated every
+ time I run PHPDoc, so there's no need for them. It's the HTML-files
+ that are important for the documentation.
+
+2001-04-27 19:07 Martin Geisler <[EMAIL PROTECTED]>
+
+ * locale_common.php:
+
+ These lines were in the wrong order...
+
+2001-04-27 19:07 Martin Geisler <[EMAIL PROTECTED]>
+
+ * data_retrieval.php:
+
+ This is more informative.
+
+2001-04-27 19:04 Martin Geisler <[EMAIL PROTECTED]>
+
+ * locale_en.php:
+
+ Added a string for the case, when there's no data available,
+ courtesy of Max Hammond <[EMAIL PROTECTED]>.
+
+2001-04-26 15:57 Martin Geisler <[EMAIL PROTECTED]>
+
+ * VERSION, defaults-dist.php:
+
+ I've incresed the version-number a tad now that it can be used from
+ other directories...
+
+2001-04-26 13:11 Martin Geisler <[EMAIL PROTECTED]>
+
+ * base_object.php, data_retrieval.php, db_common.php, db_dba.php,
+ db_layer.php, db_mysql.php, db_null.php, db_pgsql.php, index.php,
+ locale_en.php, metar_parser.php, phpweather.php:
+
+ It should now be possible to run PHP Weather from another directory
+ than the directory with 'defaults-dist.php'. To do this, you'll
+ have to set the constant PHPWEATHER_BASE_DIR to the full path to
+ the base directory.
+
+ The best way to do this is something like this:
+
+ define('PHPWEATHER_BASE_DIR', gcwd() . '/phpweather');
+
+ Note: PHPWEATHER_BASE_DIR should not end with a slash. I haven't
+ tested this under Windows, but we'll have to find a way to convert
+ the slashed to back-slashes.
+
+2001-04-22 19:53 Martin Geisler <[EMAIL PROTECTED]>
+
+ * phpweather.php:
+
+ Removed an empty line?
+
+2001-04-22 19:53 Martin Geisler <[EMAIL PROTECTED]>
+
+ * defaults-dist.php:
+
+ Added a description of how the file is used.
+
+2001-04-18 20:40 Martin Geisler <[EMAIL PROTECTED]>
+
+ * make-release.sh:
+
+ There's no need to include .cvsignore in the tarball...
+
+2001-04-16 17:40 Martin Geisler <[EMAIL PROTECTED]>
+
+ * make-release.sh:
+
+ The script itself shouldn't be part of a release...
+
+2001-04-16 17:39 Martin Geisler <[EMAIL PROTECTED]>
+
+ * make-release.sh:
+
+ A nice little script that takes care of building tarballs.
+
+2001-04-16 15:13 Martin Geisler <[EMAIL PROTECTED]>
+
+ * VERSION, base_object.php, data_retrieval.php, db_common.php,
+ db_dba.php, db_layer.php, index.php, locale_common.php,
+ locale_en.php, metar_parser.php, phpweather.php:
+
+ All the defaults that were scattered around in the files have been
+ moved to defaults-dist.php.
+
+ I think that's the most important change :-)
+
+2001-04-16 15:09 Martin Geisler <[EMAIL PROTECTED]>
+
+ * doc/: base_object.html, class_base_object.xml,
+ class_data_retrieval.xml, class_db_common.xml, class_db_dba.xml,
+ class_db_layer.xml, class_db_mysql.xml, class_db_none.xml,
+ class_db_null.xml, class_db_pgsql.xml, class_locale_common.xml,
+ class_locale_en.xml, class_metar_parser.xml, class_phpweather.xml,
+ classtree_base_object.xml, data_retrieval.html, db_common.html,
+ db_dba.html, db_layer.html, db_mysql.html, db_none.html,
+ db_null.html, db_pgsql.html, elementlist.xml, locale_common.html,
+ locale_en.html, metar_parser.html,
+ packageelementlist_PHP_Weather.html, packagelist.xml,
+ phpdoc_classtree.html, phpdoc_elementlist.html,
+ phpdoc_packagelist.html, phpdoc_xmlfiles.html, phpweather.html:
+
+ Updated documentation a bit... Also removed the 'none' database
+ type and added the 'null' type instead.
+
+2001-04-16 14:57 Martin Geisler <[EMAIL PROTECTED]>
+
+ * defaults-dist.php:
+
+ This file holds all the defaults. They are overridden by the those
+ in defaults.php, if such a file exists.
+
+2001-04-16 14:56 Martin Geisler <[EMAIL PROTECTED]>
+
+ * .cvsignore:
+
+ These files should be ignored...
+
+2001-04-08 09:59 Martin Geisler <[EMAIL PROTECTED]>
+
+ * index.php:
+
+ The file now pretty-prints the METARs from 11 airports around the
+ world. This makes it easier to spot missing strings, etc.
+
+2001-04-08 09:58 Martin Geisler <[EMAIL PROTECTED]>
+
+ * db_dba.php:
+
+ Nothing to worry about :-)
+
+2001-04-08 09:58 Martin Geisler <[EMAIL PROTECTED]>
+
+ * metar_parser.php:
+
+ I just changed a comment slightly.
+
+2001-04-08 09:57 Martin Geisler <[EMAIL PROTECTED]>
+
+ * locale_common.php, locale_en.php:
+
+ Fixed the CAVOK-case.
+
+2001-04-06 15:03 Martin Geisler <[EMAIL PROTECTED]>
+
+ * INSTALL:
+
+ Added information about how to create the tables in MySQL and
+ PostgreSQL.
+
+2001-04-06 15:03 Martin Geisler <[EMAIL PROTECTED]>
+
+ * index.php:
+
+ The neutral database is now called 'null' instead of 'none'.
+
+2001-04-05 19:17 Martin Geisler <[EMAIL PROTECTED]>
+
+ * db_none.php, db_null.php:
+
+ I've changed the name from 'none' to 'null' as this is really a
+ null-database. (Just like it's called /dev/null and not /dev/none)
+
+2001-04-05 15:30 Martin Geisler <[EMAIL PROTECTED]>
+
+ * db_common.php, db_pgsql.php, phpweather.php:
+
+ I don't like all those <tab>s...
+
+2001-04-02 19:50 Martin Geisler <[EMAIL PROTECTED]>
+
+ * doc/: class_db_dba.xml, db_dba.html:
+
+ More doc updates...
+
+2001-04-02 19:40 Martin Geisler <[EMAIL PROTECTED]>
+
+ * doc/: class_data_retrieval.xml, class_db_common.xml,
+ class_db_dba.xml, class_db_layer.xml, class_db_mysql.xml,
+ class_db_none.xml, class_db_pgsql.xml, class_locale_common.xml,
+ class_locale_en.xml, class_metar_parser.xml, class_phpweather.xml,
+ classtree_base_object.xml, data_retrieval.html, db_common.html,
+ db_dba.html, db_layer.html, db_mysql.html, db_none.html,
+ db_pgsql.html, elementlist.xml, locale_common.html, locale_en.html,
+ metar_parser.html, packageelementlist_PHP_Weather.html,
+ packagelist.xml, phpdoc_classtree.html, phpdoc_elementlist.html,
+ phpdoc_packagelist.html, phpdoc_xmlfiles.html, phpweather.html:
+
+ Doc update...
+
+2001-04-02 19:34 Martin Geisler <[EMAIL PROTECTED]>
+
+ * data_retrieval.php, db_mysql.php, db_none.php, db_pgsql.php,
+ index.php, locale_common.php, locale_en.php:
+
+ The timestamp is now given to the database object as a regular UNIX
+ timestamp. Also, this fixes some issues with the runway-parsing.
+
+2001-04-02 19:32 Martin Geisler <[EMAIL PROTECTED]>
+
+ * db_layer.php:
+
+ Added the DBA database object to the list of available database
+ types.
+
+2001-04-02 19:29 Martin Geisler <[EMAIL PROTECTED]>
+
+ * db_dba.php:
+
+ This is a database object that talks to Berkeley DB style databases
+ through the abstraction layer functions in PHP.
+
+ The most important options that this object is dependent on is:
+ 'db_path' The path to the database. 'db_handler' The handler -
+ could be 'gdbm'
+
+2001-04-02 19:26 Martin Geisler <[EMAIL PROTECTED]>
+
+ * VERSION:
+
+ This file holds the current version number. The README file
+ contains the string #VERSION#, which should be replaced by the
+ contents of this file, when we make a release.
+
+2001-04-02 15:55 Martin Geisler <[EMAIL PROTECTED]>
+
+ * db_none.php:
+
+ I've removed all methods but the three essential ones: get_metar(),
+ insert_metar() and update_metar(). These are the only functions
+ that other classes should expect to be present in a database
+ object.
+
+2001-03-30 13:25 Martin Geisler <[EMAIL PROTECTED]>
+
+ * README, db_none.php, locale_en.php, metar_parser.php:
+
+ Changed some tabs to whitespace. Also introduces #VERSION# and
+ #DATE# in the README-file. These strings are substituted, when we
+ make a new release.
+
+2001-03-28 13:31 Martin Geisler <[EMAIL PROTECTED]>
+
+ * db_common.php, db_mysql.php:
+
+ I just removed some tabs...
+
+2001-03-26 20:25 Martin Geisler <[EMAIL PROTECTED]>
+
+ * phpweather.php, doc/base_object.html, doc/class_base_object.xml,
+ doc/class_db_none.xml, doc/class_locale_common.xml,
+ doc/db_none.html, doc/locale_common.html:
+
+ Ha-ha!! It works now! When I regenerate the docs, then I don't have
+ to commit all the files to CVS, only those who is actually changed.
+
+ It works because I've turned off keyword-substitution on the docs,
+ and then run the Apache as myself.
+
+2001-03-26 20:18 Martin Geisler <[EMAIL PROTECTED]>
+
+ * base_object.php, db_none.php, locale_common.php:
+
+ Even more doc-changes.
+
+2001-03-26 20:13 Martin Geisler <[EMAIL PROTECTED]>
+
+ * doc/: class_locale_common.xml, locale_common.html:
+
+ Just some more documentation-fixes.
+
+2001-03-26 19:31 Martin Geisler <[EMAIL PROTECTED]>
+
+ * doc/: base_object.html, class_base_object.xml,
+ class_data_retrieval.xml, class_db_common.xml, class_db_layer.xml,
+ class_db_mysql.xml, class_db_none.xml, class_db_pgsql.xml,
+ class_locale_common.xml, class_locale_en.xml,
+ class_metar_parser.xml, class_phpweather.xml, data_retrieval.html,
+ db_common.html, db_layer.html, db_mysql.html, db_none.html,
+ db_pgsql.html, elementlist.xml, locale_common.html, locale_en.html,
+ metar_parser.html, phpdoc_elementlist.html, phpweather.html:
+
+ Just some whitespace changes in the documentation.
+
+2001-03-25 08:48 Martin Geisler <[EMAIL PROTECTED]>
+
+ * README-CVS, db_layer.php:
+
+ Just some more documentation-changes - nothing to see here.
+
+2001-03-25 08:29 Martin Geisler <[EMAIL PROTECTED]>
+
+ * db_layer.php:
+
+ This comment is written in Emacs - this makes it easy to do
+ word-wrapping, etc. The buffer was started with emacsclient, so it
+ used my existing Emacs.
+
+2001-03-25 08:18 Martin Geisler <[EMAIL PROTECTED]>
+
+ * INSTALL:
+
+ Just changed some more links so they point at
+ phpweather.sourceforge.net instead of gimpster.com. This is also a
+ test, to see how really long lines are handled in commit-mails.
+
+2001-03-24 20:27 Martin Geisler <[EMAIL PROTECTED]>
+
+ * INSTALL, base_object.php:
+
+ Misc documentation updates
+
+2001-03-24 18:56 Martin Geisler <[EMAIL PROTECTED]>
+
+ * README:
+
+ Updated some links so they point to Sourceforge. This is also the
+ first commit that should trigger a mail to the commits-list :-)
+
+2001-03-24 16:40 Martin Geisler <[EMAIL PROTECTED]>
+
+ * data_retrieval.php, doc/base_object.html,
+ doc/class_base_object.xml, doc/class_data_retrieval.xml,
+ doc/class_db_common.xml, doc/class_db_layer.xml,
+ doc/class_db_mysql.xml, doc/class_db_none.xml,
+ doc/class_db_pgsql.xml, doc/class_locale_common.xml,
+ doc/class_locale_en.xml, doc/class_metar_parser.xml,
+ doc/class_phpweather.xml, doc/classtree_base_object.xml,
+ doc/data_retrieval.html, doc/db_common.html, doc/db_layer.html,
+ doc/db_mysql.html, doc/db_none.html, doc/db_pgsql.html,
+ doc/elementlist.xml, doc/empty.html, doc/frame_packagelist.html,
+ doc/index.html, doc/locale_common.html, doc/locale_en.html,
+ doc/metar_parser.html, doc/packageelementlist_PHP_Weather.html,
+ doc/packagelist.xml, doc/phpdoc.css, doc/phpdoc.dtd,
+ doc/phpdoc_classtree.html, doc/phpdoc_elementlist.html,
+ doc/phpdoc_packagelist.html, doc/phpdoc_xmlfiles.html,
+ doc/phpweather.html:
+
+ Updated the documentation a bit.
+
+2001-03-24 15:59 Martin Geisler <[EMAIL PROTECTED]>
+
+ * locale_common.php:
+
+ Clear sky is reported as both SKC or CLR and not just CLR.
+
+2001-03-24 15:48 Martin Geisler <[EMAIL PROTECTED]>
+
+ * AUTHORS, COPYING, INSTALL, README-CVS:
+
+ Some files that ought to be there...
+
+2001-03-24 15:47 Martin Geisler <[EMAIL PROTECTED]>
+
+ * README:
+
+ The previous README is now called README-CVS - this README should
+ follow PHP Weather in tarballs etc.
+
+2001-03-23 16:19 Martin Geisler <[EMAIL PROTECTED]>
+
+ * README:
+
+ More fun with CVS.
+
+2001-03-23 16:14 Martin Geisler <[EMAIL PROTECTED]>
+
+ * README:
+
+ A little more text.
+
+2001-03-23 15:55 Martin Geisler <[EMAIL PROTECTED]>
+
+ * README:
+
+ Just made a chage with Emacs.
+
+2001-03-23 15:49 Martin Geisler <[EMAIL PROTECTED]>
+
+ * README:
+
+ Just playing...
+
+2001-03-23 15:47 Martin Geisler <[EMAIL PROTECTED]>
+
+ * README:
+
+ More fun with CVS
+
+2001-03-23 15:45 Martin Geisler <[EMAIL PROTECTED]>
+
+ * README:
+
+ Added header
+
+2001-03-23 14:31 Martin Geisler <[EMAIL PROTECTED]>
+
+ * README:
+
+ The README-file.
+
+2001-03-22 18:09 Martin Geisler <[EMAIL PROTECTED]>
+
+ * index.php:
+
+ Added <title>-tag.
+
+2001-03-22 18:04 Martin Geisler <[EMAIL PROTECTED]>
+
+ * index.php, ChangeLog, base_object.php, db_layer.php,
+ db_mysql.php, db_none.php, db_common.php, db_pgsql.php,
+ locale_en.php, phpweather.php, metar_parser.php,
+ data_retrieval.php, locale_common.php, doc/class_db_common.xml,
+ doc/class_db_mysql.xml, doc/class_db_none.xml,
+ doc/class_db_pgsql.xml, doc/class_metar_parser.xml,
+ doc/class_phpweather.xml, doc/class_data_retrieval.xml,
+ doc/class_db_layer.xml, doc/class_locale_en.xml,
+ doc/class_base_object.xml, doc/class_locale_common.xml,
+ doc/classtree_base_object.xml, doc/packagelist.xml,
+ doc/elementlist.xml, doc/frame_packagelist.html,
+ doc/phpdoc_elementlist.html, doc/phpdoc_packagelist.html,
+ doc/packageelementlist_PHP_Weather.html, doc/db_none.html,
+ doc/db_mysql.html, doc/db_common.html, doc/db_pgsql.html,
+ doc/phpweather.html, doc/data_retrieval.html,
+ doc/metar_parser.html, doc/db_layer.html, doc/locale_en.html,
+ doc/locale_common.html, doc/base_object.html,
+ doc/phpdoc_classtree.html, doc/phpdoc_xmlfiles.html:
+
+ Initial revision
+
+2001-03-22 18:04 Martin Geisler <[EMAIL PROTECTED]>
+
+ * index.php, ChangeLog, base_object.php, db_layer.php,
+ db_mysql.php, db_none.php, db_common.php, db_pgsql.php,
+ locale_en.php, phpweather.php, metar_parser.php,
+ data_retrieval.php, locale_common.php, doc/class_db_common.xml,
+ doc/class_db_mysql.xml, doc/class_db_none.xml,
+ doc/class_db_pgsql.xml, doc/class_metar_parser.xml,
+ doc/class_phpweather.xml, doc/class_data_retrieval.xml,
+ doc/class_db_layer.xml, doc/class_locale_en.xml,
+ doc/class_base_object.xml, doc/class_locale_common.xml,
+ doc/classtree_base_object.xml, doc/packagelist.xml,
+ doc/elementlist.xml, doc/frame_packagelist.html,
+ doc/phpdoc_elementlist.html, doc/phpdoc_packagelist.html,
+ doc/packageelementlist_PHP_Weather.html, doc/db_none.html,
+ doc/db_mysql.html, doc/db_common.html, doc/db_pgsql.html,
+ doc/phpweather.html, doc/data_retrieval.html,
+ doc/metar_parser.html, doc/db_layer.html, doc/locale_en.html,
+ doc/locale_common.html, doc/base_object.html,
+ doc/phpdoc_classtree.html, doc/phpdoc_xmlfiles.html:
+
+ First checkin...
+
_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins