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

Use selected button state on blame button

Summary: Visually selects the button if blame is on.

Test Plan: Turn blame on and off in Diffusion on a file.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

authored by

Chad Little and committed by
chad
67c658a7 3b43a707

+1
+1
src/applications/diffusion/controller/DiffusionBrowseController.php
··· 730 730 ->setText($blame_text) 731 731 ->setIcon($blame_icon) 732 732 ->setUser($viewer) 733 + ->setSelected(!$blame_value) 733 734 ->setColor(PHUIButtonView::GREY); 734 735 735 736 if ($viewer->isLoggedIn()) {