Views of revisions for a specific node with the tags
toemaz - September 14, 2007 - 09:57
| Project: | Revision tags |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
In the views code of this module, I read:
// TODO: To be able to see revisions and tags (not just the tag of the current
// revision), we need a join on nid. This probably dictates an alias?
Do you think this can be solved with an alias? I think views cannot handle this. When it would, we would be able to create a node/nid/revisions list, with views, together with the tags. But my feeling says Views is not able to handle the (1 to many) node -> node_revisions relationship, as I recently described here. It would work according to me, if Views could handle 'RIGHT JOINS'.
What do you think about it?

#1
Not relevant anymore. There is no need to use a right join. It will perfectly work with the current views functionality.
#2
Can you expand on this? I can't seem to get this working using the latest version of views for D5. What I would like to do is have a view that can select multiple revisions in one view or a revision other than the latest one.
The TODO comment is still in revisionstags_views.module, but I don't seem to be able to get a view to show multiple revisions or revisions other than the latest one.
Is there an uncommitted version for the D5 branch?
Thanks