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

Merge pull request #237 from dmrenie/master

Fix 'View Full Commit History' link

+4 -1
+4 -1
src/applications/diffusion/controller/DiffusionRepositoryController.php
··· 63 63 $all = phutil_tag( 64 64 'a', 65 65 array( 66 - 'href' => "/diffusion/{$callsign}/history/", 66 + 'href' => $drequest->generateURI( 67 + array( 68 + 'action' => 'history', 69 + )), 67 70 ), 68 71 'View Full Commit History'); 69 72