1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 01:32:42 +01:00
phorge-phorge/src/applications/repository
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
conduit Set "importing" flag on repositories created via API 2015-03-04 10:36:09 -08:00
config Add getGroup to ConfigOptions 2015-02-09 13:10:56 -08:00
constants Fix Mercurial command injection vulnerability 2015-03-20 09:26:32 -07:00
controller Convert all tokenizers to take token/scalar inputs 2015-03-31 14:10:55 -07:00
customfield Apply some autofix linter rules 2014-09-10 06:55:05 +10:00
daemon Only increment status message cursor if we're going to consume the message 2015-02-18 12:53:37 -08:00
data Fix pht method calls 2015-02-10 18:57:45 +11:00
editor Modernize remaining edge types 2015-01-03 10:58:20 +11:00
engine Provide TERM=dumb for Mercurial commit hooks 2015-03-30 13:02:43 -07:00
graphcache Fix various spelling mistakes 2014-07-13 00:45:33 +10:00
mail Remove reply handler instructions from email 2015-03-31 16:48:17 -07:00
management Improve visibility of repository credential errors 2015-02-19 10:32:25 -08:00
phid Fix some linter violations 2015-01-03 09:11:41 +11:00
query Convert all tokenizers to take token/scalar inputs 2015-03-31 14:10:55 -07:00
response Accept and route VCS HTTP requests 2013-10-29 15:32:40 -07:00
search Diffusion - make projects work properly with commits 2014-11-19 14:43:59 -08:00
storage Set "importing" flag on repositories created via API 2015-03-04 10:36:09 -08:00
worker Fix a missing parameter 2015-03-02 08:15:02 +11:00