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

Include extension name for GDSetupCheck.

Summary: Help for GD SetupChcek was missing the "how to install extension" content.

Test Plan: Uninstalled gd, validated extension installation instructions were present in Setup Issue.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

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

+2 -1
+2 -1
src/applications/config/check/PhabricatorGDSetupCheck.php
··· 18 18 19 19 $this->newIssue('extension.gd') 20 20 ->setName(pht("Missing '%s' Extension", 'gd')) 21 - ->setMessage($message); 21 + ->setMessage($message) 22 + ->addPHPExtension('gd'); 22 23 } else { 23 24 $image_type_map = array( 24 25 'imagecreatefrompng' => 'PNG',