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

Add more repo images

Summary: Just a few more.

Test Plan: Edit Picture, see new image, choose image.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+3
resources/builtin/repo/repo-git.png

This is a binary file and will not be displayed.

resources/builtin/repo/repo-hg.png

This is a binary file and will not be displayed.

resources/builtin/repo/repo-svn.png

This is a binary file and will not be displayed.

+3
src/applications/diffusion/controller/DiffusionRepositoryProfilePictureController.php
··· 109 109 } 110 110 111 111 $builtins = array( 112 + 'repo/repo-git.png', 113 + 'repo/repo-svn.png', 114 + 'repo/repo-hg.png', 112 115 'repo/building.png', 113 116 'repo/cloud.png', 114 117 'repo/commit.png',