1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-04 12:42:43 +01:00
phorge-phorge/src/applications/transactions/storage
Valerio Bozzolan 7fe622e5d3 Auto-subscription: little less verbose
Summary:
When the user "Mrs. Kitten" adds or remove "Mrs. Kitten" as Subscriber,
usually these messages were generated:

    Mrs. Kitten added a subscriber: Mrs. Kitten.
    Mrs. Kitten removed a subscriber: Mrs. Kitten.

This was a bit like the Spiderman meme self-pointing Spiderman.

After this change, these beautiful messages are generated instead:

    Mrs. Kitten subscribed.
    Mrs. Kitten unsubscribed.

| Before    | After     |
| {F286215} | {F286216} |

Closes T15347

Test Plan:
- subscribe on something
- unsubscribe from something
- all other cases remain as-is

Reviewers: O1 Blessed Committers, bfs, speck

Reviewed By: O1 Blessed Committers, bfs, speck

Subscribers: bfs, speck, tobiaswiese, Matthew, Cigaryno

Maniphest Tasks: T15347

Differential Revision: https://we.phorge.it/D25191
2023-06-15 11:52:02 +02:00
..
PhabricatorApplicationTransaction.php Auto-subscription: little less verbose 2023-06-15 11:52:02 +02:00
PhabricatorApplicationTransactionComment.php Fix an issue where inline comments with only edit suggestions are considered empty 2020-05-23 08:24:57 -07:00
PhabricatorEditEngineConfiguration.php Fix a PHP 8.1 unit test failure in Projects 2022-04-01 12:52:57 -07:00
PhabricatorEditEngineConfigurationTransaction.php Modularize PhabricatorEditEngineConfigurationTransaction 2019-06-20 16:25:21 -07:00
PhabricatorModularTransaction.php When users submit "editing" inlines, warn them that their inlines will be saved 2020-05-04 13:13:15 -07:00
PhabricatorModularTransactionType.php PhabricatorModularTransactionType: fix regression 2023-05-12 21:37:41 +02:00