mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-24 22:40:55 +01:00
Allow filtering for users with .-_ in the username
Make it possible to filter for users, which have a .-_ in the username.
This commit is contained in:
parent
d8506c325c
commit
3103199710
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ final class PhabricatorApplicationDifferential extends PhabricatorApplication {
|
||||||
'/D(?P<id>\d+)' => 'DifferentialRevisionViewController',
|
'/D(?P<id>\d+)' => 'DifferentialRevisionViewController',
|
||||||
'/differential/' => array(
|
'/differential/' => array(
|
||||||
'' => 'DifferentialRevisionListController',
|
'' => 'DifferentialRevisionListController',
|
||||||
'filter/(?P<filter>\w+)/(?:(?P<username>\w+)/)?' =>
|
'filter/(?P<filter>\w+)/(?:(?P<username>[\w\.-_]+)/)?' =>
|
||||||
'DifferentialRevisionListController',
|
'DifferentialRevisionListController',
|
||||||
'stats/(?P<filter>\w+)/' => 'DifferentialRevisionStatsController',
|
'stats/(?P<filter>\w+)/' => 'DifferentialRevisionStatsController',
|
||||||
'diff/' => array(
|
'diff/' => array(
|
||||||
|
|
Loading…
Reference in a new issue