Add a Spaces remarkup rule

Summary: Ref T8449.

Test Plan: {F474032}

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T8449

Differential Revision: https://secure.phabricator.com/D13172
This commit is contained in:
epriestley
2015-06-05 14:19:40 -07:00
parent b5dfd34e4a
commit 4f0d61436b
3 changed files with 26 additions and 0 deletions

View File

@@ -38,6 +38,12 @@ final class PhabricatorSpacesApplication extends PhabricatorApplication {
return true;
}
public function getRemarkupRules() {
return array(
new PhabricatorSpacesRemarkupRule(),
);
}
public function getRoutes() {
return array(
'/S(?P<id>[1-9]\d*)' => 'PhabricatorSpacesViewController',