@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 comitted typo in Diffusion

See: <https://github.com/facebook/phabricator/pull/468>

Reviewed by: epriestley

authored by

Chris Colborne and committed by
epriestley
707b39c5 8aee78b2

+1 -1
+1 -1
src/applications/diffusion/controller/DiffusionCommitController.php
··· 552 552 $committed_info->setTarget($author_name); 553 553 } 554 554 555 - $props['Comitted'] = id(new PHUIStatusListView()) 555 + $props['Committed'] = id(new PHUIStatusListView()) 556 556 ->addItem($committed_info); 557 557 558 558 if ($push_logs) {