CHANGELOG.txt |
CHANGELOG.txt |
|
Yr Weatherdata 7.x-1.x 2012-03-31
---------------------------------
Issue #1435920 by tjodolv: Changed block caching from per page to per role.
Issue #1159010 by tjodolv: Added helper functions for those without bcmath in their PHP.
Yr Weatherdata… |
README.txt |
README.txt |
|
Summary
-------
This module allows for your Drupal site to connect to http://yr.no and gather weather forecast data to display in a page view and one or several blocks on your site.
Theming
-------
Theming can be done via CSS and/or using… |
yr_verdata.admin.inc |
yr_verdata.admin.inc |
|
This file contains the functions for the admin interface for yr_verdata. |
yr_verdata.css |
yr_verdata.css |
|
#yr-content {
clear: both;
}
#yr-content.ui-tabs .ui-tabs-panel {
padding: 5px;
}
.yr-forecast-boxes {
display: block;
}
.yr-period-margin-1 {
margin-left: 157px;
}
.yr-period-margin-2 {
margin-left: 314px;
}
.yr-period-margin-3 {
… |
yr_verdata.info |
yr_verdata.info |
|
name = Yr weatherdata
description = A module for getting weather forecast from http://yr.no.
core = 7.x
files[] = yr_verdata.module
files[] = yr_verdata.admin.inc
files[] = yr_verdata.install
configure = admin/config/services/yr_verdata |
yr_verdata.install |
yr_verdata.install |
|
Install, update and uninstall functions for the yr_verdata module. |
yr_verdata.module |
yr_verdata.module |
|
yr_verdata.module
This file contains the code for getting the forecast from yr.no and displaying it on a Drupal site. |