@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 php.net link to open in a new window

Summary:
From @chad. This setup link should open in a new window so you don't lose your context in resolving setup issues.

@chad, this was the only one I could find immediately, let me know if you remember seeing others that I missed.

Test Plan: Faked an error, clicked the link, got a new tab.

Reviewers: chad, btrahan

Reviewed By: chad

CC: chad, aran

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

+8 -3
+8 -3
src/applications/config/view/PhabricatorSetupIssueView.php
··· 318 318 array(), 319 319 pht( 320 320 'You can find more information about PHP configuration values in the '. 321 - '<a href="%s">PHP Documentation</a>.', 322 - 'http://php.net/manual/ini.list.php', 323 - hsprintf(''))); 321 + '%s.', 322 + phutil_tag( 323 + 'a', 324 + array( 325 + 'href' => 'http://php.net/manual/ini.list.php', 326 + 'target' => '_blank', 327 + ), 328 + pht('PHP Documentation')))); 324 329 325 330 $info[] = phutil_tag( 326 331 'p',