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/project/edge
epriestley 8463ad2659 Replace subscribe/unsubscribe for projects with explicit mail setting
Summary:
Ref T10054. Ref T6113. Users can currently subscribe to projects, which causes them to receive:

  # mail about project membership changes, description changes, etc; and
  # mail to the project, e.g. when the project is added as a subscriber on a task, or a reviewer on a revision.

Almost no one cares about (1), and after D15061 you can use Herald to get this stuff if you really want it. (It will get progressively more annoying in the future with external membership sources causing automated project membership updates.)

A lot of users are confused about (2) and how it relates to membership, watching, etc, and most users who want (2) don't want (1).

Instead, add an explicit option for this and explain what it does.

This is fairly verbose but I've hidden it on the member/watch screen, which is now the "explain how projects work" screen, I guess.

Test Plan:
{F1064929}

{F1064930}

{F1064931}

  - Disabled/enabled mail for a project.
  - Sent mail to a project with mail disabled, verified I didn't get a copy.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T6113, T10054

Differential Revision: https://secure.phabricator.com/D15065
2016-01-19 19:39:02 -08:00
..
PhabricatorProjectMaterializedMemberEdgeType.php Materialize parent project memberships 2015-12-23 14:39:09 -08:00
PhabricatorProjectMemberOfProjectEdgeType.php Migrate Project edges to subclass PhabricatorEdgeType 2015-01-02 10:10:59 +11:00
PhabricatorProjectObjectHasProjectEdgeType.php Maniphest - remove references to deprecated transaction type TYPE_PROJECTS from code 2014-12-18 14:17:16 -08:00
PhabricatorProjectProjectHasMemberEdgeType.php Migrate Project edges to subclass PhabricatorEdgeType 2015-01-02 10:10:59 +11:00
PhabricatorProjectProjectHasObjectEdgeType.php Modernize Project/Object edges 2014-07-17 15:42:19 -07:00
PhabricatorProjectSilencedEdgeType.php Replace subscribe/unsubscribe for projects with explicit mail setting 2016-01-19 19:39:02 -08:00