Add empty subproject/milestone controllers

Summary: Ref T10010. These do nothing yet.

Test Plan: Clicked 'em.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10010

Differential Revision: https://secure.phabricator.com/D14894
This commit is contained in:
epriestley
2015-12-27 04:47:08 -08:00
parent 373ff7f9d4
commit 11e53f2948
6 changed files with 80 additions and 1 deletions

View File

@@ -60,6 +60,10 @@ final class PhabricatorProjectApplication extends PhabricatorApplication {
'picture/(?P<id>[1-9]\d*)/'
=> 'PhabricatorProjectEditPictureController',
'create/' => 'PhabricatorProjectEditDetailsController',
'subprojects/(?P<id>[1-9]\d*)/'
=> 'PhabricatorProjectSubprojectsController',
'milestones/(?P<id>[1-9]\d*)/'
=> 'PhabricatorProjectMilestonesController',
'board/(?P<id>[1-9]\d*)/'.
'(?P<filter>filter/)?'.
'(?:query/(?P<queryKey>[^/]+)/)?'