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

Use PHUIStatusListView in Diffusion commit list

Summary: Fixes T10626. Adds proper wrapper

Test Plan: Review spacing on a commit with comitted in the property list.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T10626

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

authored by

Chad Little and committed by
chad
d5f9e49e 981f3a90

+3 -1
+3 -1
src/applications/diffusion/controller/DiffusionCommitController.php
··· 496 496 $committed_info->setTarget($author_name); 497 497 } 498 498 499 + $committed_list = new PHUIStatusListView(); 500 + $committed_list->addItem($committed_info); 499 501 $view->addProperty( 500 502 pht('Committed'), 501 - $committed_info); 503 + $committed_list); 502 504 503 505 if ($push_logs) { 504 506 $pushed_list = new PHUIStatusListView();