Log of /contributions/modules/weather/weather.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.179 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 15 19:31:37 2008 UTC
(22 months, 2 weeks ago)
by
toddy
Branch:
MAIN
Changes since
1.178: +25 -0 lines
Diff to
previous 1.178
Provide a compact block view which displays only name, condition,
and temperature of the weather station. Closes: #143869
Revision
1.169 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 3 08:43:06 2007 UTC
(2 years, 2 months ago)
by
toddy
Branch:
MAIN
Changes since
1.168: +205 -48 lines
Diff to
previous 1.168
Add new block for nodes with associated locations (requires
Location module). Thanks to Dan Morrison for the patch.
Revision
1.168 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 2 15:01:04 2007 UTC
(2 years, 2 months ago)
by
toddy
Branch:
MAIN
Changes since
1.167: +5 -5 lines
Diff to
previous 1.167
Change access rules for admin/settings/weather pages from
"access administration pages" to "administer site configuration"
Revision
1.162 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 28 10:00:18 2007 UTC
(2 years, 3 months ago)
by
toddy
Branch:
MAIN
Changes since
1.161: +66 -0 lines
Diff to
previous 1.161
If Drupal's cache is enabled, provide a cron handler that clears
the cache when new weather data is received. Closes: #120396
Revision
1.158 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 27 15:47:33 2007 UTC
(2 years, 3 months ago)
by
toddy
Branch:
MAIN
Changes since
1.157: +223 -91 lines
Diff to
previous 1.157
* The configuration of weather block locations are no longer done
in a custom list, but rather in an officially themable table
provided by Drupal.
* It's possible to specify a custom default location that overrides
Hamburg-FuhlsbĂĽttel. Closes: #170584
Revision
1.155 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 24 08:40:37 2007 UTC
(2 years, 3 months ago)
by
toddy
Branch:
MAIN
Changes since
1.154: +3 -5 lines
Diff to
previous 1.154
Correctly set up the include path for installations other than
modules/weather, e.g. sites/all/modules/weather. Closes: #169393
Revision
1.150 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 9 07:35:22 2007 UTC
(2 years, 3 months ago)
by
toddy
Branch:
MAIN
Changes since
1.149: +4 -4 lines
Diff to
previous 1.149
Use the database instead of a gigantic array for ICAO codes and
their associated information. This should drastically reduce the
needed memory, which could in turn resolve the "blank page" bugs.
Revision
1.137 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 27 16:11:02 2007 UTC
(2 years, 8 months ago)
by
toddy
Branch:
MAIN
Changes since
1.136: +9 -5 lines
Diff to
previous 1.136
Display the default location in the section of "Current locations
in the block:" even if not yet configured, to reduce confusion
Revision
1.128 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 9 21:39:19 2007 UTC
(2 years, 8 months ago)
by
toddy
Branch:
MAIN
Changes since
1.127: +0 -3 lines
Diff to
previous 1.127
The country and place selection boxes do no longer provide the entry
"- None -", as it wasn't accepted anyway. Furthermore, the custom
function update_icao() has been replaced with jQuery code.
Revision
1.126 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 9 17:31:38 2007 UTC
(2 years, 8 months ago)
by
toddy
Branch:
MAIN
Changes since
1.125: +18 -1 lines
Diff to
previous 1.125
If JavaScript is enabled, use the AJAX version of the country
and place lookup, don't show the ICAO textfield. Otherwise,
the ICAO textfield will be shown without the country and
place selection boxes. Closes: #115339, #115842
Revision
1.100.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 10 16:46:22 2006 UTC
(3 years ago)
by
toddy
Branch:
DRUPAL-4-7
Changes since
1.100.2.2: +12 -2 lines
Diff to
previous 1.100.2.2
, to
branch point 1.100
Merge from HEAD:
URL of images and AJAX calls depends on the setting of 'clean_url'
This fixes the problem with images not being available and the failure
of the AJAX update of the places selection. Closes: #93275, #93802
Revision
1.103 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 10 16:44:38 2006 UTC
(3 years ago)
by
toddy
Branch:
MAIN
Changes since
1.102: +12 -2 lines
Diff to
previous 1.102
URL of images and AJAX calls depends on the setting of 'clean_url'
This fixes the problem with images not being available and the failure
of the AJAX update of the places selection. Closes: #93275, #93802
Revision
1.100 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 4 08:52:03 2006 UTC
(3 years ago)
by
toddy
Branch:
MAIN
CVS Tags:
DRUPAL-4-7--1-0
Branch point for:
DRUPAL-4-7
Changes since
1.99: +465 -605 lines
Diff to
previous 1.99
Initial commit of an updated version for Drupal 4.7
This commit removes all files which are no longer needed and adds
new files which are used by the new module. Moreover, the module
itself is a complete rewrite from scratch to be compatible with
Drupal 4.7.
Revision
1.80 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 4 06:02:02 2004 UTC
(5 years, 7 months ago)
by
freedom
Branch:
MAIN
Changes since
1.79: +10 -9 lines
Diff to
previous 1.79
1. fixed '_get_distance' case insensitive string search bug.
2. fixed preg_match bug with "unlimited" in distance.
Revision
1.72 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 18 21:28:19 2004 UTC
(5 years, 8 months ago)
by
freedom
Branch:
MAIN
Changes since
1.71: +22 -14 lines
Diff to
previous 1.71
1. more formatting changes to mini-block.
2. fixed a bug in the link to the xml feed when clean URL's are disabled
3. free arrays after use
Revision
1.71 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 17 08:29:12 2004 UTC
(5 years, 8 months ago)
by
freedom
Branch:
MAIN
Changes since
1.70: +74 -36 lines
Diff to
previous 1.70
1. Changed mini-block formatting (removed list-item format).
2. Added a "re-caching" feature (optional, can be configured from the admin menu).
3. Added a cron hook to allow for automatic weather updates.
4. A re-caching cron feature is also possible by enabling both of the above options, making time-sensitive weather block updates available to anonymous users when drupal page-caching is enabled. :0)
Revision
1.70 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 13 05:51:13 2004 UTC
(5 years, 8 months ago)
by
freedom
Branch:
MAIN
Changes since
1.69: +30 -34 lines
Diff to
previous 1.69
1. minor clean up, including the addition \\n\\t line-breaks and tabs for neater HTML source formatting
2. added some inline style attributes to make the module more theme friendly.
3. deleted some unused code.
Revision
1.69 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 11 23:22:15 2004 UTC
(5 years, 8 months ago)
by
freedom
Branch:
MAIN
Changes since
1.68: +9 -10 lines
Diff to
previous 1.68
modified mini-block formatting and graphic display. sorry for the frequent commits. retagging this for release.
Revision
1.67 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 11 19:39:34 2004 UTC
(5 years, 8 months ago)
by
freedom
Branch:
MAIN
Changes since
1.66: +56 -34 lines
Diff to
previous 1.66
added support for weatherroom.com's image file. added "mini-block" support which displays only current conditions, temp, and wind.
Revision
1.66 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 20 08:45:10 2004 UTC
(5 years, 9 months ago)
by
freedom
Branch:
MAIN
Branch point for:
drop
Changes since
1.65: +135 -248 lines
Diff to
previous 1.65
brought up to 4.4 specifications, removed XML caching method in favor of the much faster database caching method, and general cleanup of the code. also updated the readme, install, and changelog.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 8 13:43:27 2004 UTC
(5 years, 10 months ago)
by
freedom
Branch:
MAIN
Changes since
1.12: +10 -10 lines
Diff to
previous 1.12
modified the weatherroom.com callout to be less code; made the script default to metric if temp was "N/A", thereby preventing "N/A (N/A)"
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.