@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 Pholio mock image thumbnails publicly visible

Summary:
Refs T2652 - This should make all of Pholio mocks publicly visible

The rest that is to be done is more generic, like the ActionListView etc.

Test Plan: set mock to public, visited it in another browser without user session

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2652

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

authored by

Anh Nhan Nguyen and committed by
epriestley
42e875e5 92003b68

+4
+4
src/applications/pholio/controller/PholioInlineThumbController.php
··· 7 7 8 8 private $imageid; 9 9 10 + public function shouldAllowPublic() { 11 + return true; 12 + } 13 + 10 14 public function willProcessRequest(array $data) { 11 15 $this->imageid = idx($data, 'imageid'); 12 16 }