Skip to content

Commit b2f3001

Browse files
committed
Replace Sprite-Icons with FontAwesome
Summary: The removes the sprite sheet 'icons' and replaces it with FontAwesome fonts. Test Plan: - Grep for SPRITE_ICONS and replace - Grep for sprite-icons and replace - Grep for PhabricatorActionList and choose all new icons - Grep for Crumbs and fix icons - Test/Replace PHUIList Icon support - Test/Replace ObjectList Icon support (foot, epoch, etc) - Browse as many pages as I could get to - Remove sprite-icons and move remarkup to own sheet - Review this diff in Differential Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin, hach-que Differential Revision: https://secure.phabricator.com/D9052
1 parent dfcccd4 commit b2f3001

File tree

304 files changed

+635
-3689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+635
-3689
lines changed

resources/celerity/map.php

Lines changed: 34 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
return array(
88
'names' =>
99
array(
10-
'core.pkg.css' => 'c00e58c8',
10+
'core.pkg.css' => 'be14eb23',
1111
'core.pkg.js' => 'b2ed04a2',
1212
'darkconsole.pkg.js' => 'ca8671ce',
1313
'differential.pkg.css' => '4b8686e3',
14-
'differential.pkg.js' => '05ad02d3',
14+
'differential.pkg.js' => '36bec171',
1515
'diffusion.pkg.css' => '3783278d',
1616
'diffusion.pkg.js' => '5b4010f4',
1717
'javelin.pkg.js' => 'dbef0389',
@@ -82,7 +82,7 @@
8282
'rsrc/css/application/phame/phame.css' => '19ecc703',
8383
'rsrc/css/application/pholio/pholio-edit.css' => 'b9e59b6d',
8484
'rsrc/css/application/pholio/pholio-inline-comments.css' => '52be33f0',
85-
'rsrc/css/application/pholio/pholio.css' => '2fa97dbe',
85+
'rsrc/css/application/pholio/pholio.css' => 'e059f955',
8686
'rsrc/css/application/phortune/phortune-credit-card-form.css' => 'b25b4beb',
8787
'rsrc/css/application/phrequent/phrequent.css' => 'ffc185ad',
8888
'rsrc/css/application/phriction/phriction-document-css.css' => '7d7f0071',
@@ -111,12 +111,11 @@
111111
'rsrc/css/core/z-index.css' => 'efb673ac',
112112
'rsrc/css/diviner/diviner-shared.css' => '38813222',
113113
'rsrc/css/font/font-awesome.css' => '62bc244d',
114-
'rsrc/css/font/font-glyphicons-halflings.css' => 'c4c1c6b6',
115114
'rsrc/css/font/font-source-sans-pro.css' => '91d53463',
116-
'rsrc/css/font/phui-font-icon-base.css' => 'cd92ff25',
115+
'rsrc/css/font/phui-font-icon-base.css' => '104caddd',
117116
'rsrc/css/layout/phabricator-action-header-view.css' => 'c14dfc57',
118-
'rsrc/css/layout/phabricator-action-list-view.css' => '6f7ef696',
119-
'rsrc/css/layout/phabricator-crumbs-view.css' => '0222cbe0',
117+
'rsrc/css/layout/phabricator-action-list-view.css' => 'dcd9875f',
118+
'rsrc/css/layout/phabricator-crumbs-view.css' => '6a23399c',
120119
'rsrc/css/layout/phabricator-filetree-view.css' => 'a8c86ace',
121120
'rsrc/css/layout/phabricator-hovercard-view.css' => '46a13cf0',
122121
'rsrc/css/layout/phabricator-side-menu-view.css' => '503699d0',
@@ -133,12 +132,12 @@
133132
'rsrc/css/phui/phui-form-view.css' => '867463b4',
134133
'rsrc/css/phui/phui-form.css' => 'b78ec020',
135134
'rsrc/css/phui/phui-header-view.css' => '5d245c9c',
136-
'rsrc/css/phui/phui-icon.css' => '215fa314',
135+
'rsrc/css/phui/phui-icon.css' => '00abbd26',
137136
'rsrc/css/phui/phui-info-panel.css' => '27ea50a1',
138-
'rsrc/css/phui/phui-list.css' => 'ef8035b6',
137+
'rsrc/css/phui/phui-list.css' => '65eab261',
139138
'rsrc/css/phui/phui-object-box.css' => 'ce92d8ec',
140-
'rsrc/css/phui/phui-object-item-list-view.css' => '7cf6ccf9',
141-
'rsrc/css/phui/phui-pinboard-view.css' => 'e7d3b05e',
139+
'rsrc/css/phui/phui-object-item-list-view.css' => '64b6b266',
140+
'rsrc/css/phui/phui-pinboard-view.css' => '874c22f9',
142141
'rsrc/css/phui/phui-property-list-view.css' => 'af4b381f',
143142
'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b',
144143
'rsrc/css/phui/phui-spacing.css' => '042804d6',
@@ -147,7 +146,7 @@
147146
'rsrc/css/phui/phui-text.css' => '23e9b4b7',
148147
'rsrc/css/phui/phui-timeline-view.css' => '15ff2a9f',
149148
'rsrc/css/phui/phui-workboard-view.css' => '2bf82d00',
150-
'rsrc/css/phui/phui-workpanel-view.css' => '97b69459',
149+
'rsrc/css/phui/phui-workpanel-view.css' => '1169f879',
151150
'rsrc/css/sprite-actions.css' => '969ad0e5',
152151
'rsrc/css/sprite-apps-large.css' => '3e3ec4c3',
153152
'rsrc/css/sprite-apps-xlarge.css' => 'db66c878',
@@ -156,13 +155,13 @@
156155
'rsrc/css/sprite-conpherence.css' => '3b4a0487',
157156
'rsrc/css/sprite-docs.css' => '5f65d0da',
158157
'rsrc/css/sprite-gradient.css' => 'a10def53',
159-
'rsrc/css/sprite-icons.css' => 'f19a828c',
160158
'rsrc/css/sprite-login.css' => '8d10fb28',
161159
'rsrc/css/sprite-main-header.css' => '92720ee2',
162160
'rsrc/css/sprite-menu.css' => '8da53882',
163161
'rsrc/css/sprite-minicons.css' => 'df4f76fe',
164162
'rsrc/css/sprite-payments.css' => 'cc085d44',
165163
'rsrc/css/sprite-projects.css' => '7578fa56',
164+
'rsrc/css/sprite-remarkup.css' => '5c396a57',
166165
'rsrc/css/sprite-status.css' => '25d7f92f',
167166
'rsrc/css/sprite-tokens.css' => '1706b943',
168167
'rsrc/externals/font/fontawesome/fontawesome-webfont.eot' => 'b676fe4f',
@@ -323,8 +322,6 @@
323322
'rsrc/image/sprite-docs-X2.png' => '6dc1adad',
324323
'rsrc/image/sprite-docs.png' => '4636297f',
325324
'rsrc/image/sprite-gradient.png' => '4ece0b62',
326-
'rsrc/image/sprite-icons-X2.png' => '0d5867c0',
327-
'rsrc/image/sprite-icons.png' => '3f754bda',
328325
'rsrc/image/sprite-login-X2.png' => 'bf5ceccc',
329326
'rsrc/image/sprite-login.png' => 'c1e200b3',
330327
'rsrc/image/sprite-main-header.png' => '83521873',
@@ -335,6 +332,8 @@
335332
'rsrc/image/sprite-payments.png' => 'd8576309',
336333
'rsrc/image/sprite-projects-X2.png' => '218fdc8b',
337334
'rsrc/image/sprite-projects.png' => '631ff9a7',
335+
'rsrc/image/sprite-remarkup-X2.png' => '7ee1dc28',
336+
'rsrc/image/sprite-remarkup.png' => 'b4421f07',
338337
'rsrc/image/sprite-status-X2.png' => '6cb4b401',
339338
'rsrc/image/sprite-status.png' => '97eb1562',
340339
'rsrc/image/sprite-tokens-X2.png' => 'b4776580',
@@ -465,7 +464,7 @@
465464
'rsrc/js/core/behavior-lightbox-attachments.js' => '3aa45ad9',
466465
'rsrc/js/core/behavior-line-linker.js' => 'bc778103',
467466
'rsrc/js/core/behavior-more.js' => '9b9197be',
468-
'rsrc/js/core/behavior-object-selector.js' => 'b4eef37b',
467+
'rsrc/js/core/behavior-object-selector.js' => 'e6f67523',
469468
'rsrc/js/core/behavior-oncopy.js' => 'c3e218fe',
470469
'rsrc/js/core/behavior-phabricator-nav.js' => 'b5842a5e',
471470
'rsrc/js/core/behavior-phabricator-remarkup-assist.js' => 'c021950a',
@@ -525,7 +524,6 @@
525524
'diffusion-source-css' => '66fdf661',
526525
'diviner-shared-css' => '38813222',
527526
'font-fontawesome' => '62bc244d',
528-
'font-glyphicons-halflings' => 'c4c1c6b6',
529527
'font-source-sans-pro' => '91d53463',
530528
'global-drag-and-drop-css' => '697324ad',
531529
'harbormaster-css' => 'cec833b7',
@@ -605,7 +603,7 @@
605603
'javelin-behavior-phabricator-line-linker' => 'bc778103',
606604
'javelin-behavior-phabricator-nav' => 'b5842a5e',
607605
'javelin-behavior-phabricator-notification-example' => 'c51a6616',
608-
'javelin-behavior-phabricator-object-selector' => 'b4eef37b',
606+
'javelin-behavior-phabricator-object-selector' => 'e6f67523',
609607
'javelin-behavior-phabricator-oncopy' => 'c3e218fe',
610608
'javelin-behavior-phabricator-remarkup-assist' => 'c021950a',
611609
'javelin-behavior-phabricator-reveal-content' => '8f24abfc',
@@ -688,14 +686,14 @@
688686
'path-typeahead' => 'f7fc67ec',
689687
'people-profile-css' => 'ba7b2762',
690688
'phabricator-action-header-view-css' => 'c14dfc57',
691-
'phabricator-action-list-view-css' => '6f7ef696',
689+
'phabricator-action-list-view-css' => 'dcd9875f',
692690
'phabricator-application-launch-view-css' => 'd290ba21',
693691
'phabricator-busy' => '6453c869',
694692
'phabricator-chatlog-css' => '852140ff',
695693
'phabricator-content-source-view-css' => '4b8b05d4',
696694
'phabricator-core-css' => '40151074',
697695
'phabricator-countdown-css' => '86b7b0a0',
698-
'phabricator-crumbs-view-css' => '0222cbe0',
696+
'phabricator-crumbs-view-css' => '6a23399c',
699697
'phabricator-drag-and-drop-file-upload' => 'ae6abfba',
700698
'phabricator-draggable-list' => '1681c4d4',
701699
'phabricator-fatal-config-template-css' => '25d446d6',
@@ -742,7 +740,7 @@
742740
'phabricator-uiexample-reactor-sendproperties' => '551add57',
743741
'phabricator-zindex-css' => 'efb673ac',
744742
'phame-css' => '19ecc703',
745-
'pholio-css' => '2fa97dbe',
743+
'pholio-css' => 'e059f955',
746744
'pholio-edit-css' => 'b9e59b6d',
747745
'pholio-inline-comments-css' => '52be33f0',
748746
'phortune-credit-card-form' => '2290aeef',
@@ -757,17 +755,17 @@
757755
'phui-calendar-month-css' => 'a92e47d2',
758756
'phui-document-view-css' => '3b078dc0',
759757
'phui-feed-story-css' => '3a59c2cf',
760-
'phui-font-icon-base-css' => 'cd92ff25',
758+
'phui-font-icon-base-css' => '104caddd',
761759
'phui-fontkit-css' => 'de84aa4a',
762760
'phui-form-css' => 'b78ec020',
763761
'phui-form-view-css' => '867463b4',
764762
'phui-header-view-css' => '5d245c9c',
765-
'phui-icon-view-css' => '215fa314',
763+
'phui-icon-view-css' => '00abbd26',
766764
'phui-info-panel-css' => '27ea50a1',
767-
'phui-list-view-css' => 'ef8035b6',
765+
'phui-list-view-css' => '65eab261',
768766
'phui-object-box-css' => 'ce92d8ec',
769-
'phui-object-item-list-view-css' => '7cf6ccf9',
770-
'phui-pinboard-view-css' => 'e7d3b05e',
767+
'phui-object-item-list-view-css' => '64b6b266',
768+
'phui-pinboard-view-css' => '874c22f9',
771769
'phui-property-list-view-css' => 'af4b381f',
772770
'phui-remarkup-preview-css' => '19ad512b',
773771
'phui-spacing-css' => '042804d6',
@@ -776,7 +774,7 @@
776774
'phui-text-css' => '23e9b4b7',
777775
'phui-timeline-view-css' => '15ff2a9f',
778776
'phui-workboard-view-css' => '2bf82d00',
779-
'phui-workpanel-view-css' => '97b69459',
777+
'phui-workpanel-view-css' => '1169f879',
780778
'phuix-action-list-view' => 'b5c256b8',
781779
'phuix-action-view' => '19a0b148',
782780
'phuix-dropdown-menu' => 'bd4c8dca',
@@ -803,13 +801,13 @@
803801
'sprite-conpherence-css' => '3b4a0487',
804802
'sprite-docs-css' => '5f65d0da',
805803
'sprite-gradient-css' => 'a10def53',
806-
'sprite-icons-css' => 'f19a828c',
807804
'sprite-login-css' => '8d10fb28',
808805
'sprite-main-header-css' => '92720ee2',
809806
'sprite-menu-css' => '8da53882',
810807
'sprite-minicons-css' => 'df4f76fe',
811808
'sprite-payments-css' => 'cc085d44',
812809
'sprite-projects-css' => '7578fa56',
810+
'sprite-remarkup-css' => '5c396a57',
813811
'sprite-status-css' => '25d7f92f',
814812
'sprite-tokens-css' => '1706b943',
815813
'subscribers-list-css' => '5bb30c78',
@@ -1617,13 +1615,6 @@
16171615
2 => 'javelin-util',
16181616
3 => 'javelin-reactor-node-calmer',
16191617
),
1620-
'b4eef37b' =>
1621-
array(
1622-
0 => 'javelin-behavior',
1623-
1 => 'javelin-dom',
1624-
2 => 'javelin-request',
1625-
3 => 'javelin-util',
1626-
),
16271618
'b5842a5e' =>
16281619
array(
16291620
0 => 'javelin-behavior',
@@ -1914,6 +1905,13 @@
19141905
2 => 'javelin-view-visitor',
19151906
3 => 'javelin-util',
19161907
),
1908+
'e6f67523' =>
1909+
array(
1910+
0 => 'javelin-behavior',
1911+
1 => 'javelin-dom',
1912+
2 => 'javelin-request',
1913+
3 => 'javelin-util',
1914+
),
19171915
'e7c21fb3' =>
19181916
array(
19191917
0 => 'javelin-dom',
@@ -2089,7 +2087,7 @@
20892087
16 => 'aphront-tooltip-css',
20902088
17 => 'phabricator-flag-css',
20912089
18 => 'aphront-error-view-css',
2092-
19 => 'sprite-icons-css',
2090+
19 => 'sprite-remarkup-css',
20932091
20 => 'sprite-gradient-css',
20942092
21 => 'sprite-menu-css',
20952093
22 => 'sprite-apps-large-css',

resources/celerity/packages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
'phabricator-flag-css',
9090
'aphront-error-view-css',
9191

92-
'sprite-icons-css',
92+
'sprite-remarkup-css',
9393
'sprite-gradient-css',
9494
'sprite-menu-css',
9595
'sprite-apps-large-css',
-3.56 KB
Binary file not shown.
-3.56 KB
Binary file not shown.
-3.56 KB
Binary file not shown.
-3.56 KB
Binary file not shown.
-3.56 KB
Binary file not shown.
-3.56 KB
Binary file not shown.
-3.56 KB
Binary file not shown.
-3.56 KB
Binary file not shown.

0 commit comments

Comments
 (0)