@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 Report A Bug

Summary: Removed the 'Report a Bug' link from the footer

Test Plan: Tried looking through all the phabricator pages but didn't quite get around to it.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

authored by

Debarghya Das and committed by
epriestley
721071e5 f7cc0886

-5
-5
src/view/page/PhabricatorStandardPageView.php
··· 384 384 '<a href="http://phabricator.org/">Phabricator</a> '. 385 385 phutil_escape_html($version); 386 386 387 - $foot_links[] = 388 - '<a href="https://secure.phabricator.com/maniphest/task/create/">'. 389 - 'Report a Bug'. 390 - '</a>'; 391 - 392 387 if (PhabricatorEnv::getEnvConfig('darkconsole.enabled') && 393 388 !PhabricatorEnv::getEnvConfig('darkconsole.always-on')) { 394 389 if ($console) {