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

Remove 'Author:' byline text

Summary: The actual author here usually gets truncated by the extra text, which doesn't seem needed in most (all?) cases.

Test Plan: Look at list of recent commits.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+1 -1
+1 -1
src/applications/audit/view/PhabricatorAuditListView.php
··· 152 152 ->addAttribute($status_text) 153 153 ->addAttribute($reasons) 154 154 ->addIcon('none', $committed) 155 - ->addByline(pht('Author: %s', $author_name)); 155 + ->addByline($author_name); 156 156 157 157 if (!empty($auditors)) { 158 158 $item->addAttribute(pht('Auditors: %s', $auditors));