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

Minor bug fix with PHUIInfoView

Summary: Custom icons here aren't being set. Also use more standard `tt` UI.

Test Plan: Set an icon, see set Icon.

Reviewers: epriestley

Reviewed By: epriestley

Spies: Korvin

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

+9 -5
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e68cf1fa', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => '9dd62a98', 12 + 'core.pkg.css' => '1071e7a2', 13 13 'core.pkg.js' => '6c085267', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '45951e9e', ··· 163 163 'rsrc/css/phui/phui-icon-set-selector.css' => '87db8fee', 164 164 'rsrc/css/phui/phui-icon.css' => '5c4a5de6', 165 165 'rsrc/css/phui/phui-image-mask.css' => 'a8498f9c', 166 - 'rsrc/css/phui/phui-info-view.css' => 'e1b4ec37', 166 + 'rsrc/css/phui/phui-info-view.css' => '04e071d7', 167 167 'rsrc/css/phui/phui-invisible-character-view.css' => '6993d9f0', 168 168 'rsrc/css/phui/phui-left-right.css' => '75227a4d', 169 169 'rsrc/css/phui/phui-lightbox.css' => '0a035e40', ··· 851 851 'phui-icon-set-selector-css' => '87db8fee', 852 852 'phui-icon-view-css' => '5c4a5de6', 853 853 'phui-image-mask-css' => 'a8498f9c', 854 - 'phui-info-view-css' => 'e1b4ec37', 854 + 'phui-info-view-css' => '04e071d7', 855 855 'phui-inline-comment-view-css' => '65ae3bc2', 856 856 'phui-invisible-character-view-css' => '6993d9f0', 857 857 'phui-left-right-css' => '75227a4d',
+1
src/view/phui/PHUIInfoView.php
··· 59 59 } else { 60 60 $icon = id(new PHUIIconView()) 61 61 ->setIcon($icon); 62 + $this->icon = $icon; 62 63 } 63 64 64 65 return $this;
+5 -2
webroot/rsrc/css/phui/phui-info-view.css
··· 46 46 } 47 47 48 48 .phui-info-view-body tt { 49 - padding: 0 2px; 50 - background-color: rgba({$alphagrey},.1); 49 + color: {$blacktext}; 50 + background: rgba({$alphablue},0.1); 51 + padding: 1px 4px; 52 + border-radius: 3px; 53 + white-space: pre-wrap; 51 54 } 52 55 53 56 .phui-info-view-actions {