@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 file edit UI

Summary: New white box

Test Plan: /file/upload/

Reviewers: epriestley

Reviewed By: epriestley

Spies: Korvin

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

+2 -7
+2 -7
src/applications/files/controller/PhabricatorFileUploadController.php
··· 90 90 ->setShowIfSupportedID($support_id); 91 91 92 92 $form_box = id(new PHUIObjectBoxView()) 93 - ->setHeaderText(pht('File')) 93 + ->setHeaderText($title) 94 94 ->setFormErrors($errors) 95 - ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY) 95 + ->setBackground(PHUIObjectBoxView::WHITE_CONFIG) 96 96 ->setForm($form); 97 97 98 - $header = id(new PHUIHeaderView()) 99 - ->setHeader($title) 100 - ->setHeaderIcon('fa-upload'); 101 - 102 98 $view = id(new PHUITwoColumnView()) 103 - ->setHeader($header) 104 99 ->setFooter(array( 105 100 $form_box, 106 101 $global_upload,