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

Use full repository name instead of callsing in crumbs

Summary: ref D8087

Test Plan: View a repository, browse around it

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

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

+1 -1
+1 -1
src/applications/diffusion/controller/DiffusionController.php
··· 74 74 } 75 75 76 76 $callsign = $repository->getCallsign(); 77 - $repository_name = 'r'.$callsign; 77 + $repository_name = $repository->getName(); 78 78 79 79 if (!$spec['commit'] && !$spec['tags'] && !$spec['branches']) { 80 80 $branch_name = $drequest->getBranch();