Page MenuHomePhabricator

Differential - make diffs you authored + are reviewer for show up in appropos boxes
ClosedPublic

Authored by btrahan on Apr 11 2014, 12:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 15, 4:50 AM
Unknown Object (File)
Thu, Sep 12, 11:35 PM
Unknown Object (File)
Wed, Sep 4, 7:59 PM
Unknown Object (File)
Tue, Sep 3, 2:58 AM
Unknown Object (File)
Mon, Sep 2, 7:45 AM
Unknown Object (File)
Aug 20 2024, 6:25 PM
Unknown Object (File)
Aug 20 2024, 3:54 AM
Unknown Object (File)
Aug 20 2024, 1:55 AM
Subscribers

Details

Reviewers
epriestley
Maniphest Tasks
Restricted Maniphest Task
Commits
Restricted Diffusion Commit
rPf86ab666f6bc: Differential - make diffs you authored + are reviewer for show up in appropos…
Summary

Fixes T2328. Note the audit part is fixed now.

Test Plan

Tried to reproduce the audit issue by raising my own commit as a problem; it showed up before code changes! Made a diff with my self as author and reviewer; it showed up as expected

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

btrahan added a task: Restricted Maniphest Task.
btrahan retitled this revision from to Differential - make diffs you authored + are reviewer for show up in appropos boxes.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
src/applications/differential/query/DifferentialRevisionQuery.php
1033–1034

$allow_self gets used again later. the logic there ends up working since a !$viewer_phid is earlier in the if / else, but I had to think about it enough i chose to pull it out here for clarity / assurance for the next person.

epriestley edited edge metadata.
This revision is now accepted and ready to land.Apr 11 2014, 11:32 AM
btrahan updated this revision to Diff 20774.

Closed by commit rPf86ab666f6bc (authored by @btrahan).