diff --git a/resources/celerity/map.php b/resources/celerity/map.php --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -265,7 +265,7 @@ 'rsrc/favicons/mask-icon.svg' => '0460cb1f', 'rsrc/image/BFCFDA.png' => 'd5ec91f4', 'rsrc/image/actions/edit.png' => '2fc41442', - 'rsrc/image/avatar.png' => '3eb28cd9', + 'rsrc/image/avatar.png' => 'e132bb6a', 'rsrc/image/checker_dark.png' => 'd8e65881', 'rsrc/image/checker_light.png' => 'a0155918', 'rsrc/image/checker_lighter.png' => 'd5da91b6', @@ -320,6 +320,16 @@ 'rsrc/image/people/lincoln.png' => '9369126d', 'rsrc/image/people/mckinley.png' => 'fb8f16ce', 'rsrc/image/people/taft.png' => 'd7bc402c', + 'rsrc/image/people/user0.png' => '03dacaea', + 'rsrc/image/people/user1.png' => '4a4e7702', + 'rsrc/image/people/user2.png' => '47a0ee40', + 'rsrc/image/people/user3.png' => '835ff627', + 'rsrc/image/people/user4.png' => 'b0e830f1', + 'rsrc/image/people/user5.png' => '9c95b369', + 'rsrc/image/people/user6.png' => 'ba3fbfb0', + 'rsrc/image/people/user7.png' => 'da613924', + 'rsrc/image/people/user8.png' => 'f1035edf', + 'rsrc/image/people/user9.png' => '66730be3', 'rsrc/image/people/washington.png' => '40dd301c', 'rsrc/image/phrequent_active.png' => 'a466a8ed', 'rsrc/image/phrequent_inactive.png' => 'bfc15a69', diff --git a/src/applications/people/controller/PhabricatorPeopleProfilePictureController.php b/src/applications/people/controller/PhabricatorPeopleProfilePictureController.php --- a/src/applications/people/controller/PhabricatorPeopleProfilePictureController.php +++ b/src/applications/people/controller/PhabricatorPeopleProfilePictureController.php @@ -116,6 +116,25 @@ } } + $builtins = array( + 'user1.png', + 'user2.png', + 'user3.png', + 'user4.png', + 'user5.png', + 'user6.png', + 'user7.png', + 'user8.png', + 'user9.png', + ); + foreach ($builtins as $builtin) { + $file = PhabricatorFile::loadBuiltin($viewer, $builtin); + $images[$file->getPHID()] = array( + 'uri' => $file->getBestURI(), + 'tip' => pht('Builtin Image'), + ); + } + // Try to add external account images for any associated external accounts. $accounts = id(new PhabricatorExternalAccountQuery()) ->setViewer($viewer) diff --git a/webroot/rsrc/image/avatar.png b/webroot/rsrc/image/avatar.png index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@