@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Liberate.

+2
+2
src/__phutil_library_map__.php
··· 2259 2259 'ReleephStatusFieldSpecification' => 'applications/releeph/field/specification/ReleephStatusFieldSpecification.php', 2260 2260 'ReleephSummaryFieldSpecification' => 'applications/releeph/field/specification/ReleephSummaryFieldSpecification.php', 2261 2261 'ReleephUserView' => 'applications/releeph/view/user/ReleephUserView.php', 2262 + 'RemoteCommandBuildStepImplementation' => 'applications/harbormaster/step/RemoteCommandBuildStepImplementation.php', 2262 2263 'ShellLogView' => 'applications/harbormaster/view/ShellLogView.php', 2263 2264 'SleepBuildStepImplementation' => 'applications/harbormaster/step/SleepBuildStepImplementation.php', 2264 2265 'SlowvoteEmbedView' => 'applications/slowvote/view/SlowvoteEmbedView.php', ··· 4799 4800 'ReleephStatusFieldSpecification' => 'ReleephFieldSpecification', 4800 4801 'ReleephSummaryFieldSpecification' => 'ReleephFieldSpecification', 4801 4802 'ReleephUserView' => 'AphrontView', 4803 + 'RemoteCommandBuildStepImplementation' => 'VariableBuildStepImplementation', 4802 4804 'ShellLogView' => 'AphrontView', 4803 4805 'SleepBuildStepImplementation' => 'BuildStepImplementation', 4804 4806 'SlowvoteEmbedView' => 'AphrontView',