semanticviews 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| semanticviews-7.x-1.x-dev.tar.gz | 222.19 KB | 0c85f78998c77d8f2dd62fb4c838d5e6 |
| semanticviews-7.x-1.x-dev.zip | 225.2 KB | 68e7620018222af947357b79a0b8bbed |
Release notes
Drupal 7.x development start.
This release is still in active development. The demo views function after some minor modifications (such as switching from the Drupal 6 teaser field to the Drupal 7 body field with summary formatter). The "Grids (semantic)" display would work if the CSS for the grid layout were added to the page in some other way.
semanticviews 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| semanticviews-6.x-1.1.tar.gz | 220.91 KB | 926a4ed32135b9ae7b2e927a538daa1b |
| semanticviews-6.x-1.1.zip | 228.38 KB | d924b84c10e4fdd7b9a499f519dc0950 |
Release notes
Semantic Views 6.x-1.1 (Freya) release is dedicated to all daughters who triumph!
Changes since DRUPAL-6--1-0:
Read moresemanticviews 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| semanticviews-6.x-1.0.tar.gz | 219.89 KB | 22e390bb5a863e097a4639732f451dc7 |
| semanticviews-6.x-1.0.zip | 226.92 KB | 423341263220a02185df659ad7582377 |
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.
semanticviews 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| semanticviews-6.x-1.0-beta1.tar.gz | 218.84 KB | 84b3972fcc36bfd8d501c2f48b46d1ee |
| semanticviews-6.x-1.0-beta1.zip | 224.25 KB | 7ccce6bf0428166ff05aed02845cfc96 |
Release notes
First beta release.
For users of the development version, the most important change is the removal of the ID attribute option from the output style and the related template file. Please update your stylesheets or override views-view.tpl.php for your views if you used this feature.
semanticviews 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| semanticviews-6.x-1.x-dev.tar.gz | 221.83 KB | de62b72bf2a4a3bb16f7e3bf61b70c30 |
| semanticviews-6.x-1.x-dev.zip | 224.94 KB | f73025ae17be176998db08c58f890029 |
Release notes
Developer/themer preview of Semantic Views unformatted style and row style.