@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

Add some higher resolution default user images

Summary: Looks nicer on profiles, cards. Added some additional colors.

Test Plan: change my avatar a few times

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: avivey, Korvin

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

+2 -2
resources/builtin/avatar.png

This is a binary file and will not be displayed.

resources/builtin/profile.png

This is a binary file and will not be displayed.

resources/builtin/user0.png

This is a binary file and will not be displayed.

resources/builtin/user1.png

This is a binary file and will not be displayed.

resources/builtin/user2.png

This is a binary file and will not be displayed.

resources/builtin/user3.png

This is a binary file and will not be displayed.

resources/builtin/user4.png

This is a binary file and will not be displayed.

resources/builtin/user5.png

This is a binary file and will not be displayed.

resources/builtin/user6.png

This is a binary file and will not be displayed.

resources/builtin/user7.png

This is a binary file and will not be displayed.

resources/builtin/user8.png

This is a binary file and will not be displayed.

resources/builtin/user9.png

This is a binary file and will not be displayed.

+1 -1
resources/celerity/map.php
··· 296 296 'rsrc/favicons/mstile-70x70.png' => '5edce7b8', 297 297 'rsrc/image/BFCFDA.png' => 'd5ec91f4', 298 298 'rsrc/image/actions/edit.png' => '2fc41442', 299 - 'rsrc/image/avatar.png' => 'e132bb6a', 299 + 'rsrc/image/avatar.png' => '17d346a4', 300 300 'rsrc/image/checker_dark.png' => 'd8e65881', 301 301 'rsrc/image/checker_light.png' => 'a0155918', 302 302 'rsrc/image/checker_lighter.png' => 'd5da91b6',
+1 -1
src/applications/people/controller/PhabricatorPeopleProfilePictureController.php
··· 119 119 'user7.png', 120 120 'user8.png', 121 121 'user9.png', 122 - ); 122 + ); 123 123 foreach ($builtins as $builtin) { 124 124 $file = PhabricatorFile::loadBuiltin($viewer, $builtin); 125 125 $images[$file->getPHID()] = array(
webroot/rsrc/image/avatar.png

This is a binary file and will not be displayed.