@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 Legalpad Preamble

Summary: Fixes T5740, scopes sections

Test Plan: Reload Legalpad with Preamble, Diviner, and Phriction

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T5740

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

+4 -3
+2 -2
resources/celerity/map.php
··· 126 126 'rsrc/css/phui/phui-button.css' => 'c7412aa1', 127 127 'rsrc/css/phui/phui-document.css' => 'a5615198', 128 128 'rsrc/css/phui/phui-feed-story.css' => 'e2c9bc83', 129 - 'rsrc/css/phui/phui-fontkit.css' => '1502a718', 129 + 'rsrc/css/phui/phui-fontkit.css' => 'fff25cfa', 130 130 'rsrc/css/phui/phui-form-view.css' => 'ebac1b1d', 131 131 'rsrc/css/phui/phui-form.css' => 'b78ec020', 132 132 'rsrc/css/phui/phui-header-view.css' => '39594ac0', ··· 778 778 'phui-document-view-css' => 'a5615198', 779 779 'phui-feed-story-css' => 'e2c9bc83', 780 780 'phui-font-icon-base-css' => 'eb84f033', 781 - 'phui-fontkit-css' => '1502a718', 781 + 'phui-fontkit-css' => 'fff25cfa', 782 782 'phui-form-css' => 'b78ec020', 783 783 'phui-form-view-css' => 'ebac1b1d', 784 784 'phui-header-view-css' => '39594ac0',
+2 -1
webroot/rsrc/css/phui/phui-fontkit.css
··· 28 28 padding: 1px 3px 2px; 29 29 } 30 30 31 - .diviner-view .phui-font-source-sans .phui-property-list-section { 31 + .diviner-view .phui-font-source-sans .phui-property-list-section, 32 + .legalpad .phui-font-source-sans .phui-property-list-section { 32 33 border-bottom: 1px solid {$thinblueborder}; 33 34 margin-bottom: 8px; 34 35 background: {$lightgreybackground};