CVS: phpweather ChangeLog,1.7,1.8
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-08-30 13:01:52
|
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv22608 Modified Files: ChangeLog Log Message: Updated for version 2.0.0. Index: ChangeLog =================================================================== RCS file: /cvsroot/phpweather/phpweather/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ChangeLog 20 May 2002 15:56:58 -0000 1.7 +++ ChangeLog 30 Aug 2002 13:01:48 -0000 1.8 @@ -1,3 +1,380 @@ +2002-08-30 13:00 Martin Geisler <gim...@gi...> + + * VERSION: + + Version 2.0.0 is coming your way! + +2002-08-30 12:58 Martin Geisler <gim...@gi...> + + * AUTHORS: + + Let's not forget these two guys :-) + +2002-08-28 21:13 Martin Geisler <gim...@gi...> + + * output/: pw_text_da.php, pw_text_en.php, pw_text_es.php, + pw_text_hu.php, pw_text_no.php, pw_text_sk.php: + + Fixing comments and reindenting code. + +2002-08-28 21:12 Martin Geisler <gim...@gi...> + + * output/pw_text.php: + + Until we get some strings for precipitation, we might as well + disable the output to prevent the ugly warnings. + +2002-08-28 10:17 Martin Geisler <gim...@gi...> + + * index.php: + + Fix from Reini Urban <ru...@x-...> to deal with PHP 4.2 where + the default setting for register_globals is off. + +2002-08-28 10:10 Martin Geisler <gim...@gi...> + + * data_retrieval.php, index.php, pw_utilities.php: + + More good stuff from Ondrej Jombik <ne...@po...>... The + index.php page has been rewritten to provide the same functionality + with less and more clear code. + + I've updated data_rettrieval.php to deal with the changed + lookup_icao method in the database backends. + +2002-08-28 10:05 Martin Geisler <gim...@gi...> + + * db/: pw_db_common.php, pw_db_dba.php, pw_db_mysql.php, + pw_db_null.php, pw_db_pgsql.php, files/stations.db: + + Applied patches from Ondrej Jombik <ne...@po...> - I've changed + them a little from what was sent to the mailing list. + + The lookup_icao($icao) method now returns an three element array + with the name of the station, the name of the country, and the + country code. The new functions get_name($icao), + get_country($icao), and get_country_code($icao) are convenience + functions that return what you think they return :-) + + The stations.db file has been regenerated to reflect the changes in + the pw_db_null class. + +2002-08-28 09:53 Martin Geisler <gim...@gi...> + + * db/files/HU.php: + + Regenerated with accents. + +2002-08-27 23:26 Martin Geisler <gim...@gi...> + + * data_retrieval.php: + + Patch from Reini Urban <ru...@x-...>. In PHP 4.2 the default + for allow_url_fopen is off - so we now download the METAR reports + ourselves. + +2002-08-27 17:37 Mihaly Gyulai gyulai.freeyellow.com/ + + * stations.csv: + + + Adding accents to Hungarian station names, according to iso-8859-1 + code. + +2002-08-26 23:09 Martin Geisler <gim...@gi...> + + * output/pw_text.php: + + Same effect, but easier to understand, IMHO. + +2002-08-26 21:48 Max Hammond <ma...@fl...> + + * index.php: + + Changed text for alt tag, thanks to Ondrej Jombik + +2002-08-26 16:56 Martin Geisler <gim...@gi...> + + * README, README-CVS: + + Minor fixes. + +2002-08-26 16:00 Martin Geisler <gim...@gi...> + + * index.php: + + There's no need (in PHP version 4) to supply an empty array to + functions that already default to the empty array. + + Also, use English as the default language. + +2002-08-26 15:56 Martin Geisler <gim...@gi...> + + * make-release.sh: + + Make some scripts quiet. + +2002-08-26 15:55 Martin Geisler <gim...@gi...> + + * test.php: + + More useful test page. + +2002-08-26 14:56 Martin Geisler <gim...@gi...> + + * index.php: + + Links to documentation. + +2002-08-26 13:29 Martin Geisler <gim...@gi...> + + * doc/phpweather.ps: + + Let's not forget this one... + +2002-08-26 13:17 Martin Geisler <gim...@gi...> + + * db/pw_db_dba.php: + + Sort this as well. + +2002-08-26 13:16 Martin Geisler <gim...@gi...> + + * db/pw_db_common.php: + + A little clarity. + +2002-08-26 13:15 Martin Geisler <gim...@gi...> + + * phpweather.php: + + When we read the directory, we get the entries in a somewhat random + order. This gives a better display in the dropdown boxes. + +2002-08-26 13:12 Martin Geisler <gim...@gi...> + + * phpweather.php: + + A little cache to prevent rereading the directory. + +2002-08-26 13:04 Martin Geisler <gim...@gi...> + + * make-release.sh: + + Better release script. + +2002-08-26 12:47 Martin Geisler <gim...@gi...> + + * doc/: phpweather.dvi, phpweather.html, phpweather.info, + phpweather.info-1, phpweather.info-2, phpweather.pdf, + phpweather.txt: + + Output from Texinfo sources. + +2002-08-26 12:46 Martin Geisler <gim...@gi...> + + * doc/src/: phpweather.texi, texinfo.tex: + + Texinfo sources. + +2002-08-12 23:52 Martin Geisler <gim...@gi...> + + * phpweather.php: + + Support for humidex thanks to Robin Senior + <8r...@ql...>. See this page for an explaination of + humidex: + + http://www.theweathernetwork.com/help/glossary/humidex.htm + +2002-08-12 23:00 Martin Geisler <gim...@gi...> + + * output/pw_text_no.php: + + Updates from sven-erik, this closes 562977. + +2002-07-14 23:05 Martin Geisler <gim...@gi...> + + * AUTHORS: + + Added entry for Ondrej Jombik <ne...@po...>. + +2002-07-14 23:03 Martin Geisler <gim...@gi...> + + * config/speed_test.php: + + Don't hide the errors. + +2002-07-14 23:02 Martin Geisler <gim...@gi...> + + * config/make_config.php: + + Hmm, my Mozilla doesn't treat newlines in the value attribute + correctly... strange and annoying. + +2002-07-14 22:57 Martin Geisler <gim...@gi...> + + * db_updater.php: + + Cool - PHP has an elseif keyword :-) + +2002-07-14 22:52 Martin Geisler <gim...@gi...> + + * output/pw_text_sk.php: + + Slovak translation from Ondrej Jombik <ne...@po...> - thanks! + +2002-06-29 11:13 Martin Geisler <gim...@gi...> + + * output/pw_images.php: + + I hope this fixed the problems with $phenomena being undefined. + +2002-06-29 10:51 Martin Geisler <gim...@gi...> + + * phpweather.php: + + Fixed PE -> PL noticed by Ondrej Jombik <ne...@po...> - thanks. + I also noticed that there wasn't a constructor(!) instead there was + a function called metar_parser()... That's also fixed now. + +2002-06-20 11:17 Martin Geisler <gim...@gi...> + + * output/pw_text_es.php: + + Ups - no default value for the $input variable. + +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...> + + * output/pw_text_es.php: + + Fixed for feelslike + +2002-05-29 20:42 Martin Geisler <gim...@gi...> + + * config/: make_config.php, make_db.php, make_stations.php, + pw_option_text.php, pw_optiongroup.php: + + Hmm, the validator is quite picky... + +2002-05-29 20:12 Martin Geisler <gim...@gi...> + + * config/: index.php, make_config.php, make_db.php, + make_stations.php, speed_test.php: + + More cleanups. The new stylesheet is used, and I hope that the + files can be validated as XHTML documents. + +2002-05-29 20:11 Martin Geisler <gim...@gi...> + + * index.php, pw_style.css: + + Cleanups... I've added a stylesheet since we're starting to have a + couple of XHTML pages by now. + +2002-05-29 19:16 Martin Geisler <gim...@gi...> + + * AUTHORS: + + Great! A Spanish translation of PHP Weather. + +2002-05-29 15:32 Max Hammond <ma...@fl...> + + * output/pw_text_es.php: + + Added Spanish translation, thanks to Jesús Peñas + <jp...@ed...> + +2002-05-28 13:40 Martin Geisler <gim...@gi...> + + * config/: index.php, make_stations.php: + + I've made make_stations.php so that we can go from stations.cvs to + a database (using make_db.php) and back again using + make_stations.php. + +2002-05-28 13:28 Martin Geisler <gim...@gi...> + + * db/files/: AF.php, AG.php, AO.php, AQ.php, AR.php, AT.php, + AU.php, BA.php, BD.php, BE.php, BF.php, BG.php, BJ.php, BO.php, + BR.php, BS.php, BW.php, CA.php, CD.php, CF.php, CG.php, CH.php, + CI.php, CK.php, CL.php, CM.php, CN.php, CO.php, CR.php, CU.php, + CY.php, CZ.php, DE.php, DJ.php, DK.php, DM.php, DO.php, DZ.php, + EC.php, EE.php, EG.php, EH.php, ES.php, ET.php, FI.php, FJ.php, + FK.php, FM.php, FR.php, GA.php, GB.php, GE.php, GF.php, GH.php, + GL.php, GN.php, GP.php, GQ.php, GR.php, GS.php, GT.php, GW.php, + GY.php, HK.php, HN.php, HR.php, HT.php, HU.php, ID.php, IE.php, + IL.php, IN.php, IQ.php, IR.php, IS.php, IT.php, JO.php, JP.php, + KE.php, KH.php, KI.php, KM.php, KP.php, KR.php, LA.php, LK.php, + LR.php, LS.php, LV.php, LY.php, MA.php, MD.php, MG.php, ML.php, + MM.php, MR.php, MU.php, MV.php, MW.php, MX.php, MY.php, MZ.php, + NA.php, NC.php, NE.php, NG.php, NL.php, NO.php, NP.php, NZ.php, + OM.php, PA.php, PE.php, PF.php, PG.php, PH.php, PK.php, PL.php, + PM.php, PT.php, PY.php, RE.php, RO.php, RU.php, RW.php, SA.php, + SB.php, SC.php, SD.php, SE.php, SI.php, SK.php, SN.php, SO.php, + SR.php, ST.php, SY.php, TD.php, TG.php, TH.php, TL.php, TN.php, + TO.php, TR.php, TT.php, TV.php, TZ.php, UA.php, UG.php, UM.php, + US.php, UY.php, UZ.php, VE.php, VN.php, VU.php, WS.php, YE.php, + YU.php, ZA.php, ZM.php, ZW.php, stations.db: + + New stations and new countries! + +2002-05-28 13:26 Martin Geisler <gim...@gi...> + + * db/pw_db_null.php: + + Fix the check for readability and remove the code that generated + countries.php because this file now has all the countries in it + anyway. + +2002-05-28 13:24 Martin Geisler <gim...@gi...> + + * db/files/countries.php: + + I've update the file with the names of all countries, not just the + ones used in stations.cvs at the moment. + +2002-05-28 13:11 Martin Geisler <gim...@gi...> + + * stations.csv: + + Tom Corser <to...@to...> sent me a dump of his list of + stations. There was 2201 new ICAOs in his file, so we now know of + 5131 stations in 210 countries! + + Tom has told me that some of the ICAOs seams to have stopped + working, so the above figures are somewhat optimistic. + +2002-05-20 17:41 Martin Geisler <gim...@gi...> + + * INSTALL: + + Removed text about how it 'was easier for us to put documentation + on phpweather.net'. + + Also updated the part about how to configure PHP Weather. + +2002-05-20 16:04 Martin Geisler <gim...@gi...> + + * db/pw_db_pgsql.php: + + I did some tests with speed_test.php and it turned out, that it + didn't make any difference wether or not I cached the number of + rows in the result set. + +2002-05-20 15:56 Martin Geisler <gim...@gi...> + + * ChangeLog: + + Updated. + 2002-05-20 15:53 Martin Geisler <gim...@gi...> * config/index.php: @@ -157,58 +534,6 @@ Updated documentation. -2002-04-13 13:21 Martin Geisler <gim...@gi...> - - * docs/html/metar_parser.html: - - Remove that one too... - -2002-04-13 13:20 Martin Geisler <gim...@gi...> - - * docs/html/: base_object.html, class_base_object.xml, - class_data_retrieval.xml, class_db_layer.xml, class_phpweather.xml, - class_property.xml, class_pw_db_common.xml, class_pw_db_dba.xml, - class_pw_db_mysql.xml, class_pw_db_null.xml, class_pw_db_pgsql.xml, - class_pw_dependency.xml, class_pw_dependency_or.xml, - class_pw_images.xml, class_pw_option.xml, - class_pw_option_boolean.xml, class_pw_option_integer.xml, - class_pw_option_multi_select.xml, class_pw_option_select.xml, - class_pw_option_text.xml, class_pw_optiongroup.xml, - class_pw_text.xml, class_pw_text_da.xml, class_pw_text_en.xml, - class_pw_text_hu.xml, class_pw_text_no.xml, class_pw_validator.xml, - class_pw_validator_ereg.xml, class_pw_validator_range.xml, - classtree_base_object.xml, classtree_property.xml, - classtree_pw_dependency.xml, classtree_pw_option.xml, - classtree_pw_optiongroup.xml, classtree_pw_validator.xml, - data_retrieval.html, db_layer.html, elementlist.xml, - frame_packagelist.html, index.html, - packageelementlist_No_Package_specified.html, - packageelementlist_PHP_Weather.html, - packageelementlist_PHP_Weather_Configurator.html, packagelist.xml, - phpdoc.dtd, phpdoc_classtree.html, phpdoc_elementlist.html, - phpdoc_packagelist.html, phpdoc_warnings.html, - phpdoc_xmlfiles.html, phpweather.html, property.html, - pw_db_common.html, pw_db_dba.html, pw_db_mysql.html, - pw_db_null.html, pw_db_pgsql.html, pw_dependency.html, - pw_dependency_or.html, pw_images.html, pw_option.html, - pw_option_boolean.html, pw_option_integer.html, - pw_option_multi_select.html, pw_option_select.html, - pw_option_text.html, pw_optiongroup.html, pw_text.html, - pw_text_da.html, pw_text_en.html, pw_text_hu.html, pw_text_no.html, - pw_validator.html, pw_validator_ereg.html, pw_validator_range.html, - warnings_classanalyser.xml, warnings_parser.xml: - - Updated documentation. - -2002-04-13 13:19 Martin Geisler <gim...@gi...> - - * docs/html/: db_common.html, db_dba.html, db_mysql.html, - db_null.html, db_pgsql.html, locale_common.html, locale_da.html, - locale_en.html, locale_hu.html: - - These files are no longer used - the corresponding sourcefiles have - been renamed or removed. - 2002-04-13 13:11 Martin Geisler <gim...@gi...> * config/: pw_validator.php, pw_dependency.php, @@ -325,26 +650,6 @@ The classes still lack documentation... -2002-03-29 16:02 Martin Geisler <gim...@gi...> - - * docs/: ps/phpweather-a4.ps, ps/phpweather-letter.ps, - pdf/phpweather-a4.pdf, pdf/phpweather-letter.pdf: - - Updated documentation. - -2002-03-29 15:18 Martin Geisler <gim...@gi...> - - * docs/src/latex/: databases.tex, installation.tex, intro.tex, - main.tex, translation.tex: - - Various updated. - -2002-03-29 15:18 Martin Geisler <gim...@gi...> - - * docs/src/latex/decoded.tex: - - A description of the decoded METAR array. - 2002-03-29 13:51 Martin Geisler <gim...@gi...> * phpweather.php: @@ -954,26 +1259,6 @@ 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: @@ -1060,52 +1345,12 @@ 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: @@ -1145,52 +1390,6 @@ 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 gyulai.freeyellow.com/ * phpweather.php: @@ -1223,92 +1422,17 @@ 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...> +2001-07-12 20:11 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, + * doc/: .cvsignore, 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, + index.html, locale_common.html, locale_en.html, metar_parser.html, + packageelementlist_PHP_Weather.html, phpdoc.css, phpdoc.dtd, 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. + The documentation has been moved to PHPWEATHER_BASE_DIR/docs. 2001-07-09 20:31 Mihaly Gyulai gyulai.freeyellow.com/ @@ -1537,6 +1661,18 @@ 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: @@ -1792,6 +1928,25 @@ 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: @@ -1878,6 +2033,24 @@ 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: @@ -1942,6 +2115,27 @@ 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, @@ -2001,7 +2195,9 @@ 2001-03-26 20:25 Martin Geisler <gim...@gi...> - * phpweather.php: + * 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. @@ -2015,6 +2211,25 @@ 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: @@ -2052,7 +2267,22 @@ 2001-03-24 16:40 Martin Geisler <gim...@gi...> - * data_retrieval.php: + * 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. @@ -2128,16 +2358,44 @@ * 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: + 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 + First checkin... 2001-03-22 18:04 Martin Geisler <gim...@gi...> * 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: + 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... + Initial revision |