@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 default-public-author migration script

Summary: Via IRC. This parameter isn't constructed quite correctly. See P1710.

Test Plan: Inspection.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: yelirekim, epriestley

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

+1 -1
+1 -1
resources/sql/autopatches/20150120.maniphestdefaultauthor.php
··· 10 10 if ($value) { 11 11 $app_emails = id(new PhabricatorMetaMTAApplicationEmailQuery()) 12 12 ->setViewer(PhabricatorUser::getOmnipotentUser()) 13 - ->withApplicationPHIDs($maniphest->getPHID()) 13 + ->withApplicationPHIDs(array($maniphest->getPHID())) 14 14 ->execute(); 15 15 16 16 foreach ($app_emails as $app_email) {