views_attach 6.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| views_attach-6.x-2.2.tar.gz | 11.96 KB | 4052fb2ff5d0f6f5cef33a2dc7841346 |
| views_attach-6.x-2.2.zip | 16.63 KB | e782668d37aa731c444f4d0e019d1549 |
Release notes
Changes since DRUPAL-6--2-1:
- #503458 - add a configuration link for each attached view on the Manage Fields page.
- #545602 by hefox, Crell, and merlinofchaos: Enable "exposed filters" when "use ajax" is enabled. This is the same behavior as for block views. This may change later, but for now Views doesn't support exposed filters without ajax given what views_attach is doing to arguments.
- #561934 by Crell: Support "more" links, the same way block displays do.
- by Crell: Fix punctuation inconsistency.
views_attach 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| views_attach-6.x-2.1.tar.gz | 11.78 KB | 7fabf3546ac313b5af4998e54d054525 |
| views_attach-6.x-2.1.zip | 16.45 KB | d514e7a93a5a3ed8a5325621dd9855da |
Release notes
This release fixes a number of serious bugs related to argument handling, adds support for Views' role-based access control, and makes the Token module an optional enhancement rather than a requirement.
#496838: using views' access restrictions by role
#486644: Collapse the token categories in the default argument field by default
#500418: Make token optional
#490114: Views_attach 2.0 triggers implode error in theme.inc
#485832: Token data not passed to argument
#480612: Improve UI on Manage fields page
views_attach 6.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| views_attach-6.x-2.0.tar.gz | 11.37 KB | e6a5d8fc7747482681d6c11f7e52e0dc |
| views_attach-6.x-2.0.zip | 15.65 KB | cedca1d38038ae462ba51668004d0c75 |
Release notes
Newly revamped! This version includes a large number of bug fixes, proper use of views display templates, etc. It also now uses token module (a new dependency) for passing in arguments, which means that you can make an attached display that is based on any field in the node or user to which it is attached.
The full list of changes is below.
Changes since DRUPAL-6--1-2:
- #380248 by bangpound. Add a proper template for the node_content display to allow proper placement of the title and
other elements. - #413478 by cr0nky, ebrand, and Crell: Allow views to be attached to the node edit form as well as the node display
form. Yay! - #399648 by Sam Dark, agentrickard, ebrand, and Crell: Use token module to pass in any field from the
host node/user as an argument to the view. Introduces a dependency on token.module. - #474612 by ebrand: Add template file for user profile displays. Also fixes bug in the token parsing
for profile displays. - And various cleanup...
views_attach 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| views_attach-6.x-2.x-dev.tar.gz | 11.97 KB | 2aec38798a17639a2d84bcc9d955ffd5 |
| views_attach-6.x-2.x-dev.zip | 16.2 KB | 3d25833329e28ba15ca75e4a3f95fff5 |
Release notes
Development branch for the 2.x version of views_attach... now with token integration!
views_attach 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| views_attach-6.x-1.2.tar.gz | 9.97 KB | 0d0992fc6d1e2343280574192157e70e |
| views_attach-6.x-1.2.zip | 12.56 KB | 04647cc87ecd371d18178909532b2589 |
Release notes
Changes since DRUPAL-6--1-1:
views_attach 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| views_attach-6.x-1.1.tar.gz | 10.02 KB | 79b250f5c5e850899bac39686dc36dcb |
| views_attach-6.x-1.1.zip | 12.63 KB | d98cf21500beffd6918fe731ed3070aa |
Release notes
#362670: is this really usable outside node main page ? by yched. Allow the view to pass in the attached nid or uid explicitly rather than relying on the current URL.
#362250: use content_build_modes() for finer control by cyberpunk, yched, and Crell. Use content_build_modes() to control when a view gets attached to nodes
rather than hard-coding full node and teaser.
by Crell: Switch the node type selector from a select box to a checkboxes set.
by Crell: Show the default argument field rather than "Yes" or "No", which are not that self-explanatory.
#361666: Output view title in embedded views by Crell: Allow displaying of the view title on view. Note that this uses an "item" FAPI element, which
does result in a being included. Themers beware. :-)
Warning: The structure of options for this display has changed. That means you will need to edit and resave the view to update them. Sorry, no way around that. :-(
views_attach 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| views_attach-6.x-1.0.tar.gz | 9.45 KB | 605273d9767b67bafa032cbeb8ba3fe9 |
| views_attach-6.x-1.0.zip | 11.89 KB | 763af15a9801c4f43cd9e92fc4e5e6ec |
Release notes
First stable release. No known bugs as of when it's released. (I'm sure we'll find some later.)
views_attach 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| views_attach-6.x-1.x-dev.tar.gz | 10.7 KB | 0054ad41b2e518712e8ab65a97158ea6 |
| views_attach-6.x-1.x-dev.zip | 13.44 KB | a6a5588e476038874aea1a6708d1d642 |
Release notes
Development version. Should be fairly stable, but usual caveats apply.