Add a document preview to Phriction

Summary: Preview Phriction documents as they are edited, similar to how
Differential/Maniphest work.
Test Plan: Mashed my keyboard while editing a Phriction document.
Reviewed By: hsb
Reviewers: hsb, codeblock, jungejason, tuomaspelkonen, aran
CC: aran, hsb
Differential Revision: 684
This commit is contained in:
epriestley
2011-07-16 18:25:45 -07:00
parent 86783fcd07
commit 4a3ebd9a68
11 changed files with 200 additions and 54 deletions

View File

@@ -355,6 +355,8 @@ class AphrontDefaultApplicationConfiguration
'history/(?P<slug>.+/)$' => 'PhrictionHistoryController',
'edit/(?:(?P<id>\d+)/)?$' => 'PhrictionEditController',
'preview/$' => 'PhrictionDocumentPreviewController',
),
);
}