/[drupal]/contributions/modules/views_calc/views_calc.module
ViewVC logotype

Log of /contributions/modules/views_calc/views_calc.module

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.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 13 12:57:40 2009 UTC (5 months, 2 weeks ago) by karens
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +9 -5 lines
Diff to previous 1.13
Make sure import process will work for more than one field at a time.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 13 11:53:20 2009 UTC (5 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.12: +9 -9 lines
Diff to previous 1.12
Misc tweaks to new handling for multiple base tables.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 12 19:29:35 2009 UTC (5 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.11: +12 -3 lines
Diff to previous 1.11
A few fixes for import/export functions.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 12 16:38:30 2009 UTC (5 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.10: +95 -3 lines
Diff to previous 1.10
Add import/export feature for custom fields to make it easier to auto-enable them in new installations.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 12 13:23:33 2009 UTC (5 months, 2 weeks ago) by karens
Branch: MAIN
Changes since 1.9: +35 -6 lines
Diff to previous 1.9
#353084 Enable custom Views Calc fields for any base table, not just node.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 3 13:55:36 2009 UTC (7 months, 3 weeks ago) by karens
Branch: MAIN
CVS Tags: DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3
Changes since 1.8: +1 -6 lines
Diff to previous 1.8
Simplify the code by making this an extension of the Views table style instead of the base style.

Add sub-totals for paged views that show both the page and the grand totals.

Add 'justification' setting to right, left, or center-justify values.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 19:19:53 2008 UTC (14 months, 1 week ago) by karens
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-RC
Changes since 1.7: +10 -11 lines
Diff to previous 1.7
Make sure you can create views calc fields and add them to the views calc database.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 18:04:19 2008 UTC (14 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.6: +52 -48 lines
Diff to previous 1.6
#309202 Fix substitution list and FAPI.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 13:13:35 2008 UTC (14 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.5: +3 -4 lines
Diff to previous 1.5
Fix access arguments in hook_menu.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 18:11:11 2008 UTC (14 months, 1 week ago) by karens
Branch: MAIN
Changes since 1.4: +300 -383 lines
Diff to previous 1.4
Very very very rough, broken, beginnings of Views Calc for Drupal 6.

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 14 22:59:08 2008 UTC (21 months, 1 week ago) by karens
Branch: DRUPAL-5
Changes since 1.3.2.3: +6 -5 lines
Diff to previous 1.3.2.3 , to branch point 1.3 , to next main 1.14
Clean up documentation and help text to match new settings location.

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 14 22:52:14 2008 UTC (21 months, 1 week ago) by karens
Branch: DRUPAL-5
Changes since 1.3.2.2: +16 -17 lines
Diff to previous 1.3.2.2 , to branch point 1.3
Move all the settings to admin/settings, too confusing to have some in view and some in settings and no telling whether the tab in Views will work in version 2 anyway.

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 14 19:54:25 2008 UTC (21 months, 1 week ago) by karens
Branch: DRUPAL-5
Changes since 1.3.2.1: +520 -270 lines
Diff to previous 1.3.2.1 , to branch point 1.3
Add custom Views fields builder to create caculated fields that can be added to any view. Build each one with a SQL snippet like (%MyField1 + %MyField2). The columnSUM, AVG, and COUNT totals can total both normal Views fields and these custom fields.

Mostly working, but may not be production-ready.

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 12:34:51 2008 UTC (21 months, 2 weeks ago) by karens
Branch: DRUPAL-5
Changes since 1.3: +240 -245 lines
Diff to previous 1.3
Rework module to do calculations in the db instead of in PHP. This is a starting point to be able to expand on the kinds of calculations it can do.

Revision 1.4
Sun Jun 17 13:03:20 2007 UTC (2 years, 5 months ago) by karens
Branch: MAIN
Changes since 1.3: +1 -1 lines
FILE REMOVED
Removing files from HEAD, development will be in 5.x branch until ready for 6.x

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 16 20:59:12 2007 UTC (2 years, 10 months ago) by karens
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.2: +23 -20 lines
Diff to previous 1.2
Port Views Calc to 5.0

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 29 14:21:58 2006 UTC (3 years ago) by karens
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.1: +4 -13 lines
Diff to previous 1.1
#85783 fix _views_handle_field function

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 22 23:28:17 2006 UTC (3 years, 6 months ago) by karens
Branch: MAIN
A module to add simple calculations to a views table. You can SUM, AVERAGE, or COUNT a selection of fields in a row, or perform the same calculations on selected columns. The calculations are added as additional table cells at the right and bottom of the table, and a plug in theme makes the view look more spreadsheet-like (right justifies numeric fields, shades calculated columns and rows, and underlines calculated rows.

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