1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02: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:
Marcel Beck 2012-08-16 19:29:27 +03:00
parent d8506c325c
commit 3103199710

View file

@ -41,7 +41,7 @@ final class PhabricatorApplicationDifferential extends PhabricatorApplication {
'/D(?P<id>\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(