CVS: phpweather/doc base_object.html,1.2,1.3 class_base_object.xml,1.2,1.3 class_data_retrieval.xml,1.2,1.3 class_db_common.xml,1.2,1.3 class_db_layer.xml,1.2,1.3 class_db_mysql.xml,1.2,1.3 class_db_none.xml,1.2,1.3 class_db_pgsql.xml,1.2,1.3 class_locale_common.xml,1.2,1.3 class_locale_en.xml,1.2,1.3 class_metar_parser.xml,1.2,1.3 class_phpweather.xml,1.2,1.3 data_retrieval.html,1.2,1.3 db_common.html,1.2,1.3 db_layer.html,1.2,1.3 db_mysql.html,1.2,1.3 db_none.html,1.2,1.3 db_pgsql.html,1.2,1.3 elementlist.xml,1.2,1.3 locale_common.html,1.2,1.3 locale_en.html,1.2,1.3 metar_parser.html,1.2,1.3 phpdoc_elementlist.html,1.2,1.3 phpweather.html,1.2,1.3

2001-03-26 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/doc In directory usw-pr-cvs1:/tmp/cvs-serv20304 Modified Files: 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.xm

CVS: phpweather/doc class_locale_common.xml,1.3,1.4 locale_common.html,1.3,1.4

2001-03-26 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/doc In directory usw-pr-cvs1:/tmp/cvs-serv29390 Modified Files: class_locale_common.xml locale_common.html Log Message: Just some more documentation-fixes. Index: class_locale_common.xml ==

CVS: phpweather base_object.php,1.2,1.3 db_none.php,1.1.1.1,1.2 locale_common.php,1.2,1.3

2001-03-26 Thread Martin Geisler
. You can make * error-messages, notices and print debug-information. * - * @author Martin Geisler <[EMAIL PROTECTED]> - * @version$Id$ - * @packagePHP Weather + * @author Martin Geisler <[EMAIL PROTECTED]> + * @version $Id$ + * @package PHP Weather */ class

CVS: phpweather phpweather.php,1.1.1.1,1.2

2001-03-26 Thread Martin Geisler
diff -u -3 -r1.1.1.1 -r1.2 --- phpweather.php 2001/03/22 18:04:10 1.1.1.1 +++ phpweather.php 2001/03/26 20:25:49 1.2 @@ -5,8 +5,8 @@ * * This class creates a member-object called output. It manages the language of the output. * - * @author Martin Geisler <[EMAIL PROTECTED]&

CVS: phpweather/doc base_object.html,1.3,1.4 class_base_object.xml,1.3,1.4 class_db_none.xml,1.3,1.4 class_locale_common.xml,1.4,1.5 db_none.html,1.3,1.4 locale_common.html,1.4,1.5

2001-03-26 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/doc In directory usw-pr-cvs1:/tmp/cvs-serv31498/doc Modified Files: base_object.html class_base_object.xml class_db_none.xml class_locale_common.xml db_none.html locale_common.html Log Message: Ha-ha!! It works now! When I regenerate the

CVS: phpweather db_common.php,1.1.1.1,1.2 db_mysql.php,1.1.1.1,1.2

