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/differential/controller
epriestley df661eca35 Always run "behavior-populate" before "behavior-show-more"
Summary:
Ref T2009. This clears the stage for D11977.

Specifically, D11977 moves "show context" logic into ChangesetViewManager, but those objects won't exist if we don't run "behavior-populate" first.

Generally, this increases consistency across changeset views -- which is still very low overall, but getting slightly better.

Both of these should probably move up more and use ChangesetListView, but we don't need to do that quite yet.

Test Plan:
  - Took changeset actions in Phriction diff view.
  - Took changeset actions in Differential standalone view.
  - Took changeset actions in normal Differential view.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T2009

Differential Revision: https://secure.phabricator.com/D11978
2015-03-05 14:02:45 -08:00
..
DifferentialChangesetViewController.php Always run "behavior-populate" before "behavior-show-more" 2015-03-05 14:02:45 -08:00
DifferentialCommentPreviewController.php Migrate Differential revision edges to use modern EdgeType subclasses 2015-01-01 15:07:03 +11:00
DifferentialCommentSaveController.php Differential - return a better response for validation error cases 2015-01-20 13:59:17 -08:00
DifferentialController.php Increase visibility of PhabricatorController::buildApplicationMenu methods 2015-01-16 07:41:26 +11:00
DifferentialDiffCreateController.php Differential - allow setting viewPolicy from web ui during diff creation process 2014-11-19 12:16:07 -08:00
DifferentialDiffViewController.php Move PHUIErrorView to PHUIInfoView 2015-03-01 14:45:56 -08:00
DifferentialInlineCommentEditController.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
DifferentialInlineCommentPreviewController.php Abstract access to DifferentialInlineComment behind a Query 2013-06-21 12:54:56 -07:00
DifferentialRevisionCloseDetailsController.php Increase clarity when closing a revision in response to a commit 2014-10-13 16:55:26 -07:00
DifferentialRevisionEditController.php Differential - allow setting viewPolicy from web ui during diff creation process 2014-11-19 12:16:07 -08:00
DifferentialRevisionLandController.php Move PHUIErrorView to PHUIInfoView 2015-03-01 14:45:56 -08:00
DifferentialRevisionListController.php Decouple some aspects of request routing and construction 2014-10-17 05:01:40 -07:00
DifferentialRevisionViewController.php Move PHUIErrorView to PHUIInfoView 2015-03-01 14:45:56 -08:00