Closed (fixed)
Project:
Reroute Email
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2008 at 03:07 UTC
Updated:
7 Aug 2008 at 18:12 UTC
Jump to comment: Most recent file
Are there any plans to update this module to Drupal 6?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | reroute_email-6.x-1.x-dev.tar_.gz | 7.49 KB | brahms |
| #2 | reroute_email-277525-2.patch | 3.08 KB | brahms |
Comments
Comment #1
kbahey commentedThis is indeed a frequently asked question.
Comment #2
brahms commentedAs I need this module I did a port to Drupal 6. I have attached following files:
reroute_email-6.x-1.x-dev.tar_.gz is a modification of the Drupal 5 branch of the module for testing purposes. To test the D6 port just download this archive file, unpack it in your site's module folder and activate it. It will appear as revision 6.x-1.x-dev.
reroute_email-277525-2.patch provides the same port as an "official" patch file (following the standardized naming convention as described at http://drupal.org/patch/submit) which applies against the Drupal 5 cvs branch (branch tag DRUPAL-5) of the module.
@kbahey: if you accept this patch I would be glad if you would provide an official 6.x release of the module.
Comment #3
kbahey commentedThanks for the patch.
There should be a 6.x dev release tomorrow here http://drupal.org/node/286739.
I am wondering why you use:
Instead of:
Comment #4
kbahey commentedChanging title.
Comment #5
brahms commentedThank you for providing the 6.x dev release.
I had to use $msg[] because $message['body'] is an array in Drupal 6 (see the description of $message array in the Drupal 6 API function hook_mail(). I noticed this when I started debugging the ported code.
Comment #6
kbahey commentedOK.
I created a stable release.
Thanks for your contribution.
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.