Bring in JX.Workflow and the inline commenting behavior, plus sync Javelin.

This commit is contained in:
epriestley
2011-02-01 15:52:04 -08:00
parent 4faad5b3f1
commit 9dac0ed9f1
26 changed files with 934 additions and 246 deletions

View File

@@ -79,6 +79,8 @@ class DifferentialRevisionViewController extends DifferentialController {
$changeset_view = new DifferentialChangesetListView();
$changeset_view->setChangesets($changesets);
$changeset_view->setEditable(true);
$changeset_view->setRevision($revision);
$comment_form = new DifferentialAddCommentView();
$comment_form->setRevision($revision);