@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.

Provide a hint that submitting a Conduit call shows you how to encode particular parameters

Summary: Ref T12447.

Test Plan: {F4270003}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12447

Differential Revision: https://secure.phabricator.com/D17557

+6
+6
src/applications/conduit/controller/PhabricatorConduitController.php
··· 56 56 $panel_link), 57 57 ); 58 58 59 + if ($params === null) { 60 + $messages[] = pht( 61 + 'If you submit parameters, these examples will update to show '. 62 + 'exactly how to encode the parameters you submit.'); 63 + } 64 + 59 65 $info_view = id(new PHUIInfoView()) 60 66 ->setErrors($messages) 61 67 ->setSeverity(PHUIInfoView::SEVERITY_NOTICE);