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

Make Differential's username regex match People's username regex. Refs T3264.

Test Plan: Tested on our local phabricator install.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, epriestley

Maniphest Tasks: T3264

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

authored by

Chris Bolt and committed by
epriestley
5227a06e 95e49c6f

+1 -1
+1 -1
src/applications/differential/application/PhabricatorApplicationDifferential.php
··· 40 40 '/D(?P<id>[1-9]\d*)' => 'DifferentialRevisionViewController', 41 41 '/differential/' => array( 42 42 '' => 'DifferentialRevisionListController', 43 - 'filter/(?P<filter>\w+)/(?:(?P<username>[\w\.-_]+)/)?' => 43 + 'filter/(?P<filter>\w+)/(?:(?P<username>[\w._-]+)/)?' => 44 44 'DifferentialRevisionListController', 45 45 'stats/(?P<filter>\w+)/' => 'DifferentialRevisionStatsController', 46 46 'diff/' => array(