1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 09:42:41 +01:00
phorge-phorge/src/applications/pholio
epriestley 030e05aa4c Remove reply handler instructions from email
Summary:
Ref T7199. Although this is useful for discovery, it's un-useful enough that we already have an option to disable it, and most applications do not provide any meaningful instructions.

Throwing it away makes it easier to move forward and lets us get rid of a config option.

This is becoming a more advanced/power-user feature anyway, and the new syntax will be significantly more complex and hard to explain with a one-liner. I'm currently thinking that I'll maybe make the "help" menu a dropdown and give it some options like:

  +---+
  | O |
  +---+---------------------+
  | Maniphest Documentation |
  | Maniphest Email Actions |
  +-------------------------+

Then you click the "Email Actions" thing and get a runtime-derived list of available options. Not sure if I'll actually build that, but I think we can fairly throw the in-mail instructions away even if we don't go in that specific direction.

Test Plan: Grepped for `replyHandlerInstructions`, got no hits.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7199

Differential Revision: https://secure.phabricator.com/D12229
2015-03-31 16:48:17 -07:00
..
application Remove getIconName from all applications 2015-01-30 12:11:21 -08:00
capability Simplify the implementation of PhabricatorPolicyCapability subclasses 2014-07-25 08:25:42 +10:00
config Lock all reply-handler options in the upstream, plus cookie prefix 2015-02-13 11:00:09 -08:00
constants Remove @group annotations 2014-07-10 08:12:48 +10:00
controller Convert all tokenizers to take token/scalar inputs 2015-03-31 14:10:55 -07:00
edge Modernize Pholio edges 2015-01-02 10:11:41 +11:00
editor Add addLinkSection to MailBody to properly format URIs 2014-10-30 15:24:10 -07:00
event Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00
lipsum Fix lispum generation of Pholio mocks 2015-03-02 08:15:32 -08:00
mail Remove reply handler instructions from email 2015-03-31 16:48:17 -07:00
phid Rename PHIDType classes 2014-07-24 08:05:46 +10:00
query Convert all tokenizers to take token/scalar inputs 2015-03-31 14:10:55 -07:00
remarkup Rename PhutilRemarkupRule subclasses 2014-08-05 00:55:43 +10:00
search Rename PHIDType classes 2014-07-24 08:05:46 +10:00
storage Fix lispum generation of Pholio mocks 2015-03-02 08:15:32 -08:00
view Don't show meme Remarkup hint button if Macro application is not usable 2014-11-24 15:25:25 -08:00