1. 14 Aug, 2014 1 commit
    • Email content history fix and additions · 55521590
      This addresses a bug in the email content history table where
      "Unknown" was displayed in the number of emails sent column if any sort of
      failure occurred during email sending. This behavior has been editted so now
      the number of emails that failed to send is displayed, along with the number
      of emails that were successfully sent. If the email task is still pending,
      "0 sent" is displayed.
      
      As a small addition, the table now also includes the authors of previously
      sent emails, and the modal window for an email also displays its author.
      njdup committed
  2. 04 Aug, 2014 2 commits
    • Instructors can view previously sent email content · 5791fd10
      Previously on the send email page of the instructor dashboard, instructors could only view
      task information about emails they've sent for their course in the past.
      In addition to this, I've now added the ability to see the content of all previously sent emails.
      
      A "Sent Email History" button has been added to the page. When clicked, a table displaying the
      subject line, number of emails sent, and date/time of submission for each previously sent email
      is created. An instructor can then click on any subject line to see the content of that email,
      displayed in a modal window that appears on the page.
      
      The window is also equipped with a "copy email to editor" button, which copies the emails contents
      to the tinyMCE editor, so that an instructor can easily resend an email that they've sent
      in the past.
      njdup committed