Can this be updated for drupal 6 please? I'm looking for just such a module.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | minimal_d6.diff | 3.92 KB | mooffie |
Can this be updated for drupal 6 please? I'm looking for just such a module.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | minimal_d6.diff | 3.92 KB | mooffie |
Comments
Comment #1
Crell commentedThe views form function doesn't work yet and panels is still pending panels figuring out what it's doing, but most of it seems to work. :-)
Comment #2
mooffie commentedThe module's hook_menu() isn't compatible with D6.
Comment #3
mooffie commentedHere's a minimal port to D6. (sans the Views stuff, which I might work on some other time.)
(Note that I'm doing a node_access('view') access check. I'm not sure the D5 version has it.)
Comment #4
Crell commentedThe hook_menu() in the 6.x branch should be converted to D6. I remember doing so. Are you sure?
Comment #5
mooffie commentedOh, my!
You made your changes to HEAD. But the '6.x-dev' package is pointing to DRUPAL-6--1, which is still D5 code. I was looking at this '6.x-dev', that's why I didn't see your D6 code.
Comment #6
Crell commented... Oh crap. I see what the problem is. I keep forgetting after I branch in CVS that it does not switch to that branch. *sigh* I'll fix this in CVS shortly. Sorry about the mixup.
Comment #7
Crell commentedOK, I think I got CVS sorted out now. Give the tarball a few hours to rebuild. Sorry for the mixup.