1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-14 19:02:41 +01:00
phorge-phorge/src/applications/ponder/storage
James Rhodes 0988ddbf2f Don't render HTML for "user answered question" transaction if the rendering target is not HTML
Summary:
Resolves T5817.  Continuation of D10231.

This corrects the rendering of the "user answered question" transaction so that it does not incorrectly attempt to render the question handle as HTML in emails if the rendering target is not HTML.

Test Plan: Used `bin/mail show-outbound` to verify that the email didn't contain escaped HTML when answering a question.

Reviewers: #blessed_reviewers, btrahan, epriestley

Reviewed By: #blessed_reviewers, btrahan, epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T5817

Differential Revision: https://secure.phabricator.com/D10319
2014-08-27 08:28:45 +10:00
..
PonderAnswer.php Allow Ponder questions and answers to be destroyed with bin/remove 2014-08-25 08:41:03 -07:00
PonderAnswerTransaction.php Fix broken handle rendering in Ponder 2014-08-12 12:25:58 -07:00
PonderAnswerTransactionComment.php Various linter fixes. 2014-02-26 12:44:58 -08:00
PonderComment.php Various linter fixes. 2014-02-26 12:44:58 -08:00
PonderDAO.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PonderQuestion.php Allow Ponder questions and answers to be destroyed with bin/remove 2014-08-25 08:41:03 -07:00
PonderQuestionTransaction.php Don't render HTML for "user answered question" transaction if the rendering target is not HTML 2014-08-27 08:28:45 +10:00
PonderQuestionTransactionComment.php Various linter fixes. 2014-02-26 12:44:58 -08:00
PonderVotableInterface.php Delete license headers from files 2012-11-05 11:16:51 -08:00