@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 Spaces information to the project list UI

Summary: Depends on D19552. Ref T13164. We need this little `setObject(...)` hook to get the Space name into the search list UI.

Test Plan: Viewed project list, saw some Spaces listed.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13164

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

+1
+1
src/applications/project/view/PhabricatorProjectListView.php
··· 57 57 $icon_name = $project->getDisplayIconName(); 58 58 59 59 $item = id(new PHUIObjectItemView()) 60 + ->setObject($project) 60 61 ->setHeader($project->getName()) 61 62 ->setHref("/project/view/{$id}/") 62 63 ->setImageURI($project->getProfileImageURI())