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/differential/controller
epriestley 6aee862bbe Use ApplicationSearch in Differential
Summary:
Ref T603. Ref T2625. Fixes T3241. Depends on D5451. Depends on D6346.

@wez, this changes the Differential revision list UI substantially and may generate a lot of bikeshedding / who-moved-my-cheese churn. See T3417 for context, for example. The motivations for this change are:

  - The list now works on devices, like phones and tablets. This is a requirement to make the rest of Differential work on devices.
  - Although ApplicationSearch intentionally presents a simpler interface initially and some options which were one click away before aren't now, it is much more powerful than the search it replaces and allows users to build, save, share, fork, edit, and customize a much wider range of queries. Users who used the old filters frequently can use Advanced Search -> Save Custom Query to create new versions of them, and of any other query. "Edit Queries.." allows users to remove and reorder queries, including builtin queries. Basically, there are like three things which have gone from "1-click" to "a few clicks", and ten trillion things which have gone from "hard/impossible" to "relatively easy".

The local screenshots look a bit iffy, but I think a lot of this is the fakenesss of my test data. If they still feel iffy in production we can tweak them until they feel good, like we did for Maniphest.

Test Plan:
{F48477}

{F48478}

Reviewers: btrahan, chad, wez

Reviewed By: btrahan

CC: aran, s

Maniphest Tasks: T603, T2625, T3241

Differential Revision: https://secure.phabricator.com/D6347
2013-07-03 06:11:07 -07:00
..
DifferentialChangesetViewController.php Use ApplicationSearch in Differential 2013-07-03 06:11:07 -07:00
DifferentialCommentPreviewController.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DifferentialCommentSaveController.php Abstract access to DifferentialInlineComment behind a Query 2013-06-21 12:54:56 -07:00
DifferentialController.php Use ApplicationSearch in Differential 2013-07-03 06:11:07 -07:00
DifferentialDiffCreateController.php Update form styles, implement in many places 2013-05-07 14:07:06 -07:00
DifferentialDiffViewController.php Add DifferentialDiffQuery and change most callsites 2013-07-01 12:38:42 -07:00
DifferentialInlineCommentEditController.php Abstract access to DifferentialInlineComment behind a Query 2013-06-21 12:54:56 -07:00
DifferentialInlineCommentPreviewController.php Abstract access to DifferentialInlineComment behind a Query 2013-06-21 12:54:56 -07:00
DifferentialRevisionDetailRenderer.php Pass user to DifferentialRevisionDetailRenderer 2013-03-04 11:32:02 -08:00
DifferentialRevisionEditController.php Add DifferentialDiffQuery and change most callsites 2013-07-01 12:38:42 -07:00
DifferentialRevisionListController.php Use ApplicationSearch in Differential 2013-07-03 06:11:07 -07:00
DifferentialRevisionViewController.php Always provide a viewer when executing DifferentialRevisionQuery 2013-07-01 12:38:27 -07:00
DifferentialSubscribeController.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00