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

Fix PropertyList background color in PHUIDocumentView

Summary: Overzealous nuking.

Test Plan: Test Phriction, Phame, Diviner. All show property lists correctly.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+4 -3
+2 -2
resources/celerity/map.php
··· 127 127 'rsrc/css/phui/phui-button.css' => '16020a60', 128 128 'rsrc/css/phui/phui-crumbs-view.css' => 'd842f867', 129 129 'rsrc/css/phui/phui-document-pro.css' => '4f2b42e3', 130 - 'rsrc/css/phui/phui-document.css' => '9fa715d2', 130 + 'rsrc/css/phui/phui-document.css' => 'f841ad0a', 131 131 'rsrc/css/phui/phui-feed-story.css' => 'b7b26d23', 132 132 'rsrc/css/phui/phui-fontkit.css' => 'c9d63950', 133 133 'rsrc/css/phui/phui-form-view.css' => '621b21c5', ··· 780 780 'phui-calendar-list-css' => 'c1c7f338', 781 781 'phui-calendar-month-css' => '476be7e0', 782 782 'phui-crumbs-view-css' => 'd842f867', 783 - 'phui-document-view-css' => '9fa715d2', 783 + 'phui-document-view-css' => 'f841ad0a', 784 784 'phui-document-view-pro-css' => '4f2b42e3', 785 785 'phui-feed-story-css' => 'b7b26d23', 786 786 'phui-font-icon-base-css' => 'ecbbb4c2',
+2 -1
webroot/rsrc/css/phui/phui-document.css
··· 89 89 } 90 90 91 91 .phui-document-content .phui-property-list-container { 92 - border-color: {$thinblueborder}; 92 + border-bottom: 1px solid {$thinblueborder}; 93 + background-color: {$lightgreybackground}; 93 94 } 94 95 95 96 .legalpad .phui-document-content .phui-property-list-view {