comparison CHANGELOG.txt @ 0:0651c02e6ed7

views_calc 1.3
author Franck Deroche <franck@defr.org>
date Wed, 05 Aug 2009 18:20:29 +0200
parents
children b0a976e17cc7
comparison
equal deleted inserted replaced
-1:000000000000 0:0651c02e6ed7
1 // $Id: CHANGELOG.txt,v 1.15 2009/05/17 11:27:42 karens Exp $
2
3 Version 6.1-dev
4 =================
5
6 Version 6.1-3
7 =================
8
9 - #464568 Remove charts integration now that Charts module does it.
10
11 Version 6.1-2
12 =================
13
14 - #442874 Don't print subtotal when there is only one page.
15 - #441722 Make sure only the requested calculations are displayed.
16
17 Version 6.1-1
18 =================
19
20 - Add option to either hide or show the detailed rows along with calculated totals.
21 - #406686 Make sure tables for computed fields are not removed from the query.
22 - #368221 Make sure you can do column calculations on a custom calculated field.
23 - Make sure preview picks up recent, unsaved, changes in calculation options.
24 - Simplify the code by making this an extension of the Views table style instead of the base style.
25 - Add sub-totals for paged views that show both the page and the grand totals.
26 - Add 'justification' setting to right, left, or center-justify values.
27 - Change execute_display() to execute() to avoid breaking exposed filters.
28 - Make sure totals are passed through field themes so they get the right formatting.
29 - Add charts support to create chart out of aggregated data.
30 - Add schema to install.
31 - #309202 Fix substitution list.
32 - Add UI to select columns to total.
33 - Basic, rough upgrade to Drupal 6 and Views 2.