Allow displaying more users at once in Differential overview

Summary:
I want to check the work of several people (bootcampers) at once.
This implements the OR filter required for that.
In the next diff, I plan to implement also the AND filter which can be useful too.

Test Plan:
Searched for several people, clicked all filters.
Searched for one person, verified that pretty URL is still created.

Reviewers: epriestley

Reviewed By: epriestley

CC: wez, aran, Korvin

Differential Revision: https://secure.phabricator.com/D4404
This commit is contained in:
vrana
2013-01-11 12:18:34 -08:00
parent b73622b866
commit c59aeb22fe
4 changed files with 47 additions and 51 deletions

View File

@@ -241,7 +241,7 @@ final class PhabricatorDirectoryMainController
list($active, $waiting) = DifferentialRevisionQuery::splitResponsible(
$revisions,
$user_phid);
array($user_phid));
if (!$active) {
return $this->renderMiniPanel(