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

Improve page title in Diffusion history

Test Plan: Looked at it.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+4 -1
+4 -1
src/applications/diffusion/controller/DiffusionHistoryController.php
··· 95 95 return $this->buildApplicationPage( 96 96 $nav, 97 97 array( 98 - 'title' => 'history', 98 + 'title' => array( 99 + pht('History'), 100 + pht('%s Repository', $drequest->getRepository()->getCallsign()), 101 + ), 99 102 )); 100 103 } 101 104