CVS: phpweather ChangeLog,1.4,1.5 usermap,1.1,1.2
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-03-17 14:13:21
|
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv28981 Modified Files: ChangeLog usermap Log Message: Updated ChangeLog and added iridium to the usermappings. By the way, what do people think about having their email-addresses written all over the place without any SPAM-protection? I have no problem with this myself, as my email-address is SPAM- protected by a program called TMDA, but it just occurred to me that some of you might have tied to keep your address 'secret' and then I just write it all over the place... In short: feel free to edit usermap and AUTHORS if you want the info to be different than what I've made. Index: ChangeLog =================================================================== RCS file: /cvsroot/phpweather/phpweather/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- ChangeLog 5 Jul 2001 16:07:09 -0000 1.4 +++ ChangeLog 17 Mar 2002 14:13:18 -0000 1.5 @@ -1,3 +1,591 @@ +2002-03-17 14:06 Martin Geisler <gim...@gi...> + + * defaults-dist.php: + + New property for pw_text. I'm not actually sure these properties + should be collected here, I think it would be better if they were + in right in the class-file. + + I also removed the language property as it isn't used anymore. + +2002-03-17 14:03 Martin Geisler <gim...@gi...> + + * languages.php: + + Mapping between language-codes and corresponding English names. + +2002-03-17 14:02 Martin Geisler <gim...@gi...> + + * images-test.php: + + Really nice test-page for pw_images made by Ray van Beek. + +2002-03-17 13:59 Martin Geisler <gim...@gi...> + + * index.php: + + The images found by pw_images are now also part of the output. + +2002-03-17 13:39 Martin Geisler <gim...@gi...> + + * output/: pw_images.php, pw_text.php, pw_text_da.php, + pw_text_en.php, pw_text_hu.php, pw_text_no.php: + + The new output modules. pw_text does that locale_common did before, + and pw_text_xx are the localized version of the class. pw_images is + new - it selects suitable images for display with or instead of the + textual report. + +2002-03-17 13:32 Martin Geisler <gim...@gi...> + + * metar_parser.php, phpweather.php: + + The METAR parser is now in class phpweather, so there's no need for + the file metar_parser.php. + +2002-03-16 13:55 Martin Geisler <gim...@gi...> + + * phpweather.php: + + That should have been commited a long time ago... + +2002-03-15 13:57 Martin Geisler <gim...@gi...> + + * icons/: temp_nodata.gif, wind_nodata.gif: + + We need these files too. Perhaps we should use something else than + the text 'No data' - something more international. I think we could + use the question-mark for the temperature, but unfortunately that's + already used with the wind... + +2002-03-15 12:01 Max Hammond <ir...@us...> + + * data_retrieval.php: + + Oops + +2002-03-15 11:37 Max Hammond <ir...@us...> + + * icons/: 0cloud.gif, 0cloud_fog.gif, 1cloud_fog.gif, + 1cloud_heavyrain.gif, 1cloud_lightrain.gif, 1cloud_modrain.gif, + 1cloud_norain.gif, 2cloud_fog.gif, 2cloud_hail.gif, + 2cloud_heavyrain.gif, 2cloud_lightrain.gif, 2cloud_modrain.gif, + 2cloud_norain.gif, 2cloud_snow.gif, 2cloud_thunders.gif, + 3cloud_fog.gif, 3cloud_hail.gif, 3cloud_heavyrain.gif, + 3cloud_lightrain.gif, 3cloud_modrain.gif, 3cloud_norain.gif, + 3cloud_snow.gif, 3cloud_thunders.gif, 4cloud_fog.gif, + 4cloud_heavyhail.gif, 4cloud_heavyrain.gif, 4cloud_heavysnow.gif, + 4cloud_lighthail.gif, 4cloud_lightrain.gif, 4cloud_lightsnow.gif, + 4cloud_modrain.gif, 4cloud_norain.gif, 4cloud_thunders.gif, + eee.gif, n_0cloud.gif, n_0cloud_fog.gif, n_1cloud_fog.gif, + n_1cloud_heavyrain.gif, n_1cloud_lightrain.gif, + n_1cloud_modrain.gif, n_1cloud_norain.gif, n_2cloud_fog.gif, + n_2cloud_hail.gif, n_2cloud_heavyrain.gif, n_2cloud_lightrain.gif, + n_2cloud_modrain.gif, n_2cloud_norain.gif, n_2cloud_snow.gif, + n_2cloud_thunders.gif, n_3cloud_fog.gif, n_3cloud_hail.gif, + n_3cloud_heavyrain.gif, n_3cloud_lightrain.gif, + n_3cloud_modrain.gif, n_3cloud_norain.gif, n_3cloud_snow.gif, + n_3cloud_thunders.gif, ne.gif, nee.gif, nne.gif, nnn.gif, nnw.gif, + nodir.gif, nw.gif, nww.gif, se.gif, see.gif, sse.gif, sss.gif, + ssw.gif, sw.gif, sww.gif, temphigh.gif, templow.gif, vrb.gif, + www.gif: + + added icons + +2002-03-15 11:22 Max Hammond <ir...@us...> + + * data_retrieval.php: + + Added set_metar() for testing etc + +2002-03-11 16:50 Martin Geisler <gim...@gi...> + + * docs/src/latex/: apidoc.tex, databases.tex, history.tex, + installation.tex, main.tex, phpweather-a4.tex, translation.tex: + + Added some extra files to the documentation. The documentation + needs a lot of work right now, but if anybody wants to write + something, feel free. + + You shouldn't be intimidated by the fact that it's written in + LaTeX, as long as you're writing plain text, there shouldn't be any + problems. + +2002-03-11 16:27 Martin Geisler <gim...@gi...> + + * docs/ps/: phpweather-a4.ps, phpweather-letter.ps: + + This is mostly a test of the new syncmail script. The idea is that + it shouldn't include a diff of these PostScript files. + +2002-03-07 09:42 Martin Geisler <gim...@gi...> + + * db_layer.php: + + Updated for new db-names. + +2002-03-07 09:40 Martin Geisler <gim...@gi...> + + * db/: db_common.php, db_dba.php, db_mysql.php, db_null.php, + db_pgsql.php, pw_db_common.php, pw_db_dba.php, pw_db_mysql.php, + pw_db_null.php, pw_db_pgsql.php: + + 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 <ir...@us...> + + * defaults-dist.php, metar_parser.php: + + Hacking around a bug in PHP function gmmktime + +2001-12-19 10:07 Max Hammond <ir...@us...> + + * metar_parser.php: + + oops. that should not have been committed... + +2001-12-19 10:04 Max Hammond <ir...@us...> + + * metar_parser.php, db/db_pgsql.php: + + Patched to make it work :) + +2001-12-19 09:12 Max Hammond <ir...@us...> + + * data_retrieval.php: + + Forced cache reload + +2001-12-18 21:52 Martin Geisler <gim...@gi...> + + * db/db_mysql.php: + + Applied patch from Max Hammond - thanks a lot! + +2001-08-19 13:58 Martin Geisler <gim...@gi...> + + * configurator.php: + + More fixes... I had a problem with magic_quotes_gpc. If turned on, + things like 'font color="red">' would be passed to the script as + '<font color=\"red\">' which doesn't work at all. + + I don't know why they invented this whole magic-quotes-thing, but I + find it highly annoying. It should be up to the script to escape + any quotes it doesn't like. + +2001-08-19 13:39 Martin Geisler <gim...@gi...> + + * configurator.php: + + It would be a good idea to translate the special characters into + their HTML entities, before we show the new configfile to the + user... + + Martijn Moret <ma...@mo...> made me aware of this - thanks. + +2001-08-19 12:46 Martin Geisler <gim...@gi...> + + * configurator.php: + + Typo... + +2001-08-19 12:46 Martin Geisler <gim...@gi...> + + * data_retrieval.php: + + Some servers only say '200' instead of '200 OK' when they're about + to send the document. + +2001-07-31 18:52 Mihaly Gyulai <gy...@my...> + + * configurator.php, data_retrieval.php: + + Minor comment modifications. + +2001-07-18 10:39 Martin Geisler <gim...@gi...> + + * docs/src/latex/intro.tex: + + These couple of sections shouldn't be numbered (that's what the + star does - it removed the numbering of a section.) + +2001-07-18 10:38 Martin Geisler <gim...@gi...> + + * docs/src/latex/: installation.tex, translation.tex: + + Just a couple of chapters... + + If anybody wants to write something for the manual, feel free. I'll + probably do some writing myself on my holiday, but that shouldn't + keep anybody from doing so also. Also, feel free to correct my + grammatical mistakes and my spelling. + +2001-07-18 10:34 Martin Geisler <gim...@gi...> + + * docs/src/latex/main.tex: + + Added the two new chapters installation and translation. Also added + a new command \code which typesets it's contents in a code-style. + That means typewriter-font for now. + +2001-07-17 12:27 Martin Geisler <gim...@gi...> + + * phpweather.php: + + Nothing to worry about... + +2001-07-17 12:25 Martin Geisler <gim...@gi...> + + * docs/src/latex/: apidoc.tex, main.tex: + + We now include the fdl. + +2001-07-17 12:24 Martin Geisler <gim...@gi...> + + * docs/src/latex/fdl.tex: + + This is the license for the manual. Since we're using the GPL for + the program, I thought that we might as well use the GNU Free + Documentation License (FDL) for the manual. + +2001-07-17 12:22 Martin Geisler <gim...@gi...> + + * configurator.php: + + Added a description of the verbosity variable. + +2001-07-17 12:15 Martin Geisler <gim...@gi...> + + * defaults-dist.php: + + This makes sure that we start out with a reasonable verbosity. + Setting it to 1, makes sure that it only prints errors. + +2001-07-17 12:12 Martin Geisler <gim...@gi...> + + * base_object.php: + + We now have three functions for reporting errors, warnings, and + debug-information. They all accept a message (mandatory argument) + and optionally a filename and a linenumber. + + Whether or not the functions make any output, is controlled by + $this->verbosity. + +2001-07-17 12:07 Martin Geisler <gim...@gi...> + + * db/db_mysql.php: + + It now throws an error with an explanation of went wrong, if + anything goes wrong - that made sense, didn't it? :-) + +2001-07-14 21:47 Martin Geisler <gim...@gi...> + + * metar_parser.php: + + Instead of storing the different groups (cloud, weather, wind) like + group1, group2 etc, they're now stored as group[0], group[1] etc. + This makes it easier to pass them around. + +2001-07-14 19:47 Martin Geisler <gim...@gi...> + + * docs/: pdf/.cvsignore, ps/.cvsignore: + + Ups! + +2001-07-14 19:46 Martin Geisler <gim...@gi...> + + * docs/: pdf/.cvsignore, ps/.cvsignore: + + Ignore the compressed files for now... + +2001-07-14 19:44 Martin Geisler <gim...@gi...> + + * docs/: html/db_dba.html, html/locale_common.html, + html/locale_hu.html, html/metar_parser.html, + html/phpdoc_elementlist.html, html/phpweather.html, + pdf/phpweather-a4.pdf, pdf/phpweather-letter.pdf, + ps/phpweather-a4.ps, ps/phpweather-letter.ps, src/latex/apidoc.tex, + src/xml/class_db_dba.xml, src/xml/class_locale_common.xml, + src/xml/class_locale_hu.xml, src/xml/class_metar_parser.xml, + src/xml/class_phpweather.xml, src/xml/elementlist.xml, + src/xml/warnings_classanalyser.xml: + + Update. + +2001-07-14 19:43 Martin Geisler <gim...@gi...> + + * docs/src/: phpdoc2latex.php, latex/main.tex: + + I'm just playing with the formatting... Now things like $this->var + is also marked as a variable. + +2001-07-14 09:07 Martin Geisler <gim...@gi...> + + * docs/: pdf/phpweather-a4.pdf, pdf/phpweather-a4.pdf.bz2, + pdf/phpweather-a4.pdf.gz, pdf/phpweather-a4.pdf.zip, + pdf/phpweather-letter.pdf, pdf/phpweather-letter.pdf.bz2, + pdf/phpweather-letter.pdf.gz, pdf/phpweather-letter.pdf.zip, + ps/phpweather-a4.ps, ps/phpweather-a4.ps.bz2, + ps/phpweather-a4.ps.gz, ps/phpweather-a4.ps.zip, + ps/phpweather-letter.ps, ps/phpweather-letter.ps.bz2, + ps/phpweather-letter.ps.gz, ps/phpweather-letter.ps.zip: + + The compressed files shouldn't be in CVS. + +2001-07-13 18:02 Mihaly Gyulai <gy...@my...> + + * phpweather.php: + + langauge -> language ! Fortunately only in the comments... + +2001-07-13 09:21 Martin Geisler <gim...@gi...> + + * db/db_dba.php: + + Updated documentaion a bit + +2001-07-13 09:17 Martin Geisler <gim...@gi...> + + * usermap: + + This file is used when generating the ChangeLog. + +2001-07-13 09:15 Martin Geisler <gim...@gi...> + + * phpweather.php: + + It's actually possible to add a @link tag to the doc-comment. + +2001-07-13 09:13 Martin Geisler <gim...@gi...> + + * configurator.php: + + Added a header. I think I'll move the configurator.php to it's own + directory, and then split the file up into several smaller files so + tha PHPDoc can undertand what's going on... + +2001-07-13 08:54 Martin Geisler <gim...@gi...> + + * docs/: pdf/phpweather-a4.pdf, pdf/phpweather-a4.pdf.bz2, + pdf/phpweather-a4.pdf.gz, pdf/phpweather-a4.pdf.zip, + pdf/phpweather-letter.pdf, pdf/phpweather-letter.pdf.bz2, + pdf/phpweather-letter.pdf.gz, pdf/phpweather-letter.pdf.zip, + ps/phpweather-a4.ps, ps/phpweather-a4.ps.bz2, + ps/phpweather-a4.ps.gz, ps/phpweather-a4.ps.zip, + ps/phpweather-letter.ps, ps/phpweather-letter.ps.bz2, + ps/phpweather-letter.ps.gz, ps/phpweather-letter.ps.zip: + + The graphs are now made from left to right - much better! + +2001-07-13 08:35 Martin Geisler <gim...@gi...> + + * docs/src/phpdoc2latex.php: + + This is much better! The graphs are now made from left to right + instead from top to bottom. + +2001-07-13 08:34 Martin Geisler <gim...@gi...> + + * docs/src/latex/.cvsignore: + + This should make sure that CVS stops annoying us about all the + files left behind when LaTeX has been run. + +2001-07-12 20:07 Martin Geisler <gim...@gi...> + + * docs/html/: base_object.html, data_retrieval.html, + db_common.html, db_dba.html, db_layer.html, db_mysql.html, + db_null.html, db_pgsql.html, empty.html, frame_packagelist.html, + index.html, locale_common.html, locale_da.html, locale_en.html, + locale_hu.html, metar_parser.html, + packageelementlist_PHP_Weather.html, phpdoc.css, + phpdoc_classtree.html, phpdoc_elementlist.html, + phpdoc_packagelist.html, phpdoc_xmlfiles.html, phpweather.html: + + HTML files... + +2001-07-12 20:03 Martin Geisler <gim...@gi...> + + * docs/ps/: phpweather-a4.ps, phpweather-a4.ps.bz2, + phpweather-a4.ps.gz, phpweather-a4.ps.zip, phpweather-letter.ps, + phpweather-letter.ps.bz2, phpweather-letter.ps.gz, + phpweather-letter.ps.zip: + + PostScript files! Beware of the filesize... + +2001-07-12 20:01 Martin Geisler <gim...@gi...> + + * docs/pdf/: phpweather-a4.pdf, phpweather-a4.pdf.bz2, + phpweather-a4.pdf.gz, phpweather-a4.pdf.zip, phpweather-letter.pdf, + phpweather-letter.pdf.bz2, phpweather-letter.pdf.gz, + phpweather-letter.pdf.zip: + + PDF files! + +2001-07-12 19:59 Martin Geisler <gim...@gi...> + + * docs/src/xml/: 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_da.xml, class_locale_en.xml, + class_locale_hu.xml, class_metar_parser.xml, class_phpweather.xml, + class_property.xml, classtree_base_object.xml, + classtree_property.xml, elementlist.xml, packagelist.xml, + phpdoc.dtd, warnings_classanalyser.xml, warnings_parser.xml: + + XML sources... + +2001-07-12 19:56 Martin Geisler <gim...@gi...> + + * docs/src/latex/: apidoc.tex, intro.tex, main.tex, + phpweather-a4.tex, phpweather-letter.tex: + + The LaTeX sources. By running one of either phpweather-a4.tex or + phpweather-letter.tex you can produce the documentation for either + A4 or Letterpaper. + +2001-07-12 19:54 Martin Geisler <gim...@gi...> + + * docs/src/: make-docs.sh, php.ini, phpdoc2latex.php: + + A shellscript, a phpscript and an inifile for PHP. Use these tools + to regenerate the documentation. + +2001-07-09 20:31 Mihaly Gyulai <gy...@my...> + + * metar_parser.php: + + Rearranging comments and rounding numbers max. up to 5-6 digits. + +2001-07-09 19:30 Mihaly Gyulai <gy...@my...> + + * stations.csv: + + Name correction for 'Jose Marti'. + +2001-07-09 19:09 Mihaly Gyulai <gy...@my...> + + * db/files/stations.db: + + Name correction for 'Jose Marti'. + +2001-07-09 19:06 Mihaly Gyulai <gy...@my...> + + * db/files/CU.php: + + Name-correction. + +2001-07-08 21:28 Martin Geisler <gim...@gi...> + + * db/db_mysql.php: + + That shouldn't be there... + +2001-07-08 21:27 Martin Geisler <gim...@gi...> + + * db/db_dba.php: + + Ups - updated docs. + +2001-07-08 21:25 Martin Geisler <gim...@gi...> + + * data_retrieval.php: + + That's not needed anymore. + +2001-07-08 19:50 Mihaly Gyulai <gy...@my...> + + * phpweather.php: + + + Rearranging comments. + +2001-07-08 19:43 Mihaly Gyulai <gy...@my...> + + * INSTALL: + + + It's a bit confusing about using 'demo.php'(older version) or + 'index.php' (newer version). I changed it to 'index.php' as this + INSTALL is used in the new version. + + Please choose which one you want to use, Martin! Maybe 'index.php' + would be better in the older version, too (1.56). + + 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 <gy...@my...> + + * db_layer.php: + + + Rearranging comments. + +2001-07-08 19:21 Mihaly Gyulai <gy...@my...> + + * data_retrieval.php: + + + Rearranging comments, removing typos... + +2001-07-08 18:57 Mihaly Gyulai <gy...@my...> + + * base_object.php: + + + Rearranging comments, correcting typos... + +2001-07-08 18:47 Mihaly Gyulai <gy...@my...> + + * README: + + + Rearranging comments, correcting typos... + +2001-07-08 18:04 Mihaly Gyulai <gy...@my...> + + * stations.csv: + + + Liverpool -> Liverpool / John Lennon (it was published in the news, + maybe it's not official yet) + +2001-07-08 17:26 Mihaly Gyulai <gy...@my...> + + * db/files/GB.php: + + + I modified the 'Liverpool Airport' to 'Liverpool / John Lennon + Airport' as they changed its name. + +2001-07-08 17:09 Mihaly Gyulai <gy...@my...> + + * configurator.php, index.php: + + [no log message] + +2001-07-08 16:09 Martin Geisler <gim...@gi...> + + * README-CVS: + + The diff says it all... + +2001-07-08 15:50 Martin Geisler <gim...@gi...> + + * README: + + A slight update. + +2001-07-05 16:07 Martin Geisler <gim...@gi...> + + * ChangeLog: + + I just updated the ChangeLog. + 2001-07-05 16:05 Martin Geisler <gim...@gi...> * base_object.php, data_retrieval.php, db_layer.php, @@ -12,15 +600,6 @@ These files should also be a little more compatible with PHP3 now. -2001-07-05 16:00 Martin Geisler <gim...@gi...> - - * 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 <gim...@gi...> * VERSION: @@ -28,13 +607,6 @@ 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 <gim...@gi...> - - * 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 <gim...@gi...> * index.php: @@ -49,28 +621,15 @@ 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 <gim...@gi...> - - * locales/: locale_common.php, locale_en.php: - - An English string was still hiding in locale_common.php. - 2001-06-30 19:20 Martin Geisler <gim...@gi...> * db/db_dba.php: Slight doc change. -2001-06-30 19:19 Martin Geisler <gim...@gi...> - - * locales/locale_da.php: - - I thought that I might as well do the translation into Danish - first... - 2001-06-29 11:51 Martin Geisler <gim...@gi...> - * index.php, phpweather.php, locales/languages.php: + * index.php, phpweather.php: It should now be possible to get a list of languages automatically. The translation of language codes to language names is done via @@ -93,8 +652,7 @@ 2001-06-28 11:44 Martin Geisler <gim...@gi...> - * metar_parser.php, locales/locale_common.php, - locales/locale_en.php: + * metar_parser.php: I've updated the code that produces the weather-string, so that it's more correct now. It probably still needs some testing. @@ -123,18 +681,6 @@ It has been moved to PHPWEATHER_BASE_DIR/locales. -2001-06-27 11:35 Martin Geisler <gim...@gi...> - - * doc/: base_object.html, data_retrieval.html, db_common.html, - db_dba.html, db_layer.html, db_mysql.html, db_null.html, - db_pgsql.html, frame_packagelist.html, locale_common.html, - locale_en.html, metar_parser.html, - packageelementlist_PHP_Weather.html, phpdoc_classtree.html, - phpdoc_elementlist.html, phpdoc_packagelist.html, - phpdoc_xmlfiles.html, phpweather.html: - - Doc update... - 2001-06-27 11:32 Martin Geisler <gim...@gi...> * configurator.php: @@ -155,12 +701,6 @@ base_object.php now contains the version-number, so it should be run through sed. -2001-06-27 11:27 Martin Geisler <gim...@gi...> - - * locales/: locale_common.php, locale_en.php: - - All locale-related files should now be stored here. - 2001-06-27 11:26 Martin Geisler <gim...@gi...> * locale_common.php: @@ -396,25 +936,6 @@ 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 <gim...@gi...> - - * doc/.cvsignore: - - We don't need all those .xml-files. - -2001-04-27 19:09 Martin Geisler <gim...@gi...> - - * 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 <gim...@gi...> * locale_common.php: @@ -501,24 +1022,6 @@ I think that's the most important change :-) -2001-04-16 15:09 Martin Geisler <gim...@gi...> - - * 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 <gim...@gi...> * defaults-dist.php: @@ -583,27 +1086,6 @@ I don't like all those <tab>s... -2001-04-02 19:50 Martin Geisler <gim...@gi...> - - * doc/: class_db_dba.xml, db_dba.html: - - More doc updates... - -2001-04-02 19:40 Martin Geisler <gim...@gi...> - - * 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 <gim...@gi...> * data_retrieval.php, db_mysql.php, db_none.php, db_pgsql.php, @@ -663,9 +1145,7 @@ 2001-03-26 20:25 Martin Geisler <gim...@gi...> - * 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: + * phpweather.php: 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. @@ -679,25 +1159,6 @@ Even more doc-changes. -2001-03-26 20:13 Martin Geisler <gim...@gi...> - - * doc/: class_locale_common.xml, locale_common.html: - - Just some more documentation-fixes. - -2001-03-26 19:31 Martin Geisler <gim...@gi...> - - * 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 <gim...@gi...> * README-CVS, db_layer.php: @@ -735,22 +1196,7 @@ 2001-03-24 16:40 Martin Geisler <gim...@gi...> - * 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: + * data_retrieval.php: Updated the documentation a bit. @@ -826,21 +1272,7 @@ * 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: + data_retrieval.php, locale_common.php: Initial revision @@ -849,21 +1281,7 @@ * 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: + data_retrieval.php, locale_common.php: First checkin... Index: usermap =================================================================== RCS file: /cvsroot/phpweather/phpweather/usermap,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- usermap 13 Jul 2001 09:17:45 -0000 1.1 +++ usermap 17 Mar 2002 14:13:18 -0000 1.2 @@ -1,2 +1,4 @@ gimpster:Martin Geisler <gim...@gi...> -misibacsi:Mihaly Gyulai <gy...@my...> \ No newline at end of file +misibacsi:Mihaly Gyulai <gy...@my...> +iridium:Max Hammond <ir...@us...> + |