View Issue Details

IDProjectCategoryView StatusLast Update
0008288mantisbtemailpublic2008-11-25 15:19
Reporterlibregeek Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0008288: The Issue history in email notification garbled
Description

The issue history which is attached with the email notification seems to be garbled when we use email id as username. The Timestamp, email and the field values are concatenated in some way. Please see the attached screenshot

TagsNo tags attached.
Attached Files
email-bug-mantis.jpg (39,255 bytes)   
email-bug-mantis.jpg (39,255 bytes)   

Activities

tmatijas

tmatijas

2008-11-25 03:08

reporter   ~0020016

see also ticket 0009888..

tmatijas

tmatijas

2008-11-25 15:19

reporter   ~0020043

2 work arounds for the issue that effects how the email looks in terms of padding between columns.. Both work arounds SUCK but it is all I have.

  1. In the global config_inc.php just add a space to your normal date and time format. Example is... $g_normal_date_format = 'm-d-y h:i A '; ... Notice how there is a space after the letter A. This will fix spacing between column 1 (Date Modified) from column 2 (Username).

  2. Add a space to the users name under user managment. If your devlopers name is "Mike Jones" just put space at end and make it "Mike Jones " This will fix space between column 2 (Username) and column 3 (Feild).

This workaround is what it is. Really crappy but it does work. If anyone would like to contribute it would be appreciated.