Roundup Tracker - Issues

Issue 1575223

classification
email change note for multiline properties
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : htrd, richard
Priority: normal : patch

Created on 2006-10-11 12:22 by htrd, last changed 2006-11-09 01:13 by richard.

Files
File name Uploaded Description Edit Remove
roundupdb.py.diff htrd, 2006-11-07 15:28
Messages
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!
History
Date User Action Args
2006-10-11 12:22:11htrdcreate