Log of /contributions/modules/views_calc/views_calc.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.