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

Add ObjectBox to Condiut Cert Page

Summary: adds a box, Fixes T4033

Test Plan: look at box

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Maniphest Tasks: T4033

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

+5 -1
+5 -1
src/applications/conduit/controller/PhabricatorConduitTokenController.php
··· 53 53 id(new PhabricatorCrumbView()) 54 54 ->setName(pht('Install Certificate'))); 55 55 56 + $object_box = id(new PHUIObjectBoxView()) 57 + ->setHeaderText(pht('Certificate Token')) 58 + ->setForm($form); 59 + 56 60 return $this->buildApplicationPage( 57 61 array( 58 62 $crumbs, 59 - $form, 63 + $object_box, 60 64 ), 61 65 array( 62 66 'title' => pht('Certificate Install Token'),