0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 3 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small updates.
Martin Geisler
as gimpster
More... about 22 years ago
That should come in handy...
Martin Geisler
as gimpster
More... about 22 years ago
Removed configuration-variables. I also indented some of the code and broke some long lines.
Martin Geisler
as gimpster
More... about 22 years ago
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.
Martin Geisler
as gimpster
More... about 22 years ago
Updated with translation of 'feelslike'.
Martin Geisler
as gimpster
More... about 22 years ago
Fixed problem with newlines - thanks to Mark Liffiton (liffiton) for noticing this.
Martin Geisler
as gimpster
More... about 22 years ago
How did that happen? :-)
Martin Geisler
as gimpster
More... about 22 years ago
Made the second argument optional with these constructors as well.
Martin Geisler
as gimpster
More... about 22 years ago
Translation of '...feels like'. More... about 22 years ago
rats More... about 22 years ago
Combined windchill and heatindex into one 'feels like' - sorry translators. I think this is a better solution More... about 22 years ago
This file is no longer needed now that /config/make_db.php handles the creation of the necessary tables in the database.
Martin Geisler
as gimpster
More... about 22 years ago
I've moved the Configuration Builder from index.php to make_config.php and added make_db.php which can be used to (re)create the database.
Martin Geisler
as gimpster
More... about 22 years ago
All constructors can now be called without any parameters - they all use an empty array as the default. This was removed some time ago because it didn't work in PHP3, but now that we're using PHP4 it works again.
Martin Geisler
as gimpster
More... about 22 years ago
Made it work again More... about 22 years ago
Added heat index, thanks to David Kjellquist More... about 22 years ago
Added new spanish station More... about 22 years ago
Added a small description of the icons with a link to table.php.
Martin Geisler
as gimpster
More... about 22 years ago
This URL should be much better... I haven't really tested it, but it should work.
Martin Geisler
as gimpster
More... about 22 years ago
The pages at gimpster.com will be removed soon, so we shouldn't link to them any more.
Martin Geisler
as gimpster
More... about 22 years ago
Wow, time flies by - I've actually managed to move while developing PHP Weather... EKAH is the closest airport to where I live now.
Martin Geisler
as gimpster
More... about 22 years ago
Various updates, nothing major...
Martin Geisler
as gimpster
More... about 22 years ago
Small updates.
Martin Geisler
as gimpster
More... about 22 years ago
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.
Martin Geisler
as gimpster
More... about 22 years ago
Hehe - that was much easier that I thought... The optiongroups can now be toggled on and off. The state is remembered when people click the 'Update Configuration' button.
Martin Geisler
as gimpster
More... about 22 years ago
Updated documentation.
Martin Geisler
as gimpster
More... about 22 years ago
Remove that one too...
Martin Geisler
as gimpster
More... about 22 years ago
These files are no longer used - the corresponding sourcefiles have been renamed or removed.
Martin Geisler
as gimpster
More... about 22 years ago
Added documentation.
Martin Geisler
as gimpster
More... about 22 years ago
We now use $this->properties['cache_timeout'] instead of the hardcoded 3600 seconds.
Martin Geisler
as gimpster
More... about 22 years ago