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

Minor, fix a JS issue with help link in Remarkup assist.

+2 -2
+1 -1
src/__celerity_resource_map__.php
··· 1559 1559 ), 1560 1560 'javelin-behavior-phabricator-remarkup-assist' => 1561 1561 array( 1562 - 'uri' => '/res/d3b53e76/rsrc/js/application/core/behavior-phabricator-remarkup-assist.js', 1562 + 'uri' => '/res/7cb3a2ff/rsrc/js/application/core/behavior-phabricator-remarkup-assist.js', 1563 1563 'type' => 'js', 1564 1564 'requires' => 1565 1565 array(
+1 -1
webroot/rsrc/js/application/core/behavior-phabricator-remarkup-assist.js
··· 64 64 'remarkup-assist', 65 65 function(e) { 66 66 var data = e.getNodeData('remarkup-assist'); 67 - if (!data) { 67 + if (!data.action) { 68 68 return; 69 69 } 70 70