annotate CHANGELOG.txt @ 2:b0a976e17cc7

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