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

Parse inline comments via remarkup engine

Summary: Inline comments weren't haven't remarkup applied. Fixes T3137

Test Plan: Added some inline comments, checked that they had remarkup applied. Also checked in the real time preview.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T3137

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

authored by

Gareth Evans and committed by
epriestley
38778a8b e591ef4d

+3 -3
+1 -1
src/__celerity_resource_map__.php
··· 3588 3588 ), 3589 3589 'pholio-css' => 3590 3590 array( 3591 - 'uri' => '/res/0daaf1ca/rsrc/css/application/pholio/pholio.css', 3591 + 'uri' => '/res/73796b1e/rsrc/css/application/pholio/pholio.css', 3592 3592 'type' => 'css', 3593 3593 'requires' => 3594 3594 array(
+1 -1
src/applications/pholio/view/PholioTransactionView.php
··· 96 96 ), 97 97 $thumb); 98 98 99 - $inline_comment = hsprintf('<p>%s</p>', $comment->getContent()); 99 + $inline_comment = parent::renderTransactionContent($inline); 100 100 101 101 return phutil_tag( 102 102 'div',
+1 -1
webroot/rsrc/css/application/pholio/pholio.css
··· 191 191 padding-bottom: 2px; 192 192 } 193 193 194 - .pholio-transaction-inline-comment p { 194 + .pholio-transaction-inline-comment div { 195 195 display: table-cell; 196 196 vertical-align: middle; 197 197 padding-bottom: 2px;