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

Double escape %N (%%N) for pht in Releeph project editor

Summary: Oops, `pht()` interpolates percent escape sequences, but this is a literal "%N".

Test Plan: Edit a Releeph project; notice no errors.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+1 -1
+1 -1
src/applications/releeph/controller/project/ReleephProjectEditController.php
··· 191 191 ->setValue($release_counter) 192 192 ->setName('releaseCounter') 193 193 ->setCaption( 194 - pht("Used by the command line branch cutter's %N field"))) 194 + pht("Used by the command line branch cutter's %%N field"))) 195 195 ->appendChild( 196 196 id(new AphrontFormTextAreaControl()) 197 197 ->setLabel(pht('Pick Instructions'))