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/controller
vrana d04bc0747c Allow filtering Differential overviews by other participants
Summary:
This is useful for writing feedback - what did I work on with someone?
This creates `AND IN (...)` and not `AND AND AND` if more participants are specified.
User may not expect it but whatever, it works the same for the most common case of 1 extra participant.
It would be nice to have this also for other filters but it would by way harder.

Test Plan: Displayed my revisions with some specific reviewer and some elses revisions with me as reviewer.

Reviewers: epriestley

Reviewed By: epriestley

CC: wez, aran, Korvin

Differential Revision: https://secure.phabricator.com/D4408
2013-01-11 13:45:25 -08:00
..
DifferentialChangesetViewController.php make differential use fluid width for code layout 2012-12-06 11:33:04 -08:00
DifferentialCommentPreviewController.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DifferentialCommentSaveController.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DifferentialController.php Add crumbs to Differential 2012-12-07 13:37:45 -08:00
DifferentialDiffCreateController.php Raise a better error when a file upload fails in Differential 2013-01-09 08:14:17 -08:00
DifferentialDiffViewController.php Use "Diff <id>" instead of "D<id>" in changeset view 2012-12-20 18:28:34 -08:00
DifferentialInlineCommentEditController.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DifferentialInlineCommentPreviewController.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DifferentialRevisionDetailRenderer.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DifferentialRevisionEditController.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DifferentialRevisionListController.php Allow filtering Differential overviews by other participants 2013-01-11 13:45:25 -08:00
DifferentialRevisionStatsController.php Delete license headers from files 2012-11-05 11:16:51 -08:00
DifferentialRevisionViewController.php Use "Diff <id>" instead of "D<id>" in changeset view 2012-12-20 18:28:34 -08:00
DifferentialSubscribeController.php Delete license headers from files 2012-11-05 11:16:51 -08:00