@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 Jump to HEAD link

Test Plan:
Jump to head.
Go to doctor.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran

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

vrana 7dfdf639 6f855c8b

+1 -1
+1 -1
src/applications/diffusion/controller/base/DiffusionController.php
··· 292 292 array( 293 293 'href' => $drequest->generateURI( 294 294 array( 295 - 'commit' => null, 295 + 'commit' => '', 296 296 ) + $uri_params), 297 297 ), 298 298 'Jump to HEAD');