1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 00:02:41 +01:00
phorge-phorge/src/applications/differential
epriestley 102ea3cfa4 Replace Differential Edit controller with EditEngine-driven EditPro controller
Summary:
Ref T11114. This replaces the old edit controller with a new one based entirely on EditEngine.

This removes the CustomFieldEditEngineExtension hack for Differential, since remaining field types are fairly straightforward and work with existing EditEngine support, as far as I can tell.

Test Plan:
  - Created a revision via web diffs.
  - Updated a revision via web diffs.
  - Edited a revision via web.
  - Edited nonstandard custom fields ("Blame Revision", "JIRA Issues").
  - Created a revision via CLI.
  - Updated a revision via CLI.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11114

Differential Revision: https://secure.phabricator.com/D17054
2016-12-14 07:27:39 -08:00
..
__tests__
application Replace Differential Edit controller with EditEngine-driven EditPro controller 2016-12-14 07:27:39 -08:00
capability
command
conduit Truncate the one-line diff update summary when updating a revision to 250 bytes 2016-12-13 14:28:24 -08:00
config Make "metamta.differential.inline-patches" imply a reasonable byte limit, not just a line limit 2016-10-17 15:56:21 -07:00
constants Update Diffusion UI 2016-03-17 12:05:14 -07:00
controller Replace Differential Edit controller with EditEngine-driven EditPro controller 2016-12-14 07:27:39 -08:00
customfield Replace Differential Edit controller with EditEngine-driven EditPro controller 2016-12-14 07:27:39 -08:00
doorkeeper
edge Make the revision graph view more flexible 2016-07-01 10:40:49 -07:00
editor Replace Differential Edit controller with EditEngine-driven EditPro controller 2016-12-14 07:27:39 -08:00
engine Return Diffusion diffs through Files, not directly over Conduit 2016-08-27 09:11:03 -07:00
engineextension Convert Differential to new layout 2016-03-12 13:04:21 -08:00
exception
garbagecollector
herald Fix a Herald issue where testing commits against rules with revision-related conditions would fail 2016-09-08 17:16:40 -07:00
landing
lipsum
mail Improve HTML mail rendering of inline patches 2016-05-12 12:13:40 -07:00
management Remove most of the legacy hunk code 2016-12-13 14:34:36 -08:00
parser Don't let users write summaries or test plans which will become ambiguous in commit messages 2016-11-12 08:03:46 -08:00
phid
query Rename "DifferentialReviewer" to "DifferentialReviewerProxy" 2016-12-13 14:35:35 -08:00
relationships Convert all standard relationship-editing actions to modern Relationships code 2016-06-29 11:24:52 -07:00
remarkup
render Render more info for binary files in Differential 2016-06-06 19:58:39 +00:00
search
storage Replace Differential Edit controller with EditEngine-driven EditPro controller 2016-12-14 07:27:39 -08:00
typeahead Make Calendar query for indirect invites/RSVPs by default, like Differential 2016-11-15 12:47:01 -08:00
view Rename "DifferentialReviewer" to "DifferentialReviewerProxy" 2016-12-13 14:35:35 -08:00
xaction Add EditEngine + Modular Transactions for reviewers 2016-12-13 18:20:58 -08:00
DifferentialGetWorkingCopy.php