I notice that there are a few maintainers on this project. It is under active development?

We'll be making some additions to nodeconnect for a project we're working on. I think they are known gaps (ie. largely already tracked int he issue queue).

I can submit patches to the various issues but I think that might be challenging to keep in sync depending on how quickly fixes get committed. It might just be easier for me to make a sandboxed version. I have submitted patches to various issues but if not reviewed they will break as code changes.

I would like to cooperate with the current maintainers as much as possible, and if they are open to it I'd be willing to act as a co-maintainer for nodeconnect.

Comments

dtarc’s picture

bump

dtarc’s picture

Is this module being maintained? I would like to come on as a co-maintainer.

I have added some patched to issues and additionally we've been using other patched posted by others that could be committed.

I will try to find one of the maintainers in IRC to ask.

Additionally I will start a sandbox project with these patches.

Oniryck’s picture

This module is just wonderful, exactly what I wanted to do, already greatly implemented. I hope it is indeed being maintained or that you'll be able to give it life again dtarc

criscom’s picture

darc, ever heard back from the maintainers? it seems as if this module has stalled. i would be interested in your patches. can you provide me with a link to your sandbox?

dtarc’s picture

No word from the maintainers. Here's how we're patching nodeconnect (via drush make):

projects[nodeconnect][subdir] = contrib
projects[nodeconnect][type] = module
projects[nodeconnect][download][type] = git
projects[nodeconnect][download][url] = git://git.drupal.org/project/nodeconnect.git
projects[nodeconnect][download][revision] = 156f1ae3
projects[nodeconnect][download][branch] = 7.x-1.x
projects[nodeconnect][patch][] = http://drupal.org/files/nodeconnect_add_preserve_query-1529056-1.patch
projects[nodeconnect][patch][] = http://drupal.org/files/nodeconnect_abstraction_form_additions-1558574-5.patch
projects[nodeconnect][patch][] = http://drupal.org/files/nodeconnect_support_select_widget-1341592-7.patch
projects[nodeconnect][patch][] = https://raw.github.com/gist/2921201/a84b734df32d638a846aaa26d747bafa9acacaf3/ie7-expected-identifier-error-1543714-x.patch
projects[nodeconnect][patch][] = http://drupal.org/files/1561634-ie7-add-edit-buttons.patch
projects[nodeconnect][patch][] = https://raw.github.com/gist/2927299/ef5c5b1a73515db81c3207dbd492dcbfaa18c704/nodeconnect_apply_per_field-1.patch
dtarc’s picture

criscom you might have better luck with Entityconnect http://drupal.org/project/entityconnect . I think I'd go that route for new projects but we're sticking with nodeconnect for existing projects rather than going through the pain of switching.