Page MenuHomePhabricator

Add a "View Task" button to HTML mail from Maniphest
ClosedPublic

Authored by epriestley on May 30 2019, 5:15 PM.
Tags
None
Referenced Files
F19824976: D20561.id49047.diff
Sun, Mar 8, 5:54 AM
F19800830: D20561.diff
Sat, Feb 28, 6:31 PM
F19722274: D20561.id49047.diff
Fri, Feb 13, 2:55 AM
F19713818: D20561.id.diff
Thu, Feb 12, 12:07 AM
F19704324: D20561.id.diff
Wed, Feb 11, 4:09 AM
F19609714: D20561.id49053.diff
Feb 3 2026, 2:00 PM
F19542525: D20561.id.diff
Jan 22 2026, 10:27 AM
F19540553: D20561.id49053.diff
Jan 21 2026, 11:56 PM
Subscribers
None

Details

Summary

See downstream https://phabricator.wikimedia.org/T1050. Some time ago, we added a "View Revision" button to Differential mail. This hasn't created any problems and generally seems good / desirable.

It isn't trivial to just add everywhere since we need a translation string in each case, but at least add it to Maniphest for now. Going forward, we can fill in more applications as they come up.

Test Plan

Used bin/mail show-outbound --id <x> --dump-html:

Screen Shot 2019-05-30 at 10.11.35 AM.png (478×616 px, 95 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Shouldn't DifferentialTransactionEditor->buildMailBody() get an update to use this new API?

This revision is now accepted and ready to land.May 30 2019, 7:06 PM

Oh, sure, that's pretty reasonable.

  • Share more API in Differential.
  • Add support in Diffusion for good measure.