Add optional Markdown support for the comment dialog.

Review Request #6479 — Created Oct. 21, 2014 and submitted — Latest diff uploaded

Information

Review Board
release-2.0.x
7db8341...

Reviewers

The comment dialog now includes an "Enable Markdown" checkbox for
choosing whether the comment should be in Markdown format. The
TextEditorView used will reflect that setting, transitioning between
CodeMirror and a native textarea.

Unit tests have been added to test that functionality works for all the
various states.

Unit tests pass.

Tested this optional manually, and checked the database for the richText flag
results.

    Loading...