@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
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update to FontAwesome 4.5

Summary: New icons

Test Plan: Use new icons

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+90 -11
+7 -7
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '5e982028', 10 + 'core.pkg.css' => '91bbffc2', 11 11 'core.pkg.js' => '47dc9ebb', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 109 109 'rsrc/css/core/z-index.css' => '57ddcaa2', 110 110 'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa', 111 111 'rsrc/css/font/font-aleo.css' => '8bdb2835', 112 - 'rsrc/css/font/font-awesome.css' => 'd2fc4e8d', 112 + 'rsrc/css/font/font-awesome.css' => 'c43323c5', 113 113 'rsrc/css/font/font-lato.css' => 'c7ccd872', 114 114 'rsrc/css/font/phui-font-icon-base.css' => 'ecbbb4c2', 115 115 'rsrc/css/layout/phabricator-filetree-view.css' => 'fccf9f82', ··· 167 167 'rsrc/externals/font/aleo/aleo-regular.ttf' => '751e7479', 168 168 'rsrc/externals/font/aleo/aleo-regular.woff' => 'c3744be9', 169 169 'rsrc/externals/font/aleo/aleo-regular.woff2' => '851aa0ee', 170 - 'rsrc/externals/font/fontawesome/fontawesome-webfont.eot' => '7d5a4653', 171 - 'rsrc/externals/font/fontawesome/fontawesome-webfont.ttf' => '531835e8', 172 - 'rsrc/externals/font/fontawesome/fontawesome-webfont.woff' => '427fe363', 173 - 'rsrc/externals/font/fontawesome/fontawesome-webfont.woff2' => 'a9897054', 170 + 'rsrc/externals/font/fontawesome/fontawesome-webfont.eot' => '346fbcc5', 171 + 'rsrc/externals/font/fontawesome/fontawesome-webfont.ttf' => '510fccb2', 172 + 'rsrc/externals/font/fontawesome/fontawesome-webfont.woff' => '0334f580', 173 + 'rsrc/externals/font/fontawesome/fontawesome-webfont.woff2' => '45dca585', 174 174 'rsrc/externals/font/lato/lato-bold.eot' => '99fbcf8c', 175 175 'rsrc/externals/font/lato/lato-bold.svg' => '2aa83045', 176 176 'rsrc/externals/font/lato/lato-bold.ttf' => '0a7141f7', ··· 538 538 'diffusion-source-css' => '075ba788', 539 539 'diviner-shared-css' => 'aa3656aa', 540 540 'font-aleo' => '8bdb2835', 541 - 'font-fontawesome' => 'd2fc4e8d', 541 + 'font-fontawesome' => 'c43323c5', 542 542 'font-lato' => 'c7ccd872', 543 543 'global-drag-and-drop-css' => '697324ad', 544 544 'harbormaster-css' => 'b0758ca5',
+20 -1
src/view/phui/PHUIIconView.php
··· 725 725 'fa-vimeo', 726 726 'fa-black-tie', 727 727 'fa-fonticons', 728 - 728 + 'fa-reddit-alien', 729 + 'fa-edge', 730 + 'fa-credit-card-alt', 731 + 'fa-codiepie:before', 732 + 'fa-modx', 733 + 'fa-fort-awesome', 734 + 'fa-usb', 735 + 'fa-product-hunt', 736 + 'fa-mixcloud', 737 + 'fa-scribd', 738 + 'fa-pause-circle', 739 + 'fa-pause-circle-o', 740 + 'fa-stop-circle', 741 + 'fa-stop-circle-o', 742 + 'fa-shopping-bag', 743 + 'fa-shopping-basket', 744 + 'fa-hashtag', 745 + 'fa-bluetooth', 746 + 'fa-bluetooth-b', 747 + 'fa-percent', 729 748 ); 730 749 } 731 750
+63 -3
webroot/rsrc/css/font/font-awesome.css
··· 3 3 */ 4 4 5 5 /*! 6 - * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome 6 + * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome 7 7 * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 8 8 */ 9 9 /* FONT PATH 10 10 * -------------------------- */ 11 11 @font-face { 12 12 font-family: 'FontAwesome'; 13 - src: url('/rsrc/externals/font/fontawesome/fontawesome-webfont.eot?v=4.4.0'); 14 - src: url('/rsrc/externals/font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.ttf?v=4.4.0') format('truetype'); 13 + src: url('/rsrc/externals/font/fontawesome/fontawesome-webfont.eot?v=4.5.0'); 14 + src: url('/rsrc/externals/font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'); 15 15 font-weight: normal; 16 16 font-style: normal; 17 17 } ··· 1887 1887 .fa-fonticons:before { 1888 1888 content: "\f280"; 1889 1889 } 1890 + .fa-reddit-alien:before { 1891 + content: "\f281"; 1892 + } 1893 + .fa-edge:before { 1894 + content: "\f282"; 1895 + } 1896 + .fa-credit-card-alt:before { 1897 + content: "\f283"; 1898 + } 1899 + .fa-codiepie:before { 1900 + content: "\f284"; 1901 + } 1902 + .fa-modx:before { 1903 + content: "\f285"; 1904 + } 1905 + .fa-fort-awesome:before { 1906 + content: "\f286"; 1907 + } 1908 + .fa-usb:before { 1909 + content: "\f287"; 1910 + } 1911 + .fa-product-hunt:before { 1912 + content: "\f288"; 1913 + } 1914 + .fa-mixcloud:before { 1915 + content: "\f289"; 1916 + } 1917 + .fa-scribd:before { 1918 + content: "\f28a"; 1919 + } 1920 + .fa-pause-circle:before { 1921 + content: "\f28b"; 1922 + } 1923 + .fa-pause-circle-o:before { 1924 + content: "\f28c"; 1925 + } 1926 + .fa-stop-circle:before { 1927 + content: "\f28d"; 1928 + } 1929 + .fa-stop-circle-o:before { 1930 + content: "\f28e"; 1931 + } 1932 + .fa-shopping-bag:before { 1933 + content: "\f290"; 1934 + } 1935 + .fa-shopping-basket:before { 1936 + content: "\f291"; 1937 + } 1938 + .fa-hashtag:before { 1939 + content: "\f292"; 1940 + } 1941 + .fa-bluetooth:before { 1942 + content: "\f293"; 1943 + } 1944 + .fa-bluetooth-b:before { 1945 + content: "\f294"; 1946 + } 1947 + .fa-percent:before { 1948 + content: "\f295"; 1949 + }
webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.eot

This is a binary file and will not be displayed.

webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.ttf

This is a binary file and will not be displayed.

webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.woff

This is a binary file and will not be displayed.

webroot/rsrc/externals/font/fontawesome/fontawesome-webfont.woff2

This is a binary file and will not be displayed.