• 
      

    Add optional Markdown support for the review request page.

    Review Request #6487 — Created Oct. 21, 2014 and submitted

    Information

    Review Board
    release-2.0.x
    d00ba37...

    Reviewers

    This hooks up the remaining bits of the UI on the review request page to
    the richText settings. Banners, review request fields, and replies all
    now properly load and save properly based on the richText settings.

    Most of this is just passing in richText values around, or converting
    them to text type values. There are also unit tests to check that the
    proper values make it out to the API.

    Unit tests pass.

    Tested saving the various fields and checking the results in the API and
    database.

    reviewbot
    1. Tool: PEP8 Style Checker
      Ignored Files:
          reviewboard/static/rb/js/models/tests/reviewRequestEditorModelTests.js
          reviewboard/static/rb/js/views/reviewRequestEditorView.js
          reviewboard/static/rb/js/resources/models/reviewRequestModel.js
          reviewboard/static/rb/js/views/reviewReplyEditorView.js
          reviewboard/static/rb/js/models/reviewRequestEditorModel.js
          reviewboard/static/rb/js/views/tests/reviewRequestEditorViewTests.js
      
      
      
      Tool: Pyflakes
      Ignored Files:
          reviewboard/static/rb/js/models/tests/reviewRequestEditorModelTests.js
          reviewboard/static/rb/js/views/reviewRequestEditorView.js
          reviewboard/static/rb/js/resources/models/reviewRequestModel.js
          reviewboard/static/rb/js/views/reviewReplyEditorView.js
          reviewboard/static/rb/js/models/reviewRequestEditorModel.js
          reviewboard/static/rb/js/views/tests/reviewRequestEditorViewTests.js
      
      
    2. 
        
    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to markdown-redesign (9601f9e)