/[drupal]/contributions/modules/carbon/carbon_view.inc
ViewVC logotype

Log of /contributions/modules/carbon/carbon_view.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 8 11:51:21 2009 UTC (6 months, 3 weeks ago) by johnackers
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Changes since 1.21: +5 -5 lines
Diff to previous 1.21
fix bug that stopped ajax add/new working.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 5 13:13:44 2009 UTC (6 months, 3 weeks ago) by johnackers
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
use application variable for CO2 units

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 5 09:14:40 2009 UTC (6 months, 3 weeks ago) by johnackers
Branch: MAIN
Changes since 1.19: +31 -47 lines
Diff to previous 1.19
Use themes to wrap meter tables. Implement themes with fieldsets.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 4 13:10:27 2009 UTC (6 months, 3 weeks ago) by johnackers
Branch: MAIN
Changes since 1.18: +8 -6 lines
Diff to previous 1.18
small css tweaks

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 4 11:06:19 2009 UTC (6 months, 3 weeks ago) by johnackers
Branch: MAIN
Changes since 1.17: +5 -3 lines
Diff to previous 1.17
wrap meter tables in div to allow theming

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 2 09:58:02 2009 UTC (6 months, 3 weeks ago) by johnackers
Branch: MAIN
Changes since 1.16: +4 -1 lines
Diff to previous 1.16
suppress account history retrieval if account in preview mode and has no nid

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 21:07:28 2009 UTC (6 months, 4 weeks ago) by johnackers
Branch: MAIN
Changes since 1.15: +10 -52 lines
Diff to previous 1.15
move access check for edit/add links back to the calling functions.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 28 14:44:34 2009 UTC (7 months ago) by johnackers
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
change default period for repeating stamps to annual.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 28 11:06:41 2009 UTC (7 months ago) by johnackers
Branch: MAIN
Changes since 1.13: +7 -6 lines
Diff to previous 1.13
make date handling consistent and use format specified by drupal admin

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 28 08:01:14 2009 UTC (7 months ago) by johnackers
Branch: MAIN
Changes since 1.12: +42 -77 lines
Diff to previous 1.12
bug fix: make sure chart and footprint shown for every year for which there is a stamp.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 11:16:02 2009 UTC (7 months, 1 week ago) by johnackers
Branch: MAIN
Changes since 1.11: +5 -4 lines
Diff to previous 1.11
remove odd column

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 22:39:05 2009 UTC (7 months, 1 week ago) by johnackers
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
protect title field

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 14:28:24 2009 UTC (7 months, 1 week ago) by johnackers
Branch: MAIN
Changes since 1.9: +438 -206 lines
Diff to previous 1.9
row editing using ajax and related changes

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 15:23:00 2009 UTC (8 months ago) by johnackers
Branch: MAIN
Changes since 1.8: +64 -129 lines
Diff to previous 1.8
significant changes to support ajax loading of data for each year

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 17:05:48 2009 UTC (10 months, 2 weeks ago) by johnackers
Branch: MAIN
Changes since 1.7: +24 -6 lines
Diff to previous 1.7
Put the admin pages back into new menu structure

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 14:52:39 2009 UTC (10 months, 2 weeks ago) by johnackers
Branch: MAIN
Changes since 1.6: +15 -45 lines
Diff to previous 1.6
use drupal_json() function included in drupal 6 instead of imported library.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 16:06:16 2009 UTC (10 months, 2 weeks ago) by johnackers
Branch: MAIN
Changes since 1.5: +7 -6 lines
Diff to previous 1.5
change javascript includes

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 15:46:14 2009 UTC (10 months, 2 weeks ago) by johnackers
Branch: MAIN
Changes since 1.4: +180 -44 lines
Diff to previous 1.4
first pass at drupal-6 version. gui also in transition.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 22:19:26 2009 UTC (10 months, 2 weeks ago) by johnackers
Branch: MAIN
CVS Tags: DRUPAL-5--0-2
Changes since 1.3: +11 -11 lines
Diff to previous 1.3
Replaced calls to drupal's format_date() with direct calls to date() routine that uses the same timezone as other php routines like strtotime().

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 17:40:49 2009 UTC (10 months, 3 weeks ago) by johnackers
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
shorter title on on images (so it's all visible).

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 21:46:22 2008 UTC (10 months, 3 weeks ago) by johnackers
Branch: MAIN
Changes since 1.1: +45 -36 lines
Diff to previous 1.1
javascript includes reorganised

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 2 14:08:00 2008 UTC (16 months, 3 weeks ago) by johnackers
Branch: MAIN
consolidated view

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2