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

Add 4 more project icons

Summary: Adds 4 more icons.

Test Plan: Tested editing a project

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+4
+4
src/applications/project/icon/PhabricatorProjectIcon.php
··· 17 17 'fa-truck' => pht('Release'), 18 18 'fa-lock' => pht('Policy'), 19 19 'fa-umbrella' => pht('An Umbrella'), 20 + 'fa-cloud' => pht('The Cloud'), 21 + 'fa-building' => pht('Company'), 22 + 'fa-credit-card' => pht('Accounting'), 23 + 'fa-flask' => pht('Experimental'), 20 24 ); 21 25 } 22 26