@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 celerity map

Summary: Fix celerity map. Not sure how we managed, I thought we have a unit test for this nowadays?

Test Plan: Run `./bin/celerity map` on git master, see a difference

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26771

+2 -2
+2 -2
resources/celerity/map.php
··· 142 142 'rsrc/css/phui/phui-crumbs-view.css' => '30342804', 143 143 'rsrc/css/phui/phui-curtain-object-ref-view.css' => '73b0e59c', 144 144 'rsrc/css/phui/phui-curtain-view.css' => '68c5efb6', 145 - 'rsrc/css/phui/phui-document-pro.css' => '6db0e0b6', 145 + 'rsrc/css/phui/phui-document-pro.css' => '9312e99e', 146 146 'rsrc/css/phui/phui-document-summary.css' => 'b068eed1', 147 147 'rsrc/css/phui/phui-document.css' => 'a9154763', 148 148 'rsrc/css/phui/phui-feed-story.css' => '1dd2e4c0', ··· 770 770 'phui-curtain-view-css' => '68c5efb6', 771 771 'phui-document-summary-view-css' => 'b068eed1', 772 772 'phui-document-view-css' => 'a9154763', 773 - 'phui-document-view-pro-css' => '6db0e0b6', 773 + 'phui-document-view-pro-css' => '9312e99e', 774 774 'phui-feed-story-css' => '1dd2e4c0', 775 775 'phui-font-icon-base-css' => 'b7608e58', 776 776 'phui-fontkit-css' => '1ec937e5',