Comments

jzornig’s picture

StatusFileSize
new2.58 KB

I've done a port to D7 the patch is attached.

adellefrank’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new1.62 KB

I tried out jzornig's patch above. Excellent, work, jzornig! This does exactly as it promises, thanks!!

adellefrank’s picture

Status: Reviewed & tested by the community » Patch (to be ported)

Hi, 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.

rolandu’s picture

I 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.

beardedgeek’s picture

I'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.

Renee S’s picture

Awesome, thanks beardedgeek!

richardp’s picture

Awesome 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

sylvaticus’s picture

Issue summary: View changes

@richardp: did you consider opening a new project where to post the D7 version ?

Leeteq’s picture

Priority: Normal » Major
Status: Patch (to be ported) » Reviewed & tested by the community

It is high time to open a 7.x-dev branch now.