weatherfacti 6.x-1.9
| Download | Size | md5 hash |
|---|---|---|
| weatherfacti-6.x-1.9.tar.gz | 352.89 KB | 875eaf8c8a32f5e98b68e65deed726c0 |
| weatherfacti-6.x-1.9.zip | 395.65 KB | 017d505865cd579d7bf8f89a980bb62f |
Release notes
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 |
| weatherfacti-6.x-1.8.zip | 395.56 KB | b2aba66d1a6b22a0b82a9308f88ca083 |
Release notes
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 | 359.26 KB | a56171e70f0cf54a492471123b323c84 |
| weatherfacti-6.x-4.x-dev.zip | 395.4 KB | 42c7e5d11e266beade7e8685a29ef2a1 |
Release notes
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 |
| weatherfacti-6.x-1.7.zip | 395.53 KB | 787fdaaa5288d9d20ed636cd070ebbb7 |
Release notes
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 |
| weatherfacti-6.x-1.6.zip | 395.47 KB | ab7fbcd08d75cb8b7ce88629f26ae75c |
Release notes
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 |
| weatherfacti-6.x-1.5.zip | 395.26 KB | eb17537d18ca9bc0a09bbe59f0e55f3c |
Release notes
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 |
| weatherfacti-6.x-1.4.zip | 395.26 KB | 26f5d8823da2032942b6026ac2b8e508 |
Release notes
#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 | 359.35 KB | 40ada31f4c1d5974078294ac4d5367ec |
| weatherfacti-6.x-3.x-dev.zip | 395.51 KB | 37a91f17e97ff8ead1ca2802e15fa241 |
Release notes
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 | 358.95 KB | 5f0308efb5d6ad9005a9192f75445d47 |
| weatherfacti-6.x-2.x-dev.zip | 395.05 KB | aab98e19913c4db54f77065411038eab |
Release notes
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 |
| weatherfacti-6.x-1.3.zip | 395.26 KB | c17218046abb591dff5c17ca9ea3e83f |
Release notes
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 |
| weatherfacti-6.x-1.2.zip | 395.24 KB | 5ddd5713d2c65658e567e6e33a6b593f |
Release notes
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 |
| weatherfacti-6.x-1.1.zip | 395.23 KB | 7cd9e6ed96bea44471c08157c6a4becb |
Release notes
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 | 358.98 KB | b9c9b848fb10cfd6b8b7d4ec80b42eee |
| weatherfacti-6.x-1.x-dev.zip | 395.09 KB | c176947c6ba56f96bd0ba47b4e794435 |
Release notes
Initial release.