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

Increase pholio thumb size

Summary: Fixes T2548.

Test Plan: {F32894}

Reviewers: chad

Reviewed By: chad

CC: aran

Maniphest Tasks: T2548

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

+2 -1
+2 -1
src/applications/pholio/controller/PholioMockListController.php
··· 40 40 id(new PhabricatorPinboardItemView()) 41 41 ->setHeader($mock->getName()) 42 42 ->setURI('/M'.$mock->getID()) 43 - ->setImageURI($mock->getCoverFile()->getThumb160x120URI())); 43 + ->setImageURI($mock->getCoverFile()->getThumb220x165URI()) 44 + ->setImageSize(220, 165)); 44 45 } 45 46 46 47 $header = id(new PhabricatorHeaderView())