Hello!
Looks like Notifications module is more or less into the coma - and even if it wasn't, there are whole bunch of other messaging modules. It is useful to have ability to use them in conjunction with Mailcomment module - or even send outgoings e-mail with your own module. I had to write such a module (to realise sofisticated business logic), and just commented out Notifications-related code in Mailcomment and copied Message-ID-generating functions to my module. But that is not good solution in a long term.
So I'm ready to write a patch to move Notifications-related code into Mailcomment submodule, and to provide API function to generate Message-ID string. So those of us, who are happy with Notifications, will just enable this submodule and will use Mailcomment as they did; while others will be able to integrate other messaging module. Are there any chances for this patch to be committed?
Comments
Comment #1
danepowell commentedSounds like an awesome idea, I would gladly accept such a patch!
Comment #2
paolomainardi commentedHi renat, any chance to have your patch ?
Comment #3
nbchip commentedGreat idea, i would like to integrate it with http://drupal.org/project/message_notify module.
Comment #4
paolomainardi commented@nbchip great, me too, do you already have some code to share ?
Comment #5
nbchip commentednot my, but here is something to try.
http://drupal.org/node/1730706
Comment #6
paolomainardi commented@nbchip thanks a lot for sharing, i didn't notice it yet
Comment #7
danepowell commentedI moved Notifications integration into a submodule: http://drupalcode.org/project/mailcomment.git/commit/a34274f
This removes the dependency on Notifications from the main module, and also adds an update hook so that existing users will have the submodule enabled on upgrades.
This doesn't touch the message-ID generation function or provide any sort of new API- if those changes happen, they will probably be in conjunction with #1730706: Basic integration with Message Notify