@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 project image redirect in files

Summary: I moved history to manage and missed this callsite.

Test Plan: Use present icon/color quick select.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+1 -1
+1 -1
src/applications/files/controller/PhabricatorFileComposeController.php
··· 44 44 )); 45 45 46 46 if ($project_phid) { 47 - $edit_uri = '/project/history/'.$project->getID().'/'; 47 + $edit_uri = '/project/manage/'.$project->getID().'/'; 48 48 49 49 $xactions = array(); 50 50 $xactions[] = id(new PhabricatorProjectTransaction())