Email Archive Digest summaries contain duplicate info
GENERAL
TESTING
GENERAL
TESTING
Description
The getMessage() method for email, announcements, syllabus contain duplicate "This automatic notification message ..." paragraphs for each and every message (plus an additional one at the end). The getTag() used to add this information, but it is now included within the plainTextContent() and htmlContent() methods. Suggested change: add "isHtml" parameter to getTag(), and move this functionality back to getTag().
Additionally, the header info (To:, From:, Subject:, etc.) is concatenated onto one line without any newlines – looks like it's been like this for a very long time...
These fixes have been included in an official foundation release so I am marking them as closed and unassigning them from the Sakai QA account
David Horwitz May 23, 2008 at 5:54 AM
merged into 2-5-x
Beth Kirschner February 26, 2008 at 7:19 AM
resolved – verify with email notifications from syllabus, email archive, resources and announcements, as well as digest notifications from email archive (note digest notifications not working from syllabus, resources, announcements – see linked JIRA ticket).
Beth Kirschner February 25, 2008 at 1:37 PM
tags still not being rendered correctly... I'll update this along with changes....
ZachT February 22, 2008 at 10:37 AM
see revisions 41525 and 41526. This needs to be verified.
The getMessage() method for email, announcements, syllabus contain duplicate "This automatic notification message ..." paragraphs for each and every message (plus an additional one at the end). The getTag() used to add this information, but it is now included within the plainTextContent() and htmlContent() methods. Suggested change: add "isHtml" parameter to getTag(), and move this functionality back to getTag().
Additionally, the header info (To:, From:, Subject:, etc.) is concatenated onto one line without any newlines – looks like it's been like this for a very long time...