@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 message about pygments being in $PATH

Test Plan: read it

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin

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

Aviv Eyal c9e3dd98 34d6612f

+1 -1
+1 -1
src/applications/config/check/PhabricatorPygmentSetupCheck.php
··· 45 45 'Phabricator has %s available in %s, but the binary '. 46 46 'exited with an error code when run as %s. Check that it is '. 47 47 'installed correctly.', 48 - phutil_tag('tt', array(), '$PATH'), 49 48 phutil_tag('tt', array(), 'pygmentize'), 49 + phutil_tag('tt', array(), '$PATH'), 50 50 phutil_tag('tt', array(), 'pygmentize -h')); 51 51 52 52 $this