Rough cut of herald transcripts and Differential adapter.

This commit is contained in:
epriestley
2011-03-24 21:32:26 -07:00
parent 0b68b0f5bc
commit 370ba966db
17 changed files with 1042 additions and 38 deletions

View File

@@ -225,7 +225,8 @@ class AphrontDefaultApplicationConfiguration
'delete/(?P<id>\d+)/$' => 'HeraldDeleteController',
'test/$' => 'HeraldTestConsoleController',
'transcript/$' => 'HeraldTranscriptListController',
'transcript/(?P<id>\d+)/$' => 'HeraldTranscriptController',
'transcript/(?P<id>\d+)/(?:(?P<filter>\w+)/)?$'
=> 'HeraldTranscriptController',
),
);