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 0bf3519045 Rewrite workboards to have way more bugs
Summary:
Ref T4900. Briefly:

  - Much more layout and rendering is now done in Javascript.
  - This should otherwise be identical to the behavior at HEAD, except that:
    - editing a task and removing the current board from it no longer removes the task; and
    - points still don't work.

However, this can now plausibly support realtime workboard updates and other complex state-based behaviors like points calculations in a future change.

Test Plan:
  - Changed card covers.
  - Moved cards.
  - Sorted board by priority and natural.
  - Added new cards.
  - Edited cards in place.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T4900

Differential Revision: https://secure.phabricator.com/D15234
2016-02-10 13:08:38 -08:00
..
ManiphestBatchEditController.php Merge branch 'master' into redesign-2015 2015-06-23 13:36:47 -07:00
ManiphestController.php Move inline edit from task lists to EditEngine 2015-12-08 15:29:11 -08:00
ManiphestExportController.php Partially update Maniphest for handleProcess 2015-08-01 17:06:57 -07:00
ManiphestReportController.php Swap charts from gRaphael to D3 2016-02-01 10:36:59 -08:00
ManiphestSubpriorityController.php Partially update Maniphest for handleProcess 2015-08-01 17:06:57 -07:00
ManiphestTaskDetailController.php Fix two minor points UI issues 2016-02-09 11:57:36 -08:00
ManiphestTaskEditController.php Rewrite workboards to have way more bugs 2016-02-10 13:08:38 -08:00
ManiphestTaskListController.php Partially update Maniphest for handleProcess 2015-08-01 17:06:57 -07:00