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

Use celerity for document_black.png in PhabricatorStandardPageView

Summary:
The image was incorrectly served on /rsrc without using celerity. This
is no longer routable with recommendations in D9401.

Test Plan: Browse to home page and inspect javascript link for this resource.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

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

authored by

Joseph Battelle and committed by
epriestley
3927e669 b7517325

+2 -2
+2 -2
src/view/page/PhabricatorStandardPageView.php
··· 124 124 125 125 if ($user) { 126 126 $default_img_uri = 127 - PhabricatorEnv::getCDNURI( 128 - '/rsrc/image/icon/fatcow/document_black.png'); 127 + celerity_get_resource_uri( 128 + 'rsrc/image/icon/fatcow/document_black.png'); 129 129 $download_form = phabricator_form( 130 130 $user, 131 131 array(