views_aggregator 2.1.1

Bug fixes

Corrects an error in hook_update_10200(). If you have already installed version 2.1.0 of this module, you should edit your aggregated views to ensure that the totals_per_page and precision variables are set to your preferred values. This error only affects sites that installed 2.1.0.

views_aggregator 2.0.3

Changes since 2.0.2:

Changes were mostly made to enable testing on GitLab CI and to update the code to the current coding standards, including phpcs, phpstan, and cspell changes. Other changes are:

  • #3382721: Creation of dynamic property Drupal\views_aggregator\Plugin\views\style\Table::$commerce_field_values is deprecated
  • #3344504 by tr, ivnish: Fix test failures

views_aggregator 8.x-1.0-beta3

Bug fixes
Unsupported

Summary

This release fixes bugs when using pagers, offsets and subtotals, caching issues when multiple views are used, adds a config schema and provides some minor bugfixes.

views_aggregator 8.x-1.0-beta2

Bug fixes
New features
Unsupported

Feature: Additional position for column aggregation results: table caption.
Bug fix: View Result Counter field not sequencing properly with Summed compression.
Bug fix: Sum of 2 columns.

Some other improvements as well.

views_aggregator 8.x-1.0-beta1

New features
Unsupported

Changes since 8.x-1.0-alpha1

New Features:

  • #3118827 by TR: Make module compatible with Drupal 9

Bug Fixes:

views_aggregator 8.x-1.0-alpha1

Bug fixes
New features
Unsupported

Various bug fixes.
Option to disable compression and work with subtotals rows instead.
Settings to apply classes to group columns and rows.
Code works now with raw values (where appropriate) instead of rendered values.
Solved problem with decimal and thousand separator.
Updated documentation in README.txt.

views_aggregator 8.x-1.x-dev

New features

Initial release of Views Aggregator Plus for Drupal 8.

Please keep in mind that dev releases are the product of patches coming from the issue queue.
As such, do not rely on a dev release being stable until its commits are all bundled in a real release.

Works well with (currently supported):
- native View fields
- Views Field View
- Global: Custom text
- Webform submissions
- Commerce 2.0 (e.g. fields with currency formatting)

views_aggregator 7.x-1.3

Bug fixes
New features
Unsupported

First member display for Webform. Fix for Webform ranges
CSS row class for column aggr row.
CSS cell class for grouping field column.
Support for Drupal Commerce prices and currency amounts.
Allow precision to be set on Views PHP column aggregations.
Paging/Exposed filters fix #2372173: Exposed filters aggregation
2 variations of Enumerate function

views_aggregator 7.x-1.2

New features
Unsupported

Support Webform fields rounding, prefix, suffix.
Handle ranges better.

views_aggregator 7.x-1.1

Bug fixes
New features
Unsupported

Webform integration (requires Webform 7.x-4.0-beta1 or later).
Better column sorting. Unlike plain Views, support sorting for Global:Math Expression.
Support prefixes, postfixes, rounding, rewriting and "no results" behaviour.
New aggregation function: Median

views_aggregator 7.x-1.0

New features
Bug fixes
Unsupported

Fix for #2072525: Notice: Undefined offset: 2 in template_preprocess_views_aggregator_results_table().
Skip empty cells when counting or calculating averages.
Allow the "totals" row to appear in the table header, table footer or both.
Allow the 'totals" row to display the global totals when there is a table pager.
Math expression column aggregation function

views_aggregator 7.x-1.0-beta4

New features
Bug fixes
Unsupported

Fix for #2072525: Notice: Undefined offset: 2 in template_preprocess_views_aggregator_results_table()

New group and column aggregation function "Range".

New column aggregation function "Math expression". Together with token replacements this allows you to have one column "total" expressed as, say, the product of two preceding column "totals".

views_aggregator 7.x-1.0-beta2

New features
Unsupported

New feature: filter View result rows by applying regular expressions to fields of your choice.
Fixed some rendering issues.

views_aggregator 7.x-1.0-alpha5

Bug fixes
Unsupported

Allow a field to have both group and column aggregation functions.

views_aggregator 7.x-1.0-alpha4

New features
Unsupported

Summary totals in the added bottom row are now rendered in the same way as the values above it.

views_aggregator 7.x-1.0-alpha2

New features
Unsupported

Architectural overhaul of implementation of aggregation functions.
Updated README -- added examples.

views_aggregator 7.x-1.0-alpha1

New features
Unsupported

First release. See README.txt for feature notes and known caveats. See project page for FAQ's.

Subscribe with RSS Subscribe to Releases for Views Aggregator Plus