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

Improve description text in the "Create Diff" form

Summary: The textarea is, in fact, above the description!

Test Plan: Description text changed.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

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

+1 -1
+1 -1
src/applications/differential/controller/DifferentialDiffCreateController.php
··· 112 112 $arcanist_link, 113 113 ), 114 114 pht( 115 - 'You can also paste a diff below, or upload a file '. 115 + 'You can also paste a diff above, or upload a file '. 116 116 'containing a diff (for example, from %s, %s or %s).', 117 117 phutil_tag('tt', array(), 'svn diff'), 118 118 phutil_tag('tt', array(), 'git diff'),