@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.

Attach commit data to commit list on people

Summary: Fixes T12360. I'll probably make a non-audit commit list for this, maybe, eventually, until then add all the needed audit information.

Test Plan: Review commits in my profile, see data and not a fatal.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12360

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

authored by

Chad Little and committed by
chad
129483d5 814c28d3

+3
+3
src/applications/people/controller/PhabricatorPeopleProfileCommitsController.php
··· 59 59 60 60 $commits = id(new DiffusionCommitQuery()) 61 61 ->setViewer($viewer) 62 + ->needAuditRequests(true) 63 + ->needCommitData(true) 64 + ->needDrafts(true) 62 65 ->requireCapabilities( 63 66 array( 64 67 PhabricatorPolicyCapability::CAN_VIEW,