1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-24 15:52:41 +01:00
phorge-phorge/src/applications/audit
epriestley 0d01dab5a3 Partially revert D14511 to fix "INLINE COMMENTS" in mail
Summary:
Ref T9845. In Differential, this is not a remarkup block -- it's a mail section. `addTextSection()` has special magic behavior when handed a prebuilt section since D9375.

Swapping to `addRemarkupSection()` causes the error in T9845 and renders nothing in the comment section.

Even if it were a block of text, it would not be appropriate to add it as remarkup. This would incorrectly render comments in files like `__init__.py`, which are common on Python (the filename would render as "__init__.py"). Okay that's a bad example since it works fine but, uh, a file named `T123` would be no good or whatever.

I'll realign T9845 to clean this up and fix it more durably.

Test Plan: Sent myself some mail with inline comments, saw them in the mail.

Reviewers: joshuaspence, chad

Reviewed By: chad

Maniphest Tasks: T9845

Differential Revision: https://secure.phabricator.com/D14589
2015-11-28 13:40:57 -08:00
..
application Modernize Audit search engine 2015-08-31 10:17:54 -07:00
conduit Load audit requests when querying audits 2015-09-25 10:43:17 -07:00
constants [Redesign] Misc batch of UI buggypoos 2015-06-19 13:18:42 +01:00
controller Update Audit for handleRequest 2015-08-01 16:57:18 -07:00
editor Partially revert D14511 to fix "INLINE COMMENTS" in mail 2015-11-28 13:40:57 -08:00
mail Move commits to the "COMMIT" mail prefix 2015-09-25 10:43:11 -07:00
management phtize all the things 2015-05-22 21:16:39 +10:00
query Modernize Audit search engine 2015-08-31 10:17:54 -07:00
storage Extend from Phobject 2015-06-15 18:02:27 +10:00
view [Redesign] Misc batch of UI buggypoos 2015-06-19 13:18:42 +01:00