mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
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
This commit is contained in:
parent
95e49c6f0d
commit
5227a06e3c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ final class PhabricatorApplicationDifferential extends PhabricatorApplication {
|
|||
'/D(?P<id>[1-9]\d*)' => 'DifferentialRevisionViewController',
|
||||
'/differential/' => array(
|
||||
'' => 'DifferentialRevisionListController',
|
||||
'filter/(?P<filter>\w+)/(?:(?P<username>[\w\.-_]+)/)?' =>
|
||||
'filter/(?P<filter>\w+)/(?:(?P<username>[\w._-]+)/)?' =>
|
||||
'DifferentialRevisionListController',
|
||||
'stats/(?P<filter>\w+)/' => 'DifferentialRevisionStatsController',
|
||||
'diff/' => array(
|
||||
|
|
Loading…
Reference in a new issue