Releases for WeatherFacti -- from a weather.com xml feed
weatherfacti 6.x-1.9
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-1.9.tar.gz | 352.89 KB | 875eaf8c8a32f5e98b68e65deed726c0 |
The weather.com XML feed URL has changed. This fix corrects the construction of the URL.
weatherfacti 6.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-1.8.tar.gz | 352.78 KB | ad534c9c4c894260e3dc83c7fa391601 |
Changes in the database structure. Make certain to disable, uninstall, copy new module files, and then enable module. The serial property has been changed to a field type of int. This removes the auto increment property in MySQL.
weatherfacti 6.x-4.x-dev
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-4.x-dev.tar.gz | 352.78 KB | cf69d84a2814f442d41c26bfb4a3fe59 |
Trying to update the dev version
weatherfacti 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-1.7.tar.gz | 352.75 KB | d8a3e312cb0bb9f5760343206064c23f |
An error occurred when a user either specified to display zero days or just simply left the field blank. There is now a check in place to make sure that they are entering a value greater than zero.
weatherfacti 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-1.6.tar.gz | 352.69 KB | 289de611bfefb862b92e05cccf3ab907 |
Moved the Geo IP caching from file access to to the database using Drupal's caching features. Also, the fopen functions have been removed and replaced by a slightly more intelligent method. This will fix issues with hosts that prevent URL access.
weatherfacti 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-1.5.tar.gz | 352.5 KB | 949ba9c8911abafc57608cfc6aeba58e |
Last release didn't contain any changes. Not sure why. This release should contain changes.
weatherfacti 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-1.4.tar.gz | 352.49 KB | b5217a11753ba984bc5f66229d8a38a6 |
#node/250497 - shanwa, thank you--I didn't realize that hosts are disabling URL access through the file_get_contents.
Hopefully hosts that disable URL access through file_get_contents have enabled cURL functionality. I have coded the script to more intelligently determine if it is able to use cURL functionality (a optimized alternative to file_get_contents).
Also, I removed the {} around the field names in sql statements; this fixes problems with anybody that is using database table prefixing.
weatherfacti 6.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-3.x-dev.tar.gz | 352.91 KB | 3ba1274bcc89cc547fe5d24db3be08d4 |
If cURL functionality exists, then the script will use cURL, otherwise it will default to using file_get_contents. Although some hosts disable PHP from accessing URLs with file_get_contents. I am hoping that cURL will be enabled on those hosts. If you know of a work around, please contact me.
weatherfacti 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-2.x-dev.tar.gz | 352.44 KB | 03621917fb4834b138c1ccc2cba46d9f |
This is to update the dev release of the module
weatherfacti 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-1.3.tar.gz | 352.49 KB | 49c8c7121560d21c9f80f4088db1c3a7 |
There was a bug on the initial install that resulted in the weather report not displaying until the cache_weatherfacti table was cleared. This has now been fixed. Please use this version as your first install.
weatherfacti 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-1.2.tar.gz | 352.48 KB | 4beb1219b469ce0255f29289f355b5fa |
Finally got the CVS repo working and got the curl functions removed so the install doesn't break on systems without the PHP cURL module.
weatherfacti 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-1.1.tar.gz | 352.46 KB | a0fee0a92a13de49ce809c49e86ba8f2 |
This is a bug fix based on picans' comments (the install fails with curl function errors.)
#node/250176 -- fixed bugs that picans found. The curl functions have been replaced by the file_get_contents function. Also, the administrative section has been fixed. I would suggest to uninstall and then reinstall this module. Thank you picans for reporting this bug."
weatherfacti 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-1.x-dev.tar.gz | 352.49 KB | dd43886a15b7700c05ca6a267f064bda |
Initial release.
