@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 an issue with generating browser URIs in an SVN repository

Summary: Fixes T11866. This got converted wrong when doing the `/source/` stuff.

Test Plan: Browsed the root directory of a Subversion repository in Diffusion.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11866

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

+1 -1
+1 -1
src/applications/repository/storage/PhabricatorRepository.php
··· 760 760 if (strlen($path)) { 761 761 $uri = $this->getPathURI("/repository/{$path}"); 762 762 } else { 763 - $uri = $this->getPathURI(); 763 + $uri = $this->getPathURI('/'); 764 764 } 765 765 break; 766 766 case 'external':