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 dd4537edef Route Maniphest editing and transactions primarily through shared code
Summary: Ref T418. Although Maniphest does not use ApplicationTransactions, we can fake a lot of it and provide a more uniform API. Deletes as much custom code from Maniphest as possible along the edit workflows, using core code instead.

Test Plan:
With custom fields:

  - Edited a task.
  - Created a task.
  - Queried a task with Maniphest.
  - Updated a task with Maniphest.
  - Used `?template=nnn` to create a similar task.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T418

Differential Revision: https://secure.phabricator.com/D7001
2013-09-16 16:03:01 -07:00
..
ManiphestBatchEditController.php Clean up dead code from old task list 2013-09-13 11:50:29 -07:00
ManiphestController.php Fix some Maniphest links 2013-09-13 16:56:21 -07:00
ManiphestExportController.php Update batch edit and export to excel for "pro" queries 2013-09-13 11:49:47 -07:00
ManiphestReportController.php Fix some Maniphest links 2013-09-13 16:56:21 -07:00
ManiphestSubpriorityController.php
ManiphestSubscribeController.php
ManiphestTaskDescriptionChangeController.php
ManiphestTaskDescriptionPreviewController.php
ManiphestTaskDetailController.php Route Maniphest detail view through common custom field code 2013-09-16 16:02:27 -07:00
ManiphestTaskEditController.php Route Maniphest editing and transactions primarily through shared code 2013-09-16 16:03:01 -07:00
ManiphestTaskListController.php Clean up dead code from old task list 2013-09-13 11:50:29 -07:00
ManiphestTransactionPreviewController.php
ManiphestTransactionSaveController.php