1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/applications/paste/controller
epriestley a1c7ba6b8b Initial support for comments/append-edits in EditEngine
Summary:
Ref T9132. This just replaces the "Add Comment" form in Paste with a generic flow in EditEngine.

No actual field-awareness or action stacking or anything quite yet, but that will come in a bit. This mildly regresses drafts (which don't seem like a big deal for Pastes). I'll hook those up again in the next diff, but I want to build them in a better way that will work with multiple actions in a generic way, and solve T5031.

Big practical advantage here is that applications don't need copy/pasted preview controllers.

Test Plan:
  - Saw previews.
  - Added comments.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9132

Differential Revision: https://secure.phabricator.com/D14637
2015-12-03 07:06:25 -08:00
..
PhabricatorPasteController.php Make mobile navigation work properly by default in more cases 2015-11-03 10:11:24 -08:00
PhabricatorPasteEditController.php Implement a basic version of ApplicationEditor in Paste 2015-11-03 10:11:54 -08:00
PhabricatorPasteListController.php Allow EditEngine configurations to be disabled and marked as "Default" 2015-11-29 08:27:26 -08:00
PhabricatorPasteRawController.php Provide a stable URI for getting raw paste content 2015-09-25 10:45:01 -07:00
PhabricatorPasteViewController.php Initial support for comments/append-edits in EditEngine 2015-12-03 07:06:25 -08:00