moodle/admin/tool/monitor/tests
David Mudrák db1d5b104b MDL-53674 event monitor: Do not send HTML as plain text formatted emails
There were two problems here.

* The $msgdata->fullmessage was always formatted as HTML even if the
  $msgdata->fullmessageformat was set to the original template's format.
* The plain text part of the emailed message contained HTML code.

The patch makes sure that the original template is always formatted into
HTML and then converted to plain text before setting the text/plain
multipart of the sent email.
2016-04-08 15:14:23 +02:00
..
behat MDL-49150 behat: Removed unnecessary @javascript tags 2016-03-22 13:54:12 +08:00
generator
eventobservers_test.php MDL-53674 event monitor: Do not send HTML as plain text formatted emails 2016-04-08 15:14:23 +02:00
events_test.php MDL-47900 tool_monitor: expanded unit tests 2014-11-06 18:46:45 -08:00
generator_test.php MDL-47922 tests: Enable tool monitor in various tests 2014-11-05 10:19:45 +05:30
rule_manager_test.php MDL-47922 tests: Enable tool monitor in various tests 2014-11-05 10:19:45 +05:30
subscription_manager_test.php MDL-47892 tool_monitor: add count_rule_subscriptions method and unit tests 2014-10-31 15:10:19 +08:00
task_clean_events_test.php MDL-47900 tool_monitor: expanded unit tests 2014-11-06 18:46:45 -08:00