@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

Correct Phorge icon on Auth Provider page

Summary:
Add Phorge icon to auth/login PNG files.

Closes T15403

Test Plan: Go to `/auth/config/new/` in browser and look at icons.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: avivey, speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15403

Differential Revision: https://we.phorge.it/D25255

+18 -9
+5 -5
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '76ed87e3', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '0cb47e9d', 12 + 'core.pkg.css' => '051ab1ff', 13 13 'core.pkg.js' => '2eeda9e0', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '525f9a1d', ··· 184 184 'rsrc/css/phui/workboards/phui-workboard.css' => '74fc9d98', 185 185 'rsrc/css/phui/workboards/phui-workcard.css' => '62056e3b', 186 186 'rsrc/css/phui/workboards/phui-workpanel.css' => 'bc06f022', 187 - 'rsrc/css/sprite-login.css' => '35d1510c', 187 + 'rsrc/css/sprite-login.css' => '8d16d643', 188 188 'rsrc/css/sprite-tokens.css' => 'f1896dc5', 189 189 'rsrc/css/syntax/syntax-default.css' => '055fc231', 190 190 'rsrc/externals/d3/d3.min.js' => '9d068042', ··· 342 342 'rsrc/image/phrequent_active.png' => 'de66dc50', 343 343 'rsrc/image/phrequent_inactive.png' => '79c61baf', 344 344 'rsrc/image/resize.png' => '9cc83373', 345 - 'rsrc/image/sprite-login-X2.png' => '269800ec', 346 - 'rsrc/image/sprite-login.png' => 'a843f146', 345 + 'rsrc/image/sprite-login-X2.png' => '2f61c306', 346 + 'rsrc/image/sprite-login.png' => '7031ab39', 347 347 'rsrc/image/sprite-tokens-X2.png' => '21621dd9', 348 348 'rsrc/image/sprite-tokens.png' => 'bede2580', 349 349 'rsrc/image/texture/card-gradient.png' => 'e6892cb4', ··· 906 906 'project-triggers-css' => 'cd9c8bb9', 907 907 'project-view-css' => '2f7caa20', 908 908 'setup-issue-css' => '5eed85b2', 909 - 'sprite-login-css' => '35d1510c', 909 + 'sprite-login-css' => '8d16d643', 910 910 'sprite-tokens-css' => 'f1896dc5', 911 911 'syntax-default-css' => '055fc231', 912 912 'syntax-highlighting-css' => '548567f6',
resources/sprite/login_1x/Phorge.png

This is a binary file and will not be displayed.

resources/sprite/login_2x/Phorge.png

This is a binary file and will not be displayed.

+5
resources/sprite/manifest/login.json
··· 71 71 "rule": ".login-Phabricator", 72 72 "hash": "54f5ddae4b9d138c438ec00ed42544d2" 73 73 }, 74 + "login-Phorge": { 75 + "name": "login-Phorge", 76 + "rule": ".login-Phorge", 77 + "hash": "0cc36ea8b7b98c57c23e547400b955f1" 78 + }, 74 79 "login-Slack": { 75 80 "name": "login-Slack", 76 81 "rule": ".login-Slack",
+8 -4
webroot/rsrc/css/sprite-login.css
··· 56 56 } 57 57 58 58 .login-Jira { 59 - background-position: 0px -58px; 59 + background-position: -116px -29px; 60 60 } 61 61 62 62 .login-LDAP { 63 - background-position: -29px -58px; 63 + background-position: 0px -58px; 64 64 } 65 65 66 66 .login-MediaWiki { 67 - background-position: -58px -58px; 67 + background-position: -29px -58px; 68 68 } 69 69 70 70 .login-PayPal { 71 - background-position: -87px -58px; 71 + background-position: -58px -58px; 72 72 } 73 73 74 74 .login-Phabricator { 75 + background-position: -87px -58px; 76 + } 77 + 78 + .login-Phorge { 75 79 background-position: 0px -87px; 76 80 } 77 81
webroot/rsrc/image/sprite-login-X2.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-login.png

This is a binary file and will not be displayed.