You are here

CHANGELOG.txt in Views Calc 6.3

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
  2. 7 CHANGELOG.txt
Version 6.1-dev
=================

Version 6.1-3
=================

- #464568 Remove charts integration now that Charts module does it.

Version 6.1-2
=================

- #442874 Don't print subtotal when there is only one page.
- #441722 Make sure only the requested calculations are displayed.

Version 6.1-1
=================

- Add option to either hide or show the detailed rows along with calculated totals.
- #406686 Make sure tables for computed fields are not removed from the query.
- #368221 Make sure you can do column calculations on a custom calculated field.
- Make sure preview picks up recent, unsaved, changes in calculation options.
- 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.
- Change execute_display() to execute() to avoid breaking exposed filters.
- Make sure totals are passed through field themes so they get the right formatting.
- Add charts support to create chart out of aggregated data.
- Add schema to install.
- #309202 Fix substitution list.
- Add UI to select columns to total.
- Basic, rough upgrade to Drupal 6 and Views 2.

File

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