gnu-social/plugins/EmailSummary
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
..
Email_summary_status.php Complete email summary sending system 2010-11-08 13:10:09 -05:00
EmailSummaryPlugin.php Complete email summary sending system 2010-11-08 13:10:09 -05:00
sendemailsummary.php Complete email summary sending system 2010-11-08 13:10:09 -05:00
siteemailsummaryhandler.php Complete email summary sending system 2010-11-08 13:10:09 -05:00
useremailsummaryhandler.php Complete email summary sending system 2010-11-08 13:10:09 -05:00