@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 two minor issues with blame that involves revisions

Summary: I was looking at some random un-revisioney repository for most of my testing and missed these.

Test Plan: Viewed blame of a file with some revisions.

Reviewers: chad

Reviewed By: chad

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

+2 -2
+2 -2
src/applications/diffusion/controller/DiffusionBrowseController.php
··· 1462 1462 1463 1463 private function renderRevisionTooltip( 1464 1464 DifferentialRevision $revision, 1465 - array $handles) { 1465 + $handles) { 1466 1466 $viewer = $this->getRequest()->getUser(); 1467 1467 1468 1468 $date = phabricator_date($revision->getDateModified(), $viewer); ··· 1802 1802 $revision_link = javelin_tag( 1803 1803 'a', 1804 1804 array( 1805 - 'href' => $revision->getURI(), 1805 + 'href' => '/'.$revision->getMonogram(), 1806 1806 'sigil' => 'has-tooltip', 1807 1807 'meta' => array( 1808 1808 'tip' => $tooltip,