This module look great but I've already taken the plunge and started working with D7 so very interested to know if and when a D7 port is contemplated!
| Comment | File | Size | Author |
|---|---|---|---|
| #18 | botcha-d7port-1045192.patch | 82.31 KB | hles |
| #16 | botcha-7.x-dev.zip | 32.18 KB | stred |
Comments
Comment #1
iva2k commentedI will do the D7 port after the GUI feature stabilizes and releases in D6.
Comment #2
iva2k commentedComment #3
Anonymous (not verified) commented+Subscribe. My thoughts are the same as the original post. Renaming this for clarity in my tracker.
Comment #4
Vin commented+subscribe too. Would love to try it out with drupal 7
Comment #5
jdelaune commentedAlso interested
Comment #6
Vc Developer commentedSub!..
Comment #7
samgreco commented+1
Comment #8
dddave commentedThis awesome module for D7 +++
Comment #9
darioshanghai commented+1
Comment #10
ingram87 commented+1
Comment #11
Canadaka commented+1
Comment #12
iva2k commentedD6 6.x-1.6 release is out, so D7 port is unblocked.
I'm still not using D7 and won't work on D7 port until that happens. If anyone posts a patch for D7, I will review and commit.
Comment #13
laura s commentedSubscribe.
Comment #14
ryan.armstrong commentedSub
Comment #15
joecanti commentedsub +1
Comment #16
stred commentedWith the help of the coder upgrade module I have ported this module to D7 (see .zip attached)
The main issues where
- no token for anonymous users (recipe 1)
- javascript in D7 (recipe 2 and 3)
I didn't check the rule support.
Please report any issues you may encounter.
Comment #17
mgiffordI will try to test this in the future. It is useful to post a patch rather than a zip file. Makes it easier to see what's changed.
@stred - thanks for posting this and doing the upgrade with Coder. You were working from the git repository or the last release?
Comment #18
hles commentedI'm also interested in a D7 version.
Here's a patch against 6.x-dev version based on #16 port to make the review easier. It is exactly the same code with a few more coder critical errors and warnings fixed.
I've installed the module and it looks like it behaves correctly but I'm not sure how to test it more deeply without going live with it, which is not very convenient. I'd be curious to know if there is a way to test it deeply locally.
Comment #19
stred commentedI've started from the last release and I don't think a patch could help because i needed to refactor some part of the code following the issues below. The best option should be that the module author review it...
Comment #20
iva2k commentedPatch #18 did not apply, perhaps due to trailing spaces already removed in 6.x-1.x-dev. Anyway, applied it manually, cleaned up some places, fixed couple of fatal PHP errors (e.g. it appears D7 does not load #validate handlers from included file, perhaps due to some advanced caching).
There are probably more bugs lurking there, but simple form submission test passed, so code committed to 7.x-1.x-dev branch. I will release 7.x-1.0 after few people report it works and stable.
Comment #21
klonosThanx Ilya!
Comment #22
dddave commentedWoooot! Looking forward to testing this baby out. Thanks!