| /[drupal]/contributions/modules/carbon/carbon.install |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Replaced calls to drupal's format_date() with direct calls to date() routine that uses the same timezone as other php routines like strtotime().
work in progress
branch DRUPAL-5 merged in
carbon purchases, transfers added. Report, calculation functions cleaned up.
post install help text removed.
changed the entity 'carbon footprint' to 'carbon_account'
second version of drupal 5 port
drupal 5 1st version
added second KwH column to carbon footprints, involves schema changes, database update required, see request http://drupal.org/node/122830
add reporting period to carbon_footprint record
fix mysql syntax error thrown when new install attempted.
Change KwH conversion factor from 2.0 default to 0.0 so no false information is shown.
tinyint cannot be initialized to true and false with mysql 4.0; change to 1 and 0.
add sector and kwh fields
cosmetic - change title on short haul and long haul air travel
make use of table prefixes on update 6.
add air-co2-kg as a source of emissions so people can calculate externally.
add climate care flight/fuel model. Fix multiplier for choose climate model.
change air travel (Boeing 747) metrics, add missing db_query statement
add carbon_footprint_share
fix typo in definition of column organization (update 4 also fixes it).
fixed definition of column 'reading'
install fails because carbon checks for carbon admin role before the module is installed. Details at http://drupal.org/node/101890.
bug fixing, improve integration with user module
first rough version that just works
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |