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

Make image macro name selectable

Test Plan: Double clicked near macro name.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

vrana 4b4e140f 07db53b6

+3 -3
+3 -3
src/view/layout/PhabricatorPinboardItemView.php
··· 49 49 public function render() { 50 50 $header = null; 51 51 if ($this->header) { 52 + $header = hsprintf('<a href="%s">%s</a>', $this->uri, $this->header); 52 53 $header = phutil_render_tag( 53 - 'a', 54 + 'div', 54 55 array( 55 - 'href' => $this->uri, 56 56 'class' => 'phabricator-pinboard-item-header', 57 57 ), 58 - phutil_escape_html($this->header)); 58 + $header); 59 59 } 60 60 61 61 $image = phutil_render_tag(