Issue 1575223
Created on 2006-10-11 12:22 by htrd, last changed 2006-11-09 01:13 by richard.
msg2875 |
Author: [hidden] (htrd) |
Date: 2006-10-11 12:22 |
|
The email change note formats string property changes
using '%s -> %s'%(oldvalue, value). This is not so
good for property values with embedded CR.
The attached patch splits the old and new values over
separate lines, and indents each line in the property
value by two spaces.
|
msg2876 |
Author: [hidden] (htrd) |
Date: 2006-11-07 15:28 |
|
Logged In: YES
user_id=46460
Updated patch. The previous patch did not always defend against the property values being None.
|
msg2877 |
Author: [hidden] (richard) |
Date: 2006-11-09 01:13 |
|
Logged In: YES
user_id=6405
Thanks!
|
|
Date |
User |
Action |
Args |
2006-10-11 12:22:11 | htrd | create | |
|