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

Super Pro Dexule fix for project icon timeline

Summary: It's super

Test Plan: Set lots of project icons

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+1 -1
+1 -1
src/applications/project/storage/PhabricatorProjectTransaction.php
··· 126 126 return 'fa-unlock'; 127 127 } 128 128 case self::TYPE_ICON: 129 - return 'fa-'.$new; 129 + return PhabricatorProjectIconSet::getIconIcon($new); 130 130 case self::TYPE_IMAGE: 131 131 return 'fa-photo'; 132 132 case self::TYPE_MEMBERS: