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

Merge pull request #351 from grpaul/patch-1

Add the quick shortcut to create an image macro. Maybe.

+4
+4
src/applications/macro/application/PhabricatorApplicationMacro.php
··· 21 21 public function getApplicationGroup() { 22 22 return self::GROUP_UTILITIES; 23 23 } 24 + 25 + public function getQuickCreateURI() { 26 + return $this->getBaseURI().'create/'; 27 + } 24 28 25 29 public function getRoutes() { 26 30 return array(