Closed (fixed)
Project:
Comment Notify
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
10 Mar 2008 at 22:17 UTC
Updated:
12 Aug 2008 at 20:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
gregglesI'm renaming this to a more descriptive title that contains just one problem. Please create a new issue regarding sending mail on cron.
Also, while I generally agree with the sentiment that core tables should not be modified I don't plan to fix this directly but instead have some ideas on other ways to change the module to handle your advice.
Comment #2
gregglesOne more thought about this...currently the module uses some database specific concat/md5 functions to create a hash for unsubscribing users. If this were in its own table then it could have four columns:
cid|notification_hash|active
That way we can create the hash in php and create the link and the unsubscribe function in a more database agnostic manner (and probably a faster manner, since it is only calculated once).
Comment #3
gregglesHere is a patch which attempts to do this. I'd love your help in reviewing/testing.
Comment #4
gregglesMinus the debug statements...
Comment #5
gregglesThis is now fixed - http://drupal.org/cvs?commit=130452
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.