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

Change default value for `bugtraq.url`

Summary: `null` is a more-intuitive default value than `''`, methinks.

Test Plan: Eyeball it.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

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

+1 -1
+1 -1
src/applications/diffusion/config/PhabricatorDiffusionConfigOptions.php
··· 60 60 )) 61 61 ->setDescription(pht('Controls whether Author can Close Audits.')), 62 62 63 - $this->newOption('bugtraq.url', 'string', '') 63 + $this->newOption('bugtraq.url', 'string', null) 64 64 ->addExample('https://bugs.php.net/%BUGID%', pht('PHP bugs')) 65 65 ->addExample('/%BUGID%', pht('Local Maniphest URL')) 66 66 ->setDescription(pht(