@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 back edit project link on profile page

Summary: We still seem to reach for this, though may be time to remove Wiki?

Test Plan: view link

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+7
+7
src/applications/project/controller/PhabricatorProjectProfileController.php
··· 157 157 $project, 158 158 PhabricatorPolicyCapability::CAN_EDIT); 159 159 160 + $view->addAction( 161 + id(new PhabricatorActionView()) 162 + ->setName(pht('Edit Project')) 163 + ->setIcon('fa-pencil') 164 + ->setHref($this->getApplicationURI("edit/{$id}/"))); 165 + 166 + 160 167 $action = null; 161 168 if (!$project->isUserMember($viewer->getPHID())) { 162 169 $can_join = PhabricatorPolicyFilter::hasCapability(