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

Allow using colon in Depends On

Test Plan: Used it.

Reviewers: epriestley

Reviewed By: epriestley

CC: tdrhq, aran, Korvin

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

+1 -1
+1 -1
src/applications/differential/field/specification/DifferentialFreeformFieldSpecification.php
··· 85 85 86 86 $matches = null; 87 87 preg_match_all( 88 - '/\b(?i:depends\s+on)\s+D(\d+(,\s+D\d++)*)\b/', 88 + '/\b(?i:depends\s+on):?\s+D(\d+(,\s+D\d++)*)\b/', 89 89 $message, 90 90 $matches); 91 91