Restore flavor text to applications

Summary: D3581 removed some flavor text. Allow applications to provide flavor text instead of status information if they so desire.

Test Plan: {F20325}

Reviewers: vrana, btrahan

Reviewed By: btrahan

CC: aran, chad

Differential Revision: https://secure.phabricator.com/D3608
This commit is contained in:
epriestley
2012-10-03 15:16:26 -07:00
parent 6ee5370a95
commit 270256d336
13 changed files with 80 additions and 8 deletions

View File

@@ -34,6 +34,10 @@ final class PhabricatorApplicationFiles extends PhabricatorApplication {
return "\xE2\x87\xAA";
}
public function getFlavorText() {
return pht('Blob store for Pokemon pictures.');
}
public function getRoutes() {
return array(
'/F(?P<id>\d+)' => 'PhabricatorFileShortcutController',