You are here

CHANGELOG.txt in Views Calc 7

Same filename and directory in other branches
  1. 6.3 CHANGELOG.txt
  2. 6 CHANGELOG.txt
Views Calc Module 7.x
=====================

Version 7.x-1.x-dev
===================

- Issue #1548552, Make sure a row_index always exists.
- Issue #1627660, Make sure that a groupby is added when the aggregation views are created.
- Make sure that Views Calc uses the current display.

Version 7.x-1.0
===================

- Set Views Calc fields menu item so it shows up under 'Structure'.
- Code cleanup, remove commented-out code.
- Remove 'Hide empty column' option from Views Calc table settings. We need the query and all sub-queries to have the same number of columns.
- Got custom fields working again.
- Clean up views_calc.install and more tweaks to field handling.
- Issue #1525560 by zyxware, More fixes to consistent use of object instead of array in calc fields.
- Issue #1193404 by Niremizov, Make sure all the Views Calc field data is consistently expecting an object instead of an array.
- Fix the Views Calc field query so it returns a populated object.
- Get the calculations appearing correctly at the bottom of the view, and add some options to control the formatting of the aggregated values.
- Change the table sorting to match the latest Views table sorting.
- Fix table settings to match latest Views table layout.

File

CHANGELOG.txt
View source
  1. Views Calc Module 7.x
  2. =====================
  3. Version 7.x-1.x-dev
  4. ===================
  5. - Issue #1548552, Make sure a row_index always exists.
  6. - Issue #1627660, Make sure that a groupby is added when the aggregation views are created.
  7. - Make sure that Views Calc uses the current display.
  8. Version 7.x-1.0
  9. ===================
  10. - Set Views Calc fields menu item so it shows up under 'Structure'.
  11. - Code cleanup, remove commented-out code.
  12. - Remove 'Hide empty column' option from Views Calc table settings. We need the query and all sub-queries to have the same number of columns.
  13. - Got custom fields working again.
  14. - Clean up views_calc.install and more tweaks to field handling.
  15. - Issue #1525560 by zyxware, More fixes to consistent use of object instead of array in calc fields.
  16. - Issue #1193404 by Niremizov, Make sure all the Views Calc field data is consistently expecting an object instead of an array.
  17. - Fix the Views Calc field query so it returns a populated object.
  18. - Get the calculations appearing correctly at the bottom of the view, and add some options to control the formatting of the aggregated values.
  19. - Change the table sorting to match the latest Views table sorting.
  20. - Fix table settings to match latest Views table layout.