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

Show the API summary on the top of each Conduit API page

Summary:
Show the API summary on the top of each Conduit API page.

Before this change, the summary was only displayed from the Conduit APIs list.

Closes T15141

Test Plan:
I've opened 20 random Conduit API pages from the web
interface and I checked that now there is an amazing
"Summary" field.
I also double-checked that there were not green peppers.

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: speck, tobiaswiese, Matthew, Cigaryno

Maniphest Tasks: T15141

Differential Revision: https://we.phorge.it/D25063

+4
+4
src/applications/conduit/controller/PhabricatorConduitConsoleController.php
··· 248 248 } 249 249 250 250 $view->addProperty( 251 + pht('Summary'), 252 + $method->getMethodSummary()); 253 + 254 + $view->addProperty( 251 255 pht('Returns'), 252 256 $method->getReturnType()); 253 257