franck@0: // $Id: CHANGELOG.txt,v 1.15 2009/05/17 11:27:42 karens Exp $ franck@0: franck@0: Version 6.1-dev franck@0: ================= franck@0: franck@0: Version 6.1-3 franck@0: ================= franck@0: franck@0: - #464568 Remove charts integration now that Charts module does it. franck@0: franck@0: Version 6.1-2 franck@0: ================= franck@0: franck@0: - #442874 Don't print subtotal when there is only one page. franck@0: - #441722 Make sure only the requested calculations are displayed. franck@0: franck@0: Version 6.1-1 franck@0: ================= franck@0: franck@0: - Add option to either hide or show the detailed rows along with calculated totals. franck@0: - #406686 Make sure tables for computed fields are not removed from the query. franck@0: - #368221 Make sure you can do column calculations on a custom calculated field. franck@0: - Make sure preview picks up recent, unsaved, changes in calculation options. franck@0: - Simplify the code by making this an extension of the Views table style instead of the base style. franck@0: - Add sub-totals for paged views that show both the page and the grand totals. franck@0: - Add 'justification' setting to right, left, or center-justify values. franck@0: - Change execute_display() to execute() to avoid breaking exposed filters. franck@0: - Make sure totals are passed through field themes so they get the right formatting. franck@0: - Add charts support to create chart out of aggregated data. franck@0: - Add schema to install. franck@0: - #309202 Fix substitution list. franck@0: - Add UI to select columns to total. franck@0: - Basic, rough upgrade to Drupal 6 and Views 2.