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

Fix some slop with Differential field lists

Summary: I moved and then un-moved this incorrectly in D16846.

Test Plan: Looked at the old code, which worked better.

Reviewers: jacksongabbard, chad

Reviewed By: chad

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

+1 -1
+1 -1
src/applications/differential/conduit/DifferentialParseCommitMessageConduitAPIMethod.php
··· 33 33 new DifferentialRevision(), 34 34 DifferentialCustomField::ROLE_COMMITMESSAGE); 35 35 $field_list->setViewer($viewer); 36 - $field_map = mpull($field_list, null, 'getFieldKeyForConduit'); 36 + $field_map = mpull($field_list->getFields(), null, 'getFieldKeyForConduit'); 37 37 38 38 $corpus_map = $this->parseCommitMessage($corpus); 39 39