@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 block of commented-out code

Summary: I left a clamp in the patient.

Test Plan: derp-a-derpderp

Reviewers: btrahan, chad

Reviewed By: chad

CC: aran

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

-13
-13
src/applications/settings/panel/PhabricatorSettingsPanelAccount.php
··· 91 91 '' => pht('Server Default (%s)', $default->getName()), 92 92 ) + $translations; 93 93 94 - /* 95 - $time_format_instructions = pht( 96 - ' 97 - 'PHP format string to use for time. for full referance, see %s. '. 98 - 'For quick start, try `g:i A` or `H:i`', 99 - phutil_tag( 100 - 'a', 101 - array( 102 - 'href' => 'http://www.php.net/manual/en/function.date.php' 103 - ), 104 - pht('Date formats documentation'))); 105 - */ 106 - 107 94 $form = new AphrontFormView(); 108 95 $form 109 96 ->setUser($user)