Thread: CVS: phpweather-1.x ChangeLog,1.1.1.1,1.2
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-05-17 22:26:17
|
Update of /cvsroot/phpweather/phpweather-1.x In directory usw-pr-cvs1:/tmp/cvs-serv5080 Modified Files: ChangeLog Log Message: Updated with logentries from CVS. Index: ChangeLog =================================================================== RCS file: /cvsroot/phpweather/phpweather-1.x/ChangeLog,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -3 -r1.1.1.1 -r1.2 --- ChangeLog 7 Mar 2002 09:49:11 -0000 1.1.1.1 +++ ChangeLog 17 May 2002 22:26:14 -0000 1.2 @@ -1,3 +1,244 @@ +2002-05-17 22:13 Martin Geisler <gim...@gi...> + + * demo.php: + + Small updates. + +2002-05-17 22:12 Martin Geisler <gim...@gi...> + + * .cvsignore: + + That should come in handy... + +2002-05-17 22:12 Martin Geisler <gim...@gi...> + + * phpweather.inc: + + Removed configuration-variables. I also indented some of the code + and broke some long lines. + + I haven't tested the PostgreSQL code - it's taken from the PHP + manual so I hope it works... + +2002-05-17 22:10 Martin Geisler <gim...@gi...> + + * config-dist.inc: + + I've splitted the configuration out from phpweather.inc as + requested by Ondrej Jombik. You should save customizations in + config.php and use config-dist.php as a template. + +2002-05-17 15:52 Martin Geisler <gim...@gi...> + + * phpweather.inc: + + Fixed problem with newlines - thanks to Mark Liffiton (liffiton) + for noticing this. + +2002-04-19 18:27 Martin Geisler <gim...@gi...> + + * demo.php: + + Added a small description of the icons with a link to table.php. + +2002-04-19 18:15 Martin Geisler <gim...@gi...> + + * wap.php: + + This URL should be much better... I haven't really tested it, but + it should work. + +2002-04-19 18:14 Martin Geisler <gim...@gi...> + + * images.inc: + + The pages at gimpster.com will be removed soon, so we shouldn't + link to them any more. + +2002-04-19 18:13 Martin Geisler <gim...@gi...> + + * demo.php: + + Wow, time flies by - I've actually managed to move while developing + PHP Weather... EKAH is the closest airport to where I live now. + +2002-04-19 18:09 Martin Geisler <gim...@gi...> + + * demo.php: + + Various updates, nothing major... + +2002-04-19 18:08 Martin Geisler <gim...@gi...> + + * INSTALL, README: + + Small updates. + +2002-04-19 18:08 Martin Geisler <gim...@gi...> + + * phpweather.inc: + + We now use intval() together with round() when accessing arrays. + Some versions of PHP didn't like it when we just used round() as + round() returns a float and not an integer. + + It was Manuel Herrera <ing...@in...> tracked this bug + down, thanks a lot! + +2002-04-04 16:48 Martin Geisler <gim...@gi...> + + * locale_hu.inc: + + This is also based on the translation for 2.x, but since I don't + understand a word of Hungarian, there's a good change that this + isn't correct. + +2002-04-04 16:45 Martin Geisler <gim...@gi...> + + * locale_no.inc: + + This is based on the translation for 2.x so I think OK. + +2002-04-04 16:38 Martin Geisler <gim...@gi...> + + * locale_es.inc: + + Another update thanks to the good people at sci.lang.translation. + +2002-04-02 22:21 Martin Geisler <gim...@gi...> + + * locale_de.inc, locale_es.inc, locale_fr.inc, locale_hu.inc, + locale_it.inc, locale_mt.inc, locale_nl.inc, locale_no.inc, + locale_po_br.inc: + + Updated Portuguese (po_br) translation with a translation of + 'windchill' by João Luiz <Joa...@MB...>. I + asked for help in the newsgroup sci.lang.translation and he + replied. + + I've updated the other translations by replacing 'degrees Celsius' + with ' °C'. + +2002-03-27 10:55 Max Hammond <ma...@fl...> + + * INSTALL: + + General updates + +2002-03-26 23:51 Martin Geisler <gim...@gi...> + + * locale_cz.inc: + + Translation of 'windchill'. + +2002-03-26 10:44 Martin Geisler <gim...@gi...> + + * locale_nl.inc: + + Updated translation thanks to Raymond van Bek + <r_v...@ho...>. I've also reformated the text - I don't + know if it's worth doing, but I think it it looks better this way. + +2002-03-25 21:50 Max Hammond <ma...@fl...> + + * locale_nl.inc: + + Updated translation, thanks to Ray van Beek <r_v...@ho...> + +2002-03-25 13:08 Martin Geisler <gim...@gi...> + + * locale_it.inc: + + Correct translation of 'windchill' thanks to Carlo Gulin + (carlogulin). + +2002-03-24 20:12 Max Hammond <ma...@fl...> + + * locale_de.inc: + + Fixed windchill with a good german word, 'der Wind-chill-Index' :) + +2002-03-24 19:53 Martin Geisler <gim...@gi...> + + * AUTHORS: + + Yet another contribution - thanks! + +2002-03-24 19:52 Martin Geisler <gim...@gi...> + + * locale_cz.inc, locale_da.inc, locale_de.inc, locale_en.inc, + locale_es.inc, locale_fr.inc, locale_hu.inc, locale_it.inc, + locale_mt.inc, locale_nl.inc, locale_no.inc, locale_po_br.inc, + phpweather.inc: + + Thanks to David Kjellquist <da...@kj...> PHP Weather now + has support for windchill. + +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-10 20:22 Martin Geisler <gim...@gi...> + + * images.inc, list.php, table.php: + + This is the files that enables you to use icons in PHP Weather - + Raymond van Beek <ra...@de...> has made the hard work. + +2002-03-10 20:20 Martin Geisler <gim...@gi...> + + * 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: + + Icons for PHP Weather - yeah! Raymond van Beek <ra...@de...> is + the man behind this - thanks a lot! + +2002-03-07 09:49 Martin Geisler <gim...@gi...> + + * AUTHORS, COPYING, ChangeLog, INSTALL, README, cache.xml, + demo.php, locale_cz.inc, locale_da.inc, locale_de.inc, + locale_en.inc, locale_es.inc, locale_fr.inc, locale_hu.inc, + locale_it.inc, locale_mt.inc, locale_nl.inc, locale_no.inc, + locale_po_br.inc, phpweather.inc, wap.php: + + Initial revision + +2002-03-07 09:49 Martin Geisler <gim...@gi...> + + * AUTHORS, COPYING, ChangeLog, INSTALL, README, cache.xml, + demo.php, locale_cz.inc, locale_da.inc, locale_de.inc, + locale_en.inc, locale_es.inc, locale_fr.inc, locale_hu.inc, + locale_it.inc, locale_mt.inc, locale_nl.inc, locale_no.inc, + locale_po_br.inc, phpweather.inc, wap.php: + + Initial import into CVS + 2002-02-24 Martin Geisler <gim...@gi...> * phpweather.inc: Little bugfix with the current weather. |