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

Probably fix bad method call in Diffusion

Summary: Fixes T5869. Ref T4896. This `setID()` method no longer exists.

Test Plan: (WARNING) This is a pain to reproduce locally so I'm just winging it. I'm 99% sure this ID is only used to generate an anchor link. This is a hack to start with, and T4896 will eventualy clean it up properly.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T4896, T5869

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

-1
-1
src/applications/diffusion/controller/DiffusionBrowseFileController.php
··· 613 613 614 614 foreach ($this->lintMessages as $message) { 615 615 $inline = id(new PhabricatorAuditInlineComment()) 616 - ->setID($message['id']) 617 616 ->setSyntheticAuthor( 618 617 ArcanistLintSeverity::getStringForSeverity($message['severity']). 619 618 ' '.$message['code'].' ('.$message['name'].')')