Having not looked into this code too deeply. Would it be a lot of work job to port/upgrade this module to Drupal 7?

Comments

ivadenis’s picture

subscribing

damiandab’s picture

+1

frozenrey’s picture

it would be GREAT!!!

Connie Chen’s picture

Any new development.

mrmeech’s picture

Just throwing my voice behind the idea of having a D7 port of this moule. :)

barrett’s picture

I concur wholeheartedly with the desire for a D7 port but the priority for me at the moment is to get the existing D6 version up to production release and stable.

Patches toward a D7 port are more than welcome, though.

bearstar’s picture

I have a client who uses icontact and is in the process of migrating to D7. Is there any outlook or timeframe for a D7 version?

Chris Charlton’s picture

Ditto @bearstar.

barrett’s picture

I've begun work on the D7 port and a 7.x-2.x-dev release should be appearing on the site once d.o's packaging bot runs next.

Please see the note on the project page about the branch's current status and pitch in to help get it to where it needs to be.

hyperglide’s picture

Version: » 7.x-2.x-dev

@Barrett - Thanks for the efforts. Is there a task list of what is required to move this to a production ready module?

barrett’s picture

@HyperGlide,

To get the d7 version of the module to match the functionality of the d6 version, the Subscribe module needs some work. I had it partially working and then got pulled off to other tasks and haven't been able to return to it.

To be at a state I'd like it to be in before cutting a full 7.x-2.0 release branch it needs, at a minimum, the above plus #1813926: Fatal error when attempting to add list.

I'd also really like to include SimpleTests, #1814810: Add a low level error handling and reporting layer , #1813428: Support custom fields and #1803902: Extend features of subscribing users during registration, but those may be deferred until the 7.x-3.x branch which I've started doing some planning on.

If anyone has bandwidth to contribute to those efforts, I'm always happy to accept patches.

hyperglide’s picture

@Barrett

Thank you for the reply. I am not a coder so unable to write patches.

I am guessing there is now immediate projects that you are working on that requires this module?

barrett’s picture

@HyperGlide, unfortunately, no there aren't projects I'm working currently which require the module. That's why it's been progressing so slowly. Without something requiring it, I just haven't had bandwidth to work on it.

johnlutz’s picture

Issue summary: View changes
StatusFileSize
new53.39 KB

Have worked a bit here towards finishing the Drupal 7 port. Was mainly concerned with the Subscribe module, but did work toward all three to clean up broken-ness and php errors. Also added one more setting to the Subscribe Method page for a field mappings textfield to store mappings for user field to map to iContact fields. Please review.