1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 10:22:42 +01: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 Allow Maniphest tasks to be edited from the list view 2013-05-30 18:55:25 -07:00
ManiphestSubscribeController.php Add Subscribe option to maniphest 2013-05-03 15:47:39 -07:00
ManiphestTaskDescriptionChangeController.php Delete license headers from files 2012-11-05 11:16:51 -08:00
ManiphestTaskDescriptionPreviewController.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
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 Delete license headers from files 2012-11-05 11:16:51 -08:00
ManiphestTransactionSaveController.php Use Application PHIDs in Files 2013-07-22 12:17:39 -07:00