@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Scope commits page on people to just your commits

Summary: This is overly broad and I missed it in local testing with just a single account. Let's pull just the author in.

Test Plan: Review a commit page that wasn't my own, see other authors commits.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D17481

+1
+1
src/applications/people/controller/PhabricatorPeopleProfileCommitsController.php
··· 59 59 60 60 $commits = id(new DiffusionCommitQuery()) 61 61 ->setViewer($viewer) 62 + ->withAuthorPHIDs(array($user->getPHID())) 62 63 ->needAuditRequests(true) 63 64 ->needCommitData(true) 64 65 ->needDrafts(true)