1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 03:12:41 +01:00
phorge-phorge/src/applications/diffusion/controller
epriestley 77b4c3145a Simplify Diffusion main view
Summary:
Currently, Diffusion has very complex views. After three years I'm not really used to them and rarely use many of these options.

Simplify the browse and history views:

  - Put the browse view on top.
  - Move dates to the right.
  - Remove "History" and "Edit" links from the browse view. You can access these actions by clicking the file/path.
  - Remove "Browse" link from the history view. You can access this action by clicking the commit.
  - Remove "Change Type", which is essentially never useful, from the history view.
  - Add some tweaks for mobile.

Test Plan: {F153931}

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley, zeeg

Differential Revision: https://secure.phabricator.com/D9085
2014-05-12 19:57:12 -07:00
..
DiffusionBranchTableController.php Remove DiffusionBranchInformation in favor of DiffusionRepositoryRef 2014-01-17 16:10:56 -08:00
DiffusionBrowseController.php Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00
DiffusionBrowseDirectoryController.php PHUIPropertyListView 2013-10-11 07:53:56 -07:00
DiffusionBrowseFileController.php Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00
DiffusionBrowseMainController.php Slightly reduce the cost of resolving refs 2014-05-12 11:47:30 -07:00
DiffusionBrowseSearchController.php Clean up the Diffusion search UI a little bit 2014-02-01 11:48:28 -08:00
DiffusionChangeController.php PHUIPropertyListView 2013-10-11 07:53:56 -07:00
DiffusionCommitBranchesController.php Merge diffusion.commitbranchesquery into diffusion.branchquery 2014-01-17 16:11:04 -08:00
DiffusionCommitController.php Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00
DiffusionCommitEditController.php Perform search indexing in the worker queue and respect bin/search index --background 2014-01-14 13:22:56 -08:00
DiffusionCommitTagsController.php Make more Diffusion controllers/views capability-sensitive 2013-09-27 10:49:45 -07:00
DiffusionController.php Revert the global "not imported yet" warning in Diffusion until we have better support 2014-04-30 11:39:14 -07:00
DiffusionDiffController.php Modernize Diffusion "change" view 2013-09-23 12:54:12 -07:00
DiffusionExternalController.php Distinguish between "Remote URI" and "Clone URI" in Repositories 2014-01-30 11:41:21 -08:00
DiffusionHistoryController.php PHUIPropertyListView 2013-10-11 07:53:56 -07:00
DiffusionInlineCommentController.php Differential - add DifferentialDraft to track whether revisions have draft feedback or not 2014-02-18 16:25:16 -08:00
DiffusionInlineCommentPreviewController.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DiffusionLastModifiedController.php Batch execution of LastModified query 2014-05-12 11:47:28 -07:00
DiffusionLintController.php Provide convenience method addTextCrumb() to PhabricatorCrumbsView 2013-12-18 17:47:34 -08:00
DiffusionLintDetailsController.php Replace some hsprintf() by phutil_tag() 2013-11-11 09:23:23 -08:00
DiffusionMirrorDeleteController.php Add UI for defining repository mirrors 2013-11-22 15:23:50 -08:00
DiffusionMirrorEditController.php Add UI for defining repository mirrors 2013-11-22 15:23:50 -08:00
DiffusionPathCompleteController.php Make most repository reads policy-aware 2013-09-25 16:54:48 -07:00
DiffusionPathValidateController.php Make most repository reads policy-aware 2013-09-25 16:54:48 -07:00
DiffusionPushEventViewController.php Provide an "event" page for push logs, which shows details on all events in a given push 2014-03-26 13:51:09 -07:00
DiffusionPushLogController.php Provide an "event" page for push logs, which shows details on all events in a given push 2014-03-26 13:51:09 -07:00
DiffusionPushLogListController.php Move even more rendering into SearchEngine 2014-05-09 12:28:02 -07:00
DiffusionRepositoryController.php Simplify Diffusion main view 2014-05-12 19:57:12 -07:00
DiffusionRepositoryCreateController.php Fix typos on Import Repository page 2014-05-05 14:28:49 -07:00
DiffusionRepositoryDefaultController.php Allow Git and Mercurial repositories to be cloned with names in the URI 2014-01-30 11:42:25 -08:00
DiffusionRepositoryEditActionsController.php Disable Herald more aggressively when it's turned off for a repository 2014-03-12 18:16:50 -07:00
DiffusionRepositoryEditActivateController.php Sort out application crumbs in new repository edit workflow 2013-10-25 15:58:58 -07:00
DiffusionRepositoryEditBasicController.php Produce a more tailored checkout URI for Subversion 2014-02-28 13:04:41 -08:00
DiffusionRepositoryEditBranchesController.php Provide convenience method addTextCrumb() to PhabricatorCrumbsView 2013-12-18 17:47:34 -08:00
DiffusionRepositoryEditController.php Provide convenience method addTextCrumb() to PhabricatorCrumbsView 2013-12-18 17:47:34 -08:00
DiffusionRepositoryEditDangerousController.php Reject dangerous changes in Git repositories by default 2013-12-03 10:28:39 -08:00
DiffusionRepositoryEditDeleteController.php Move "Delete Repository" stuff to Diffusion 2013-10-29 12:26:07 -07:00
DiffusionRepositoryEditEncodingController.php Modernize documentation links 2014-03-17 15:01:31 -07:00
DiffusionRepositoryEditHostingController.php Modernize documentation links 2014-03-17 15:01:31 -07:00
DiffusionRepositoryEditLocalController.php Simplify PHUIObjectBoxViews handling of Save and Error states 2014-01-10 09:17:37 -08:00
DiffusionRepositoryEditMainController.php Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00
DiffusionRepositoryEditSubversionController.php Provide convenience method addTextCrumb() to PhabricatorCrumbsView 2013-12-18 17:47:34 -08:00
DiffusionRepositoryListController.php Replace Sprite-Icons with FontAwesome 2014-05-12 10:08:32 -07:00
DiffusionRepositoryNewController.php Modernize documentation links 2014-03-17 15:01:31 -07:00
DiffusionServeController.php Various linter fixes. 2014-02-26 12:44:58 -08:00
DiffusionSymbolController.php Remove dust from page construction 2013-08-19 18:09:35 -07:00
DiffusionTagListController.php Fix an issue with pulling Subversion blame data 2013-11-07 12:10:43 -08:00