CVS: phpweather VERSION,1.13,1.14 ChangeLog,1.15,1.16
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2004-06-17 12:57:36
|
Update of /cvsroot/phpweather/phpweather In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18351 Modified Files: VERSION ChangeLog Log Message: ChangeLog entries from 2.2.1 to 2.2.2. Index: VERSION =================================================================== RCS file: /cvsroot/phpweather/phpweather/VERSION,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- VERSION 3 Feb 2004 16:33:35 -0000 1.13 +++ VERSION 17 Jun 2004 12:57:24 -0000 1.14 @@ -1 +1 @@ -2.2.1 +2.2.2 Index: ChangeLog =================================================================== RCS file: /cvsroot/phpweather/phpweather/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- ChangeLog 3 Feb 2004 16:37:04 -0000 1.15 +++ ChangeLog 17 Jun 2004 12:57:24 -0000 1.16 @@ -1,3 +1,90 @@ +2004-06-17 12:54 Martin Geisler <gim...@gi...> + + * doc/src/contributors-body.texi: + + Fixed plain @. + +2004-06-17 12:31 Martin Geisler <gim...@gi...> + + * index.php: + + Remove any extra spaces in those two variables. + +2004-06-01 20:39 Martin Geisler <gim...@gi...> + + * doc/src/contributors-body.texi, output/pw_text_pt.php: + + Added a Portuguese translation made by Cláudio Gamboa. + +2004-06-01 20:30 Martin Geisler <gim...@gi...> + + * db/pw_db_null.php: + + The third field should be trimmed to remove the added padding. + +2004-05-29 16:08 Martin Geisler <gim...@gi...> + + * stations.csv, doc/src/contributors-body.texi: + + Update of the Brazillian stations. + +2004-05-10 09:00 Martin Geisler <gim...@gi...> + + * data_retrieval.php: + + Fix for bug report #951022 --- no initialization of $metar_time + when no METAR is received. + +2004-02-22 12:18 Max Hammond <ma...@fl...> + + * output/pw_text_en_US.php: + + Past tense + +2004-02-11 15:04 Martin Geisler <gim...@gi...> + + * doc/src/contributors-body.texi: + + Let's not forget Nick Crossland (ncrossland) for making the British + English translation. + +2004-02-11 14:40 Martin Geisler <gim...@gi...> + + * config/make_config.php: + + This will detect when session.auto_start is turned on, and abort so + that the user doesn't see a bunch of errors. Closes #816921. + +2004-02-11 14:08 Martin Geisler <gim...@gi...> + + * languages.php, pw_utilities.php, output/pw_text_en.php, + output/pw_text_en_GB.php, output/pw_text_en_US.php: + + Added a British English translation from Nick Crossland + (ncrossland), and reworked the object hiarachy to support dialects + within a language. + + The idea is that pw_text_en_US contains the code and pw_text_en_GB + extends this class to overrides a few strings. I've left a + pw_text_en class that can be used as an alias for pw_text_en_US. + + The function get_languages in pw_utilities has been adjusted + accordingly. + +2004-02-11 14:02 Martin Geisler <gim...@gi...> + + * output/pw_text.php: + + Use plural form of 'meter' here, this closes #891081 at + SourceForge, thanks goes to Nick Crossland (ncrossland) for + spotting this. + +2004-02-03 16:37 etienne_t + + * ChangeLog: + + Entries from the 2.1.2 release + 2004-02-03 16:33 etienne_t * VERSION: |