Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15403403
D14668.id35480.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D14668.id35480.diff
View Options
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$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/image/people/user0.png b/webroot/rsrc/image/people/user0.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/image/people/user1.png b/webroot/rsrc/image/people/user1.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/image/people/user2.png b/webroot/rsrc/image/people/user2.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/image/people/user3.png b/webroot/rsrc/image/people/user3.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/image/people/user4.png b/webroot/rsrc/image/people/user4.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/image/people/user5.png b/webroot/rsrc/image/people/user5.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/image/people/user6.png b/webroot/rsrc/image/people/user6.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/image/people/user7.png b/webroot/rsrc/image/people/user7.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/image/people/user8.png b/webroot/rsrc/image/people/user8.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/image/people/user9.png b/webroot/rsrc/image/people/user9.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 19, 3:11 AM (4 d, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7385273
Default Alt Text
D14668.id35480.diff (5 KB)
Attached To
Mode
D14668: Actual 2x avatar, new profile picture options
Attached
Detach File
Event Timeline
Log In to Comment