@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 display of current file on Macro creation

Summary: This could hit an obscure fatal.

Test Plan:
- Create a macro.
- Upload a file, but don't give it a name.
- Before: fatal.
- After:

{F2569846}

Reviewers: chad, 20after4

Reviewed By: chad

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

+1
+1
src/applications/macro/controller/PhabricatorMacroEditController.php
··· 185 185 if (!$macro->getID()) { 186 186 if ($current_file) { 187 187 $current_file_view = id(new PhabricatorFileLinkView()) 188 + ->setViewer($viewer) 188 189 ->setFilePHID($current_file->getPHID()) 189 190 ->setFileName($current_file->getName()) 190 191 ->setFileViewable(true)