Commit Graph

106 Commits

Author SHA1 Message Date
Evan Prodromou 76aed36f38 set height and width of avatar td in email summary 2010-11-09 06:59:16 -05:00
Evan Prodromou 974e41aa4b change to a table for HTML output 2010-11-08 18:14:13 -05:00
Evan Prodromou 37407d8c77 stylesheet for outgoing email 2010-11-08 17:31:21 -05:00
Evan Prodromou 0a56523461 Fixup headers for HTML email 2010-11-08 17:22:16 -05:00
Evan Prodromou 797059340e Complete email summary sending system
Added the necessary classes to send email summaries. First, added a
script to run on a daily basis. Second, added a queue handler for
sending email summaries for users, and another to queue summaries for
all users on the site. Fixed up the email_summary_status table to
store the last-sent notice id, rather than a datetime (since we don't
support 'since' parameters anymore). Finally, made the plugin class
load the right modules when needed.
2010-11-08 13:10:09 -05:00
Evan Prodromou 35931e3a0e first steps for email summary 2010-11-08 10:36:19 -05:00