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

Test commit for T945

Resolves T945 as fixed. (Also tweaks the regexp slightly.)

+1 -1
+1 -1
src/applications/differential/field/specification/DifferentialFreeformFieldSpecification.php
··· 72 72 73 73 $matches = null; 74 74 $ok = preg_match_all( 75 - "/({$prefix_regex})\s+T(\d+)\s+({$suffix_regex})/i", 75 + "/({$prefix_regex})\s+T(\d+)\s*({$suffix_regex})/i", 76 76 $this->renderValueForCommitMessage($is_edit = false), 77 77 $matches, 78 78 PREG_SET_ORDER);