1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/maniphest/controller
epriestley 8994a81b35 Make event-triggered actions more aware of application access
Summary:
Fixes T3675.

  - Maniphest had a couple of old non-event listeners; move them to events.
  - Make most of the similar listeners a little more similar.
  - Add checks for access to the application.

Test Plan:
  - Viewed profile, project, task, revision.
  - Clicked all the actions.
  - Blocked access to various applications and verified the actions vanished.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T3675

Differential Revision: https://secure.phabricator.com/D7365
2013-10-21 17:00:50 -07:00
..
ManiphestBatchEditController.php Add capabilities for editing task triage details (priority, assignee, etc) 2013-10-21 16:59:06 -07:00
ManiphestController.php Make Maniphest list page react to viewer capabilities 2013-09-25 13:45:04 -07:00
ManiphestExportController.php Fix excel export of builtin queries 2013-09-17 11:30:48 -07:00
ManiphestReportController.php Always pass handles to tokenizers, not <phid -> name> maps 2013-10-07 12:51:24 -07:00
ManiphestSubpriorityController.php Remove "ManiphestTransactionEditorPro" 2013-10-21 16:58:37 -07:00
ManiphestSubscribeController.php Remove "ManiphestTransactionEditorPro" 2013-10-21 16:58:37 -07:00
ManiphestTaskDescriptionPreviewController.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
ManiphestTaskDetailController.php Make event-triggered actions more aware of application access 2013-10-21 17:00:50 -07:00
ManiphestTaskEditController.php Add capabilities for editing task triage details (priority, assignee, etc) 2013-10-21 16:59:06 -07:00
ManiphestTaskListController.php Add capabilities for editing task triage details (priority, assignee, etc) 2013-10-21 16:59:06 -07:00
ManiphestTransactionPreviewController.php Use ManiphestTaskQuery in nearly all interfaces 2013-09-25 13:44:14 -07:00
ManiphestTransactionSaveController.php Remove "ManiphestTransactionEditorPro" 2013-10-21 16:58:37 -07:00