@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 VCS password UI

Summary: Miss this with earlier pass, updates the VCS password page.

Test Plan: Try to set a vcs password

Reviewers: epriestley

Reviewed By: epriestley

Spies: Korvin

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

+2 -2
+2 -2
src/applications/diffusion/panel/DiffusionSetPasswordSettingsPanel.php
··· 233 233 234 234 $object_box = id(new PHUIObjectBoxView()) 235 235 ->setHeaderText($title) 236 - ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY) 236 + ->setBackground(PHUIObjectBoxView::WHITE_CONFIG) 237 237 ->setForm($form) 238 238 ->setFormErrors($errors); 239 239 ··· 259 259 260 260 $remove_box = id(new PHUIObjectBoxView()) 261 261 ->setHeaderText(pht('Remove VCS Password')) 262 - ->setBackground(PHUIObjectBoxView::BLUE_PROPERTY) 262 + ->setBackground(PHUIObjectBoxView::WHITE_CONFIG) 263 263 ->setForm($remove_form); 264 264 265 265 $saved = null;