@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.6.0

Summary: Updates to the latest icon packages

Test Plan: View UIExamples, find new Icons

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+129 -10
+7 -7
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '35e4a99a', 10 + 'core.pkg.css' => 'c49855c0', 11 11 'core.pkg.js' => '08b41036', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '7ba78475', ··· 109 109 'rsrc/css/core/z-index.css' => '5b6fcf3f', 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' => 'c43323c5', 112 + 'rsrc/css/font/font-awesome.css' => '2b7ebbcc', 113 113 'rsrc/css/font/font-lato.css' => 'c7ccd872', 114 114 'rsrc/css/font/phui-font-icon-base.css' => '6449bce8', 115 115 'rsrc/css/layout/phabricator-filetree-view.css' => 'fccf9f82', ··· 175 175 'rsrc/externals/font/aleo/aleo-regular.ttf' => '751e7479', 176 176 'rsrc/externals/font/aleo/aleo-regular.woff' => 'c3744be9', 177 177 'rsrc/externals/font/aleo/aleo-regular.woff2' => '851aa0ee', 178 - 'rsrc/externals/font/fontawesome/fontawesome-webfont.eot' => '346fbcc5', 179 - 'rsrc/externals/font/fontawesome/fontawesome-webfont.ttf' => '510fccb2', 180 - 'rsrc/externals/font/fontawesome/fontawesome-webfont.woff' => '0334f580', 181 - 'rsrc/externals/font/fontawesome/fontawesome-webfont.woff2' => '45dca585', 178 + 'rsrc/externals/font/fontawesome/fontawesome-webfont.eot' => '59b3076c', 179 + 'rsrc/externals/font/fontawesome/fontawesome-webfont.ttf' => '45ad7e57', 180 + 'rsrc/externals/font/fontawesome/fontawesome-webfont.woff' => 'f861e2a8', 181 + 'rsrc/externals/font/fontawesome/fontawesome-webfont.woff2' => '0ee0f078', 182 182 'rsrc/externals/font/lato/lato-bold.eot' => '99fbcf8c', 183 183 'rsrc/externals/font/lato/lato-bold.svg' => '2aa83045', 184 184 'rsrc/externals/font/lato/lato-bold.ttf' => '0a7141f7', ··· 559 559 'diffusion-source-css' => '68b30fd3', 560 560 'diviner-shared-css' => 'aa3656aa', 561 561 'font-aleo' => '8bdb2835', 562 - 'font-fontawesome' => 'c43323c5', 562 + 'font-fontawesome' => '2b7ebbcc', 563 563 'font-lato' => 'c7ccd872', 564 564 'global-drag-and-drop-css' => '5c1b47c2', 565 565 'harbormaster-css' => 'f491c9f4',
+27
src/view/phui/PHUIIconView.php
··· 744 744 'fa-bluetooth', 745 745 'fa-bluetooth-b', 746 746 'fa-percent', 747 + 'fa-gitlab', 748 + 'fa-wpbeginner', 749 + 'fa-wpforms', 750 + 'fa-envira', 751 + 'fa-universal-access', 752 + 'fa-wheelchair-alt', 753 + 'fa-question-circle-o', 754 + 'fa-blind', 755 + 'fa-audio-description', 756 + 'fa-volume-control-phone', 757 + 'fa-braille', 758 + 'fa-assistive-listening-systems', 759 + 'fa-asl-interpreting', 760 + 'fa-american-sign-language-interpreting', 761 + 'fa-deafness', 762 + 'fa-hard-of-hearing', 763 + 'fa-deaf', 764 + 'fa-glide', 765 + 'fa-glide-g', 766 + 'fa-signing', 767 + 'fa-sign-language', 768 + 'fa-low-vision', 769 + 'fa-viadeo', 770 + 'fa-viadeo-square', 771 + 'fa-snapchat', 772 + 'fa-snapchat-ghost', 773 + 'fa-snapchat-square', 747 774 ); 748 775 } 749 776
+95 -3
webroot/rsrc/css/font/font-awesome.css
··· 3 3 */ 4 4 5 5 /*! 6 - * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome 6 + * Font Awesome 4.6.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.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'); 13 + src: url('/rsrc/externals/font/fontawesome/fontawesome-webfont.eot?v=4.6.0'); 14 + src: url('/rsrc/externals/font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.0') format('embedded-opentype'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.woff2?v=4.6.0') format('woff2'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.woff?v=4.6.0') format('woff'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.ttf?v=4.6.0') format('truetype'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.svg?v=4.6.0#fontawesomeregular') format('svg'); 15 15 font-weight: normal; 16 16 font-style: normal; 17 17 } ··· 1947 1947 .fa-percent:before { 1948 1948 content: "\f295"; 1949 1949 } 1950 + .fa-gitlab:before { 1951 + content: "\f296"; 1952 + } 1953 + .fa-wpbeginner:before { 1954 + content: "\f297"; 1955 + } 1956 + .fa-wpforms:before { 1957 + content: "\f298"; 1958 + } 1959 + .fa-envira:before { 1960 + content: "\f299"; 1961 + } 1962 + .fa-universal-access:before { 1963 + content: "\f29a"; 1964 + } 1965 + .fa-wheelchair-alt:before { 1966 + content: "\f29b"; 1967 + } 1968 + .fa-question-circle-o:before { 1969 + content: "\f29c"; 1970 + } 1971 + .fa-blind:before { 1972 + content: "\f29d"; 1973 + } 1974 + .fa-audio-description:before { 1975 + content: "\f29e"; 1976 + } 1977 + .fa-volume-control-phone:before { 1978 + content: "\f2a0"; 1979 + } 1980 + .fa-braille:before { 1981 + content: "\f2a1"; 1982 + } 1983 + .fa-assistive-listening-systems:before { 1984 + content: "\f2a2"; 1985 + } 1986 + .fa-asl-interpreting:before, 1987 + .fa-american-sign-language-interpreting:before { 1988 + content: "\f2a3"; 1989 + } 1990 + .fa-deafness:before, 1991 + .fa-hard-of-hearing:before, 1992 + .fa-deaf:before { 1993 + content: "\f2a4"; 1994 + } 1995 + .fa-glide:before { 1996 + content: "\f2a5"; 1997 + } 1998 + .fa-glide-g:before { 1999 + content: "\f2a6"; 2000 + } 2001 + .fa-signing:before, 2002 + .fa-sign-language:before { 2003 + content: "\f2a7"; 2004 + } 2005 + .fa-low-vision:before { 2006 + content: "\f2a8"; 2007 + } 2008 + .fa-viadeo:before { 2009 + content: "\f2a9"; 2010 + } 2011 + .fa-viadeo-square:before { 2012 + content: "\f2aa"; 2013 + } 2014 + .fa-snapchat:before { 2015 + content: "\f2ab"; 2016 + } 2017 + .fa-snapchat-ghost:before { 2018 + content: "\f2ac"; 2019 + } 2020 + .fa-snapchat-square:before { 2021 + content: "\f2ad"; 2022 + } 2023 + .sr-only { 2024 + position: absolute; 2025 + width: 1px; 2026 + height: 1px; 2027 + padding: 0; 2028 + margin: -1px; 2029 + overflow: hidden; 2030 + clip: rect(0, 0, 0, 0); 2031 + border: 0; 2032 + } 2033 + .sr-only-focusable:active, 2034 + .sr-only-focusable:focus { 2035 + position: static; 2036 + width: auto; 2037 + height: auto; 2038 + margin: 0; 2039 + overflow: visible; 2040 + clip: auto; 2041 + }
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.