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

[Redesign] Fix some vegetables

Summary: Ref T8099, borked this up before commit, fixes provides statement.

Test Plan: Review any preview page

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8099

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

+3 -3
+2 -2
resources/celerity/map.php
··· 145 145 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 146 146 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 147 147 'rsrc/css/phui/phui-property-list-view.css' => '1baf23eb', 148 - 'rsrc/css/phui/phui-remarkup-preview.css' => '0364d508', 148 + 'rsrc/css/phui/phui-remarkup-preview.css' => '867f85b3', 149 149 'rsrc/css/phui/phui-spacing.css' => '042804d6', 150 150 'rsrc/css/phui/phui-status.css' => '888cedb8', 151 151 'rsrc/css/phui/phui-tag-view.css' => '402691cc', ··· 789 789 'phui-pager-css' => 'bea33d23', 790 790 'phui-pinboard-view-css' => '2495140e', 791 791 'phui-property-list-view-css' => '1baf23eb', 792 + 'phui-remarkup-preview-css' => '867f85b3', 792 793 'phui-spacing-css' => '042804d6', 793 794 'phui-status-list-view-css' => '888cedb8', 794 795 'phui-tag-view-css' => '402691cc', ··· 825 826 'tokens-css' => '3d0f239e', 826 827 'typeahead-browse-css' => 'd8581d2c', 827 828 'unhandled-exception-css' => '4c96257a', 828 - 'x' => '0364d508', 829 829 ), 830 830 'requires' => array( 831 831 '01774ab2' => array(
+1 -1
webroot/rsrc/css/phui/phui-remarkup-preview.css
··· 1 1 /** 2 - * @provides x 2 + * @provides phui-remarkup-preview-css 3 3 */ 4 4 5 5 .phui-remarkup-preview .phui-object-box {