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

Update Dashboards for new Edit UI

Summary: Updates Dashboard create/edit pages

Test Plan: Create a Dashboard, edit a dashboard

Reviewers: epriestley

Reviewed By: epriestley

Spies: Korvin

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

+2 -7
+2 -7
src/applications/dashboard/controller/PhabricatorDashboardEditController.php
··· 184 184 ->addCancelButton($cancel_uri)); 185 185 186 186 $box = id(new PHUIObjectBoxView()) 187 - ->setHeaderText(pht('Dashboard')) 187 + ->setHeaderText($title) 188 188 ->setForm($form) 189 - ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY) 189 + ->setBackground(PHUIObjectBoxView::WHITE_CONFIG) 190 190 ->setValidationException($validation_exception); 191 191 192 192 $crumbs->setBorder(true); 193 193 194 - $header = id(new PHUIHeaderView()) 195 - ->setHeader($title) 196 - ->setHeaderIcon($header_icon); 197 - 198 194 $view = id(new PHUITwoColumnView()) 199 - ->setHeader($header) 200 195 ->setFooter($box); 201 196 202 197 return $this->newPage()