1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 09:22:40 +01:00
phorge-phorge/src/applications/maniphest/controller
epriestley dec03cf076 Prepare a replacement for Controller->renderHandlesForPHIDs()
Summary:
Ref T7689. This gives HandleLists `renderList()` and `renderHandle()` methods, which return views that can perform just-in-time data fetching and generally look and feel like other rendering code, instead of being odd pseudo-functional methods on `Controller`.

Also converts callsites on the Maniphest detail page to use these methods.

Next changes will wipe out more of the callsites.

Test Plan:
  - Viewed Maniphest detail page with many relevant handles.
  - Created a new subtask.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7689

Differential Revision: https://secure.phabricator.com/D12205
2015-03-31 05:48:19 -07:00
..
ManiphestBatchEditController.php Maniphest - remove references to deprecated transaction type TYPE_PROJECTS from code 2014-12-18 14:17:16 -08:00
ManiphestController.php Fix mobile Maniphest Create link 2015-02-24 14:52:57 -08:00
ManiphestExportController.php Remove @group annotations 2014-07-10 08:12:48 +10:00
ManiphestReportController.php Change setErrorView to setInfoView in PHUIObjectBoxView 2015-03-06 17:03:18 -08:00
ManiphestSubpriorityController.php Fix literally thousands of drag-to-reorder priority bugs 2015-03-20 17:38:25 -07:00
ManiphestTaskDetailController.php Prepare a replacement for Controller->renderHandlesForPHIDs() 2015-03-31 05:48:19 -07:00
ManiphestTaskEditController.php Move PHUIErrorView to PHUIInfoView 2015-03-01 14:45:56 -08:00
ManiphestTaskListController.php Decouple some aspects of request routing and construction 2014-10-17 05:01:40 -07:00
ManiphestTransactionPreviewController.php Do not CC users without permissions to view an object 2015-01-01 08:05:52 -08:00
ManiphestTransactionSaveController.php Fix some CC handling in Maniphest 2015-01-11 17:57:20 -08:00