2001-03-28 Thread Martin Geisler
, like $is_connected, $link_id and $result_id. * - * @author Martin Geisler <[EMAIL PROTECTED]> - * @version$Id$ + * @author Martin Geisler <[EMAIL PROTECTED]> + * @version $Id$ */ class db_common extends base_object { /** * Maintains the status of the databas

CVS: phpweather README,1.9,1.10 db_none.php,1.2,1.3 locale_en.php,1.1.1.1,1.2 metar_parser.php,1.1.1.1,1.2

2001-03-30 Thread Martin Geisler
/30 13:25:36 1.10 @@ -1,4 +1,4 @@ -README for PHP Weather +README for PHP Weather #VERSION# #DATE# Copyright (C) 2000, 2001 Martin Geisler <[EMAIL PROTECTED]> Licensed under the GNU GPL. See the file COPYING for details. @@ -28,12 +28,11 @@ please write a translation. o Can

CVS: phpweather db_none.php,1.3,1.4

2001-04-02 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv15391 Modified Files: db_none.php Log Message: 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 expe

CVS: phpweather VERSION,NONE,1.1

2001-04-02 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv1463 Added Files: VERSION Log Message: 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.

CVS: phpweather db_dba.php,NONE,1.1

2001-04-02 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv1952 Added Files: db_dba.php Log Message: 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 dep

CVS: phpweather db_layer.php,1.3,1.4

2001-04-02 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv2956 Modified Files: db_layer.php Log Message: Added the DBA database object to the list of available database types. Index: db_layer.php === R

CVS: phpweather data_retrieval.php,1.2,1.3 db_mysql.php,1.2,1.3 db_none.php,1.4,1.5 db_pgsql.php,1.1.1.1,1.2 index.php,1.2,1.3 locale_common.php,1.3,1.4 locale_en.php,1.2,1.3

2001-04-02 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv3280 Modified Files: data_retrieval.php db_mysql.php db_none.php db_pgsql.php index.php locale_common.php locale_en.php Log Message: The timestamp is now given to the database object as a regular UNIX

CVS: phpweather/doc class_db_dba.xml,1.1,1.2 db_dba.html,1.1,1.2

2001-04-02 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/doc In directory usw-pr-cvs1:/tmp/cvs-serv7383/doc Modified Files: class_db_dba.xml db_dba.html Log Message: More doc updates... Index: class_db_dba.xml === RCS file: /cvsroot/phpwe

CVS: phpweather db_common.php,1.2,1.3 db_pgsql.php,1.2,1.3 phpweather.php,1.2,1.3

2001-04-05 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv16609 Modified Files: db_common.php db_pgsql.php phpweather.php Log Message: I don't like all those s... Index: db_common.php === RCS file: /cv

CVS: phpweather db_null.php,NONE,1.1 db_none.php,1.5,NONE

2001-04-05 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv25457 Added Files: db_null.php Removed Files: db_none.php Log Message: 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

CVS: phpweather index.php,1.3,1.4

2001-04-06 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv15232 Modified Files: index.php Log Message: The neutral database is now called 'null' instead of 'none'. Index: index.php === RCS file: /cvsro

CVS: phpweather INSTALL,1.3,1.4

2001-04-06 Thread Martin Geisler
Weather #VERSION# #DATE# Copyright (C) 2000, 2001 Martin Geisler <[EMAIL PROTECTED]> Licensed under the GNU GPL. See the file COPYING for details. @@ -31,6 +31,29 @@ I've chosen to put the documentation there, because it's easier for me to update. It also gives you a chanc

CVS: phpweather locale_common.php,1.4,1.5 locale_en.php,1.3,1.4

2001-04-08 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv3995 Modified Files: locale_common.php locale_en.php Log Message: Fixed the CAVOK-case. Index: locale_common.php === RCS file: /cvsroot/phpweat

CVS: phpweather metar_parser.php,1.2,1.3

2001-04-08 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv4154 Modified Files: metar_parser.php Log Message: I just changed a comment slightly. Index: metar_parser.php === RCS file: /cvsroot/phpweather

CVS: phpweather db_dba.php,1.1,1.2

2001-04-08 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv4223 Modified Files: db_dba.php Log Message: Nothing to worry about :-) Index: db_dba.php === RCS file: /cvsroot/phpweather/phpweather/db_dba.p

CVS: phpweather index.php,1.4,1.5

2001-04-08 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv4375 Modified Files: index.php Log Message: The file now pretty-prints the METARs from 11 airports around the world. This makes it easier to spot missing strings, etc. Index: index.php ==

CVS: phpweather .cvsignore,NONE,1.1

2001-04-16 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv481 Added Files: .cvsignore Log Message: These files should be ignored... --- NEW FILE --- defaults.php metars.db stations.db ___ PHPWeather-checkins mailing list

CVS: phpweather defaults-dist.php,NONE,1.1

2001-04-16 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv593 Added Files: defaults-dist.php Log Message: This file holds all the defaults. They are overridden by the those in defaults.php, if such a file exists. --- NEW FILE --- properties['always_use_db'] = false

CVS: phpweather VERSION,1.1,1.2 base_object.php,1.3,1.4 data_retrieval.php,1.3,1.4 db_common.php,1.3,1.4 db_dba.php,1.2,1.3 db_layer.php,1.4,1.5 index.php,1.5,1.6 locale_common.php,1.5,1.6 locale_en.php,1.4,1.5 metar_parser.php,1.3,1.4 phpweather.php,1.3,1.4

2001-04-16 Thread Martin Geisler
R', + 'MROC', 'HECA', 'ZSAM', 'YPCC', + 'LFPG', 'EDDV', 'LDZA', 'LGSR', + 'HKNW', 'OKBK', 'VHHH', 'EPWA' + ); +

CVS: phpweather make-release.sh,NONE,1.1

2001-04-16 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv31662 Added Files: make-release.sh Log Message: A nice little script that takes care of building tarballs. --- NEW FILE --- #!/bin/bash # # Copyright 2001 Martin Geisler <[EMAIL PROTECTED]> # You'

CVS: phpweather make-release.sh,1.1,1.2

2001-04-16 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv31916 Modified Files: make-release.sh Log Message: The script itself shouldn't be part of a release... Index: make-release.sh === RCS file: /cv

CVS: phpweather make-release.sh,1.2,1.3

2001-04-18 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv27768 Modified Files: make-release.sh Log Message: There's no need to include .cvsignore in the tarball... Index: make-release.sh === RCS file:

CVS: phpweather defaults-dist.php,1.1,1.2

2001-04-22 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv32260 Modified Files: defaults-dist.php Log Message: Added a description of how the file is used. Index: defaults-dist.php === RCS file: /cvsro

CVS: phpweather phpweather.php,1.4,1.5

2001-04-22 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv32307 Modified Files: phpweather.php Log Message: Removed an empty line? Index: phpweather.php === RCS file: /cvsroot/phpweather/phpweather/php

CVS: phpweather base_object.php,1.4,1.5 data_retrieval.php,1.4,1.5 db_common.php,1.4,1.5 db_dba.php,1.3,1.4 db_layer.php,1.5,1.6 db_mysql.php,1.3,1.4 db_null.php,1.1,1.2 db_pgsql.php,1.3,1.4 index.php,1.6,1.7 locale_en.php,1.5,1.6 metar_parser.php,1.4,1.5 phpweather.php,1.5,1.6

2001-04-26 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv3789 Modified Files: 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 Log

CVS: phpweather VERSION,1.2,1.3 defaults-dist.php,1.2,1.3

2001-04-26 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv15108 Modified Files: VERSION defaults-dist.php Log Message: I've incresed the version-number a tad now that it can be used from other directories... Index: VERSION ==

CVS: phpweather locale_en.php,1.6,1.7

2001-04-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv5275 Modified Files: locale_en.php Log Message: Added a string for the case, when there's no data available, courtesy of Max Hammond <[EMAIL PROTECTED]>. Index: locale_en.php

CVS: phpweather data_retrieval.php,1.5,1.6

2001-04-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv6033 Modified Files: data_retrieval.php Log Message: This is more informative. Index: data_retrieval.php === RCS file: /cvsroot/phpweather/phpw

CVS: phpweather locale_common.php,1.6,1.7

2001-04-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv6252 Modified Files: locale_common.php Log Message: These lines were in the wrong order... Index: locale_common.php === RCS file: /cvsroot/phpw

CVS: phpweather/doc class_base_object.xml,1.5,NONE class_data_retrieval.xml,1.5,NONE class_db_common.xml,1.5,NONE class_db_dba.xml,1.3,NONE class_db_layer.xml,1.5,NONE class_db_mysql.xml,1.5,NONE class_db_null.xml,1.1,NONE class_db_pgsql.xml,1.5,NONE class_locale_common.xml,1.7,NONE class_locale_en.xml,1.5,NONE class_metar_parser.xml,1.5,NONE class_phpweather.xml,1.5,NONE classtree_base_object.xml,1.4,NONE elementlist.xml,1.5,NONE packagelist.xml,1.4,NONE

2001-04-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/doc In directory usw-pr-cvs1:/tmp/cvs-serv6632 Removed Files: 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

CVS: phpweather/doc .cvsignore,NONE,1.1

2001-04-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/doc In directory usw-pr-cvs1:/tmp/cvs-serv7510 Added Files: .cvsignore Log Message: We don't need all those .xml-files. --- NEW FILE --- *.xml ___ PHPWeather-checkins mailing list [EMAIL PROTECTED] h

CVS: phpweather db_dba.php,1.4,1.5

2001-04-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv7623 Modified Files: db_dba.php Log Message: Ups, we have to return true here - if we don't the other function will think that we couldn't connect to the database. Index: db_dba.php =

CVS: phpweather index.php,1.7,1.8

2001-04-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv7750 Modified Files: index.php Log Message: Lets start with a non-existing ICAO... Index: index.php === RCS file: /cvsroot/phpweather/phpweathe

CVS: phpweather data_retrieval.php,1.6,1.7

2001-04-29 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv14169 Modified Files: data_retrieval.php Log Message: Max Hammond <[EMAIL PROTECTED]> suggested that I should use ereg_replace() instead of str_replace, so that we also catches triple-spaces etc. Index: data

CVS: phpweather .cvsignore,1.1,1.2

2001-05-18 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv2874 Modified Files: .cvsignore Log Message: Let's ignore the backups. Index: .cvsignore === RCS file: /cvsroot/phpweather/phpweather/.cvsignor

CVS: phpweather db_layer.php,1.6,1.7

2001-05-18 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv3282 Modified Files: db_layer.php Log Message: Just a small doc-change. Index: db_layer.php === RCS file: /cvsroot/phpweather/phpweather/db_lay

CVS: phpweather configurator.php,NONE,1.1

2001-05-18 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv3465 Added Files: configurator.php Log Message: 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

CVS: phpweather configurator.php,1.1,1.2

2001-05-19 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv8312 Modified Files: configurator.php Log Message: Getting ready for the OO-approach :-) Index: configurator.php === RCS file: /cvsroot/phpweat

CVS: phpweather configurator.php,1.2,1.3

2001-05-19 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv15670 Modified Files: configurator.php Log Message: The objects are working! Index: configurator.php === RCS file: /cvsroot/phpweather/phpweath

CVS: phpweather .cvsignore,1.2,1.3

2001-05-19 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv15749 Modified Files: .cvsignore Log Message: Sshh! (ignore defaults.php) Index: .cvsignore === RCS file: /cvsroot/phpweather/phpweather/.cvsig

CVS: phpweather stations.csv,NONE,1.1

2001-05-19 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv31312 Added Files: stations.csv Log Message: This file holds information about 2928 stations from 192 countries! The list was carefully compiled by Sven-Erik Andersen <[EMAIL PROTECTED]> - thanks a lot! ---

CVS: phpweather base_object.php,1.5,1.6

2001-05-19 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv31644 Modified Files: base_object.php Log Message: Now it only included 'defaults-dist.php' once. Index: base_object.php === RCS file: /cvsroot

CVS: phpweather db_dba.php,1.5,1.6 db_mysql.php,1.4,1.5

2001-05-19 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv31732 Modified Files: db_dba.php db_mysql.php Log Message: These two database-backends can now be configured with the configurator. Index: db_dba.php =

CVS: phpweather defaults-dist.php,1.3,1.4

2001-05-19 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv31956 Modified Files: defaults-dist.php Log Message: 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 'stati

CVS: phpweather configurator.php,1.3,1.4

2001-05-19 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv32396 Modified Files: configurator.php Log Message: 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. Index: conf

CVS: phpweather index.php,1.8,1.9

2001-05-19 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv321 Modified Files: index.php Log Message: I've removed some of the properties, so that the defaults kick-in instead. Index: index.php === RCS

CVS: phpweather ChangeLog,1.1.1.1,1.2

2001-05-19 Thread Martin Geisler
ather/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: + +

CVS: phpweather configurator.php,1.4,1.5 data_retrieval.php,1.7,1.8 db_dba.php,1.6,1.7 db_mysql.php,1.5,1.6 db_null.php,1.2,1.3 defaults-dist.php,1.4,1.5 index.php,1.9,1.10 metar_parser.php,1.5,1.6 stations.csv,1.1,1.2

2001-05-20 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv30114 Modified Files: configurator.php data_retrieval.php db_dba.php db_mysql.php db_null.php defaults-dist.php index.php metar_parser.php stations.csv Log Message: The reports now include th

CVS: phpweather base_object.php,1.6,1.7 data_retrieval.php,1.8,1.9 db_dba.php,1.7,1.8 db_mysql.php,1.6,1.7 index.php,1.10,1.11

2001-05-21 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv4546 Modified Files: base_object.php data_retrieval.php db_dba.php db_mysql.php index.php Log Message: There's now a fine station-selector on the page. So far, it only works with the MySQL database (a

CVS: phpweather db_common.php,1.5,NONE db_dba.php,1.8,NONE db_mysql.php,1.7,NONE db_null.php,1.3,NONE db_pgsql.php,1.4,NONE

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv21685 Removed Files: db_common.php db_dba.php db_mysql.php db_null.php db_pgsql.php Log Message: I'm moving these files to PHPWEATHER_BASE_DIR/db instead. --- db_common.php DELETED --- --- db_dba.php DELETE

CVS: phpweather/db - New directory

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/db In directory usw-pr-cvs1:/tmp/cvs-serv22394/db Log Message: Directory /cvsroot/phpweather/phpweather/db added to the repository ___ PHPWeather-checkins mailing list [EMAIL PROTECTED] http://lists.sourceforg

CVS: phpweather/db db_common.php,NONE,1.1 db_dba.php,NONE,1.1 db_mysql.php,NONE,1.1 db_null.php,NONE,1.1 db_pgsql.php,NONE,1.1

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/db In directory usw-pr-cvs1:/tmp/cvs-serv22705 Added Files: db_common.php db_dba.php db_mysql.php db_null.php db_pgsql.php Log Message: These files have been updated, so that they work with the new features, like get_countries() etc. --- NEW FIL

CVS: phpweather/db/files - New directory

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/db/files In directory usw-pr-cvs1:/tmp/cvs-serv23387/files Log Message: Directory /cvsroot/phpweather/phpweather/db/files added to the repository ___ PHPWeather-checkins mailing list [EMAIL PROTECTED] http://l

CVS: phpweather base_object.php,1.7,1.8

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv24434 Modified Files: base_object.php Log Message: The version should be store here. Index: base_object.php === RCS file: /cvsroot/phpweather/p

CVS: phpweather data_retrieval.php,1.9,1.10

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv24749 Modified Files: data_retrieval.php Log Message: Ups, typo. Index: data_retrieval.php === RCS file: /cvsroot/phpweather/phpweather/data_re

CVS: phpweather db_layer.php,1.7,1.8

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv25144 Modified Files: db_layer.php Log Message: All the different database backends are now stored in PHPWEATHER_BASE_DIR/db. Index: db_layer.php =

CVS: phpweather stations.csv,1.2,1.3

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv25576 Modified Files: stations.csv Log Message: We need to know the country-code for each country. The info in now added infront of the name of each country. Index: stations.csv =

CVS: phpweather phpweather.php,1.6,1.7

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv26055 Modified Files: phpweather.php Log Message: phpweather.php is now used to define the constant PHPWEATHER_BASE_DIR. So there's no need to set this constant manually. Index: phpweather.php =

CVS: phpweather defaults-dist.php,1.5,1.6

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv26702 Modified Files: defaults-dist.php Log Message: Now that all database-related files are stored under PHPWEATHER_BASE_DIR/db/files, there's no need for 'db_path'. Index: defaults-dist.php ===

CVS: phpweather locale_common.php,1.7,NONE

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv27453 Removed Files: locale_common.php Log Message: locale_common.php has been moved to PHPWEATHER_BASE_DIR/locales. --- locale_common.php DELETED --- ___ PHPWea

CVS: phpweather/locales - New directory

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/locales In directory usw-pr-cvs1:/tmp/cvs-serv27663/locales Log Message: Directory /cvsroot/phpweather/phpweather/locales added to the repository ___ PHPWeather-checkins mailing list [EMAIL PROTECTED] http://l

CVS: phpweather/locales locale_common.php,NONE,1.1 locale_en.php,NONE,1.1

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/locales In directory usw-pr-cvs1:/tmp/cvs-serv27785 Added Files: locale_common.php locale_en.php Log Message: All locale-related files should now be stored here. --- NEW FILE --- * @version $Id: locale_common.php,v 1.1 2001/06/27 11:27:27 gim

CVS: phpweather make-release.sh,1.3,1.4

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv28451 Modified Files: make-release.sh Log Message: base_object.php now contains the version-number, so it should be run through sed. Index: make-release.sh ===

CVS: phpweather index.php,1.11,1.12

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv29026 Modified Files: index.php Log Message: Various updates to ensure that it works with the new features. Index: index.php === RCS file: /cvs

CVS: phpweather configurator.php,1.5,1.6

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv29334 Modified Files: configurator.php Log Message: Because of the special demands of db_null, we now insert all the stations in one operation by calling $this->db->insert_stations(). Index: configurator.php

CVS: phpweather locale_en.php,1.7,NONE

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv30407 Removed Files: locale_en.php Log Message: It has been moved to PHPWEATHER_BASE_DIR/locales. --- locale_en.php DELETED --- ___ PHPWeather-checkins mailing l

CVS: phpweather VERSION,1.3,1.4

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv10543 Modified Files: VERSION Log Message: I think it's time to increment the version number a little... Index: VERSION === RCS file: /cvsroot/

CVS: phpweather ChangeLog,1.2,1.3

2001-06-27 Thread Martin Geisler
/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ChangeLog 2001/05/19 16:25:42 1.2 +++ ChangeLog 2001/06/27 14:57:46 1.3 @@ -1,3 +1,175 @@ +2001-06-27 14:41 Martin Geisler <[EMAIL PROTECTED]> + + * VERSION: + + I think it&

CVS: phpweather VERSION,1.4,1.5

2001-06-27 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv25657 Modified Files: VERSION Log Message: I think it's better to write it this way... Index: VERSION === RCS file: /cvsroot/phpweather/phpweat

CVS: phpweather metar_parser.php,1.6,1.7

2001-06-28 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv13725 Modified Files: metar_parser.php Log Message: I've updated the code that produces the weather-string, so that it's more correct now. It probably still needs some testing. Index: metar_parser.php ==

CVS: phpweather/locales locale_common.php,1.1,1.2 locale_en.php,1.1,1.2

2001-06-28 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/locales In directory usw-pr-cvs1:/tmp/cvs-serv13725/locales Modified Files: locale_common.php locale_en.php Log Message: I've updated the code that produces the weather-string, so that it's more correct now. It probably still needs some testing.

CVS: phpweather configurator.php,1.6,1.7 data_retrieval.php,1.10,1.11 defaults-dist.php,1.6,1.7

2001-06-29 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv14242 Modified Files: configurator.php data_retrieval.php defaults-dist.php Log Message: This adds support for proxy servers. Index: configurator.php =

CVS: phpweather index.php,1.12,1.13

2001-06-29 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv14551 Modified Files: index.php Log Message: It's nice to be able to see the METAR in question... Index: index.php === RCS file: /cvsroot/phpwe

CVS: phpweather/locales languages.php,NONE,1.1

2001-06-29 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/locales In directory usw-pr-cvs1:/tmp/cvs-serv21567/locales Added Files: languages.php Log Message: 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

CVS: phpweather index.php,1.13,1.14 phpweather.php,1.7,1.8

2001-06-29 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv21567 Modified Files: index.php phpweather.php Log Message: 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_D

CVS: phpweather/locales locale_da.php,NONE,1.1

2001-06-30 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/locales In directory usw-pr-cvs1:/tmp/cvs-serv32279 Added Files: locale_da.php Log Message: I thought that I might as well do the translation into Danish first... --- NEW FILE --- * @version $Id: locale_da.php,v 1.1 2001/06/30 19:19:52 gimpst

CVS: phpweather/db db_dba.php,1.1,1.2

2001-06-30 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/db In directory usw-pr-cvs1:/tmp/cvs-serv32588 Modified Files: db_dba.php Log Message: Slight doc change. Index: db_dba.php === RCS file: /cvsroot/phpweather/phpweather/db/db_dba.ph

CVS: phpweather/locales locale_common.php,1.2,1.3 locale_en.php,1.2,1.3

2001-06-30 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/locales In directory usw-pr-cvs1:/tmp/cvs-serv32743 Modified Files: locale_common.php locale_en.php Log Message: An English string was still hiding in locale_common.php. Index: locale_common.php ==

CVS: phpweather phpweather.php,1.8,1.9

2001-06-30 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv494 Modified Files: phpweather.php Log Message: Added support for Danish. We'll have to figure out a way so that this can be done automatically. Index: phpweather.php

CVS: phpweather index.php,1.14,1.15

2001-06-30 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv610 Modified Files: index.php Log Message: It's now much easier to select countries, stations, and languages on the page. Index: index.php ===

CVS: phpweather/locales locale_common.php,1.3,1.4 locale_da.php,1.1,1.2 locale_en.php,1.3,1.4

2001-07-01 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/locales In directory usw-pr-cvs1:/tmp/cvs-serv7746 Modified Files: locale_common.php locale_da.php locale_en.php Log Message: I changed some of the strings so that Gyulai Mihály can translate it into Hungarian (at least I hope he can :-) Index:

CVS: phpweather ChangeLog,1.3,1.4

2001-07-05 Thread Martin Geisler
/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_lay

CVS: phpweather base_object.php,1.8,1.9 data_retrieval.php,1.11,1.12 db_layer.php,1.8,1.9 metar_parser.php,1.7,1.8 phpweather.php,1.9,1.10

2001-07-05 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv20239 Modified Files: base_object.php data_retrieval.php db_layer.php metar_parser.php phpweather.php Log Message: Let's not forget these files too... Index: base_object.php

CVS: phpweather/db db_common.php,1.1,1.2 db_dba.php,1.2,1.3 db_mysql.php,1.1,1.2 db_null.php,1.1,1.2 db_pgsql.php,1.1,1.2

2001-07-05 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/db In directory usw-pr-cvs1:/tmp/cvs-serv19600 Modified Files: db_common.php db_dba.php db_mysql.php db_null.php db_pgsql.php Log Message: These files should also be a little more compatible with PHP3 now. Index: db_common.php ==

CVS: phpweather/locales locale_common.php,1.4,1.5 locale_da.php,1.2,1.3 locale_en.php,1.4,1.5

2001-07-05 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/locales In directory usw-pr-cvs1:/tmp/cvs-serv17277 Modified Files: locale_common.php locale_da.php locale_en.php Log Message: I've removed the call to require_once() since it's only PHP4 that understands it. Instead of relying on PHP to manage th

CVS: phpweather VERSION,1.5,1.6

2001-07-05 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv14831 Modified Files: VERSION Log Message: I think it's best if we name the version like this. 1.9.6 is actually a lower version-number than 1.96... Index: VERSION ===

CVS: phpweather/locales locale_da.php,1.3,1.4 locale_en.php,1.5,1.6

2001-07-05 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/locales In directory usw-pr-cvs1:/tmp/cvs-serv2905 Modified Files: locale_da.php locale_en.php Log Message: There was an extra whitespace at the end of some of the lines. Index: locale_da.php =

CVS: phpweather/locales locale_common.php,1.5,1.6

2001-07-05 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/locales In directory usw-pr-cvs1:/tmp/cvs-serv2548 Modified Files: locale_common.php Log Message: It now parses up to three types of precipitation correctly. Index: locale_common.php ==

CVS: phpweather README,1.10,1.11

2001-07-08 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv28331 Modified Files: README Log Message: A slight update. Index: README === RCS file: /cvsroot/phpweather/phpweather/README,v retrieving revis

CVS: phpweather README-CVS,1.2,1.3

2001-07-08 Thread Martin Geisler
etter chance of +understanding how PHP Weather works, since the changes are described in +the messages. + -- Martin Geisler <[EMAIL PROTECTED]> ___ PHPWeather-checkins mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo

CVS: phpweather/locales locale_common.php,1.7,1.8

2001-07-08 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/locales In directory usw-pr-cvs1:/tmp/cvs-serv19537 Modified Files: locale_common.php Log Message: Doc change. Index: locale_common.php === RCS file: /cvsroot/phpweather/phpweather/

CVS: phpweather data_retrieval.php,1.13,1.14

2001-07-08 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv5641 Modified Files: data_retrieval.php Log Message: That's not needed anymore. Index: data_retrieval.php === RCS file: /cvsroot/phpweather/php

CVS: phpweather/db db_dba.php,1.3,1.4

2001-07-08 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/db In directory usw-pr-cvs1:/tmp/cvs-serv6193 Modified Files: db_dba.php Log Message: Ups - updated docs. Index: db_dba.php === RCS file: /cvsroot/phpweather/phpweather/db/db_dba.ph

CVS: phpweather/db db_mysql.php,1.2,1.3

2001-07-08 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/db In directory usw-pr-cvs1:/tmp/cvs-serv6379 Modified Files: db_mysql.php Log Message: That shouldn't be there... Index: db_mysql.php === RCS file: /cvsroot/phpweather/phpweather/d

CVS: phpweather/docs - New directory

2001-07-12 Thread Martin Geisler
Update of /cvsroot/phpweather/phpweather/docs In directory usw-pr-cvs1:/tmp/cvs-serv17757/docs Log Message: Directory /cvsroot/phpweather/phpweather/docs added to the repository ___ PHPWeather-checkins mailing list [EMAIL PROTECTED] http://lists.sour

  1   2   >