Correctly render Markdown in Changes field in emails.

Review Request #7833 — Created Dec. 27, 2015 and submitted

Information

Review Board
master

Reviewers

Change description text in review request emails previously did not
correctly render Markdown formatted text, even if Markdown was
enabled.  Now, the rich_text field is leveraged for enabling
Markdown, similar to how it is done when rendering other fields.
Examined both text and HTML emails with all combinations of 
Markdown enabled/disabled and change description text which
both did and did not contain Markdown formatting.
david
  1. Ship It!
  2. 
      
gmyers
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.5.x (128668c)
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/notifications/email.py
    
    Ignored Files:
        reviewboard/templates/notifications/review_request_email.html
        reviewboard/templates/notifications/review_request_email.txt
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/notifications/email.py
    
    Ignored Files:
        reviewboard/templates/notifications/review_request_email.html
        reviewboard/templates/notifications/review_request_email.txt
    
    
  2. 
      
Loading...