@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 "Search" Application description

Summary:
This description was somehow broken since 2019:

{F276845}

Probably this was caused by a Remarkup breaking change introduced by this
specific XSS security fix:

{54bcbdaba94a3573e128c6498816dbfa41d3a9cb}

Maybe in the future the backtick operator will be supported again
in Remarkup. Or, maybe not. So, let's just workaround to make that
specific page "less exploded" again.

Closes T15230

Test Plan:
- visit the page /applications/view/PhabricatorSearchApplication/
- check that now the Remarkup is rendered perfectly

Reviewers: O1 Blessed Committers, Cigaryno, avivey

Reviewed By: O1 Blessed Committers, Cigaryno, avivey

Subscribers: avivey, speck, tobiaswiese, Matthew, Cigaryno

Maniphest Tasks: T15230

Differential Revision: https://we.phorge.it/D25110

+1 -1
+1 -1
src/applications/search/applicationpanel/PhabricatorSearchApplicationStorageEnginePanel.php
··· 48 48 } 49 49 50 50 $instructions = pht( 51 - 'To configure the search engines, edit [[ %s | `%s` ]] configuration. '. 51 + 'To configure the search engines, edit [[ %s | %s ]] configuration. '. 52 52 'See **[[ %s | %s ]]** for documentation.', 53 53 '/config/edit/cluster.search/', 54 54 'cluster.search',