Patch (to be ported)
Project:
Simplenews Statistics
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2012 at 12:16 UTC
Updated:
18 Dec 2014 at 01:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
berdirThat information is currently not stored? The only timestamp is in the simplenews_mail_spool table and that is temporary information that is removed again as configured.
Comment #2
jjchinquistWhich is more logical for you Berdir? Store this information in the simplenews_newsletter table, or to store a "send_start" and "send_end" statistic in the module simplenews_statistics table simplenews_statistics?
Comment #3
jjchinquistHello Berdir. After looking at the databases again, I decided the more appropriate place for the values is in the simplenews_statistics module.
Comment #4
jjchinquisthere the patch against the newest d7-1x version of simplenews_statistics.
Weseze, can you backport this update to the D6 version too?
Tested on 3 sites at work.
Comment #5
weseze commentedThe concept looks great! I will give it a go and backport to D6.
Comment #6
rmcom commentedsubscribing for D6
Comment #7
weseze commentedThis patch will have to be rewritten. As of the latest dev version there is no simplenews_statistics table anymore since id didn't store any information that wasn't already available.
We could re-implement the table to store information like this however. And maybe we could store more information in the future in that table.
Comment #8
rmcom commentedHas this been rolled into the D6 version? If not, I would love to help.
Comment #9
dieuweAs far as I know this was never ported to D6.
Comment #10
dieuweSorry, I think I misunderstood some of the previous comments. This never even made it into the D7 version.
Comment #12
dieuweOkay, this feature is now in the D7 version.
I salvaged what I could from the patch and made some changes. The {simplenews_statistics} table has been reintroduced as an extension of the {simplenews_newsletter} table.
If anyone wishes to backport this to D6, patches are welcome.