Add project history and title strings

Summary: Ref T4010. Adds a history page and restores the transaction title strings, which previously sort-of existed in the defunct feed story class.

Test Plan: See screenshots.

Reviewers: chad, btrahan

Reviewed By: chad

CC: aran

Maniphest Tasks: T4010

Differential Revision: https://secure.phabricator.com/D7371
This commit is contained in:
epriestley
2013-10-22 13:49:37 -07:00
parent 9b89e137cf
commit fd27538e89
8 changed files with 205 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ final class PhabricatorApplicationProject extends PhabricatorApplication {
'board/(?P<id>[1-9]\d*)/' => 'PhabricatorProjectBoardController',
'update/(?P<id>[1-9]\d*)/(?P<action>[^/]+)/'
=> 'PhabricatorProjectUpdateController',
'history/(?P<id>[1-9]\d*)/' => 'PhabricatorProjectHistoryController',
),
);
}