I'm creating this issue to remind myself to port this module to D7. I've already done it with View reference and Block reference. I might wait till a few more issues are solved on References so we don't keep going back and forth with the same problems.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | revisionreference.zip | 12.81 KB | peem83 |
Comments
Comment #1
peem83 commenteddo you know (more-less) when the module will be available for drupal7 ?
Comment #2
peem83 commentedI need that module asap that's why I decide to port it by myself. I attached results of my work. You can test it, review the code and release D7 version if it's ok for you.
Comment #3
geek-merlingood stuff!!
Comment #4
geek-merlintried this and works just fine!
only it seems that i cannot use as relation in views - any idea how to do that?
Comment #5
peem83 commentedwhat do you mean by 'i cannot use as relation in views', what exactly you're trying to do ?
Comment #6
geek-merlin* install noderef and noderevisionref modules
* create a nodetype with a noderef and a noderevisionref field
* use it in a view
* now on the right side under "relationships" you can create a relationship for the noderef field, bot *not* for the noderevisionref field.
Comment #7
chx commentedhttp://drupal.org/sandbox/chx/1320416
Comment #8
danielb commentedWow, it's so easy to forget about modules that don't show up in your issue queue list!
Good on ya chx, I don't think I have permissions to assign a new committer.
I might be able to commit what you've done though?
FYI I would love to see these references modules rolled together into one project such as references:
http://drupal.org/project/references
Or at least to leverage the common functionality between them, and still keep it as a separate project. I haven't spoken to the original maintainer of this module though (PEpe), but I thought I'd get my opinion out there.
Or perhaps even one of these projects?
http://drupal.org/project/relation
http://drupal.org/project/entityreference
I don't know what the future holds for these modules, I should sit down one day and try to figure it out.
Comment #9
chx commentedAs the relation maintainer I shudder at the thought of supporting revisions.
Comment #10
danielb commentedWell that answers that.
For now I have committed the work of chx and peem83 and made a release so people can get cracking on it.