Support from Acquia helps fund testing for Drupal Acquia logo

Comments

AlexKirienko’s picture

Title: Send all error information about error. » Send all information about error.
AlexKirienko’s picture

FileSize
10.24 KB

Please check attached patch.

Also I have implemented mimemail module support.

AlexKirienko’s picture

Status: Active » Needs review
AlexKirienko’s picture

FileSize
9.78 KB

Better patch attached.

AlexKirienko’s picture

FileSize
9.53 KB

In last patch I accidentally included
Send email only if new messages exist. (https://www.drupal.org/node/2489124)

Fixed.

AlexKirienko’s picture

Last patch has Fatal Flaw

in

if (module_enable(array('mimemail'))) {

I will provide fixed patch later.

AlexKirienko’s picture

FileSize
9.45 KB

Fixed patch.

AlexKirienko’s picture

FileSize
10.17 KB

In last patch username in reports was displayed as Anonymous. Fixed in patch #8