@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 Spaces for new edit UI

Summary: New edit ui

Test Plan: create a space

Reviewers: epriestley

Reviewed By: epriestley

Spies: Korvin

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

+2 -7
+2 -7
src/applications/spaces/controller/PhabricatorSpacesEditController.php
··· 165 165 ->addCancelButton($cancel_uri)); 166 166 167 167 $box = id(new PHUIObjectBoxView()) 168 - ->setHeaderText(pht('Space')) 169 - ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY) 168 + ->setHeaderText($title) 169 + ->setBackground(PHUIObjectBoxView::WHITE_CONFIG) 170 170 ->setValidationException($validation_exception) 171 171 ->appendChild($form); 172 172 ··· 179 179 $crumbs->addTextCrumb($title); 180 180 $crumbs->setBorder(true); 181 181 182 - $header = id(new PHUIHeaderView()) 183 - ->setHeader($header_text) 184 - ->setHeaderIcon('fa-pencil'); 185 - 186 182 $view = id(new PHUITwoColumnView()) 187 - ->setHeader($header) 188 183 ->setFooter(array( 189 184 $box, 190 185 ));