Downloads
Release notes
First official release of Semantic Views.
Changes since DRUPAL-6--1-0-BETA1:
- #703852 by KarlShea: Fields rendered twice.
Reflects change in Views theme/theme.inc 1.84.2.1.
http://drupalcode.org/viewvc/drupal/contributions/modules/views/theme/th... - return the 'skip empty fields' option.
Essentially reverts commit 292756. Because this option has existed in Semantic
Views since it was introduced, views may have been saved and exported that
relied on this option before the "hide empty fields" option was introduced in
Views. This row style plugin option is completely redundant with that field
option. Rather than upset and annoy some users who were testers and early
adopters (including myself), I'll just promise to plan this better for the next
major version. - #695592 by dereine: Fix incompability with views3
This patch does not break Views 2 compatability, but there may be other
outstanding issues with Views 3 and Semantic Views. - remove 'skip_blank' row style option because it is redundant with the field
option 'hide_empty' - Remove IDs from module's demo views.