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

Parse Tags in commits message for revisions

Summary: This will stop breaking if you have subscribers and tags when updating a revision (`Error parsing field "Subscribers": The objects you have listed include objects which do not exist (Tags:)`), which I broke in D15749.

Test Plan: run through arc-diff --update that failed earlier.

Reviewers: chad, #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin

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

authored by

Aviv Eyal and committed by
avivey
1344dda7 287e761f

+1
+1
src/applications/differential/customfield/DifferentialProjectsField.php
··· 76 76 77 77 public function getCommitMessageLabels() { 78 78 return array( 79 + 'Tags', 79 80 'Project', 80 81 'Projects', 81 82 );