Summary: This thing services every app but it lives inside Differential right now. Pull it out, and separate the factory interfaces per-application. This will let us accommodate changes we need to make for Phriction to support wiki linking. Test Plan: Tested remarkup in differential, diffusion, maniphest, people, slowvote. Reviewed By: hsb Reviewers: hsb, codeblock, jungejason, tuomaspelkonen, aran CC: aran, hsb Differential Revision: 646
20 lines
682 B
PHP
20 lines
682 B
PHP
<?php
|
|
/**
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
* @generated
|
|
*/
|
|
|
|
|
|
|
|
phutil_require_module('phabricator', 'aphront/response/ajax');
|
|
phutil_require_module('phabricator', 'applications/differential/controller/base');
|
|
phutil_require_module('phabricator', 'applications/differential/storage/inlinecomment');
|
|
phutil_require_module('phabricator', 'applications/differential/view/inlinecomment');
|
|
phutil_require_module('phabricator', 'applications/markup/engine');
|
|
phutil_require_module('phabricator', 'applications/phid/handle/data');
|
|
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
|
phutil_require_source('DifferentialInlineCommentPreviewController.php');
|