1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 17:58:47 +02:00
phorge-phorge/src/infrastructure/env
Jason Ge 67d4f1ef4c Detect package change and send out email
Summary:
For package creation and deletion, send email to all the owners For
package modification, detect important fields such as owners and paths, and then
send out emails to all owners (including deleted owners and current owners)

Also start using transaction for package creation/deletion/modification.

Test Plan:
- tested mail creation and deletion
- tested modification to auditing enabled, primary owners, owners, paths

Reviewers: epriestley, nh, vrana

Reviewed By: epriestley

CC: prithvi, aran, Koolvin

Differential Revision: https://secure.phabricator.com/D2470
2012-05-14 15:58:24 -07:00
..
__tests__ Explicitly call __destruct() in PhabricatorEnvTestCase 2012-05-14 14:45:06 -07:00
__init__.php Allow PhabricatorEnv to be temporarily made mutable for unit tests 2012-04-17 07:52:01 -07:00
PhabricatorEnv.php Detect package change and send out email 2012-05-14 15:58:24 -07:00
PhabricatorScopedEnv.php Explicitly call __destruct() in PhabricatorEnvTestCase 2012-05-14 14:45:06 -07:00