What are the plans for bringing this to D7?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | view_revisions_by_content_type-7.x-dev.tar_.gz | 7.16 KB | beardedgeek |
| #2 | view_revisions_by_content_type.zip | 1.62 KB | adellefrank |
| #1 | view_revisions_by_content_type-d7.patch | 2.58 KB | jzornig |
Comments
Comment #1
jzornig commentedI've done a port to D7 the patch is attached.
Comment #2
adellefrank commentedI tried out jzornig's patch above. Excellent, work, jzornig! This does exactly as it promises, thanks!!
Comment #3
adellefrank commentedHi, Wim Leers, just wanted to let you know that jzornig's patch to create a Drupal 7 version of this wonderful module seems to work fine on my test site.
Comment #4
rolandu commentedI tried adellefrank's patched module and it works for me. However, the diff-module wouldn't work - but I think I figured out how to make this work as well:
In "view_revisions_by_content_type.module" Line 33:
'node/%node/revisions/view/%/%',Should be changed to:
'node/%node/revisions/view',I'm sorry I don't know how provide this as a patch.
Comment #5
beardedgeek commentedI'm struggling to understand how to submit this officially, but here's a packaged up 7.x-dev version of this module. it's currently using hook_access rather than hook_node_access, but works. i'll get that updated when I have more time.
Comment #6
Renee S commentedAwesome, thanks beardedgeek!
Comment #7
richardp commentedAwesome port, @beardedgeek
It appears that the original maintainer has lost interest in this project.
Maintainer: would you consider making someone a co-maintainer, so we could post the D7 port, at least as "alpha" if nothing else? Just so others can find it more easily on the project page? I humbly propose myself as co-maintainer (I am the maintainer of several projects here on drupal.org, if that makes me more trustworthy), though I don't really care who does it-- I'd just like to see it listed on the project page!
Thanks,
Richard
Comment #8
sylvaticus commented@richardp: did you consider opening a new project where to post the D7 version ?
Comment #9
Leeteq commentedIt is high time to open a 7.x-dev branch now.