@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 Font Awesome .woff path

Summary: We're having trouble with this pointing at the wrong file after D10778; I assume that making it match the others is the proper fix...

Test Plan: Crossed fingers.

Reviewers: epriestley, #blessed_reviewers, chad

Reviewed By: #blessed_reviewers, chad

Subscribers: Korvin, epriestley

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '810e8b13', 10 + 'core.pkg.css' => '33952f78', 11 11 'core.pkg.js' => 'cbdbd552', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '8af45893', ··· 107 107 'rsrc/css/core/syntax.css' => '56c1ba38', 108 108 'rsrc/css/core/z-index.css' => '44e1d311', 109 109 'rsrc/css/diviner/diviner-shared.css' => '38813222', 110 - 'rsrc/css/font/font-awesome.css' => '327559dd', 110 + 'rsrc/css/font/font-awesome.css' => '0c10d96b', 111 111 'rsrc/css/font/font-source-sans-pro.css' => '91d53463', 112 112 'rsrc/css/font/phui-font-icon-base.css' => '3dad2ae3', 113 113 'rsrc/css/layout/phabricator-crumbs-view.css' => 'a49339de', ··· 526 526 'diffusion-icons-css' => '9c5828da', 527 527 'diffusion-source-css' => '66fdf661', 528 528 'diviner-shared-css' => '38813222', 529 - 'font-fontawesome' => '327559dd', 529 + 'font-fontawesome' => '0c10d96b', 530 530 'font-source-sans-pro' => '91d53463', 531 531 'global-drag-and-drop-css' => '697324ad', 532 532 'harbormaster-css' => '49d64eb4',
+1 -1
webroot/rsrc/css/font/font-awesome.css
··· 9 9 @font-face { 10 10 font-family: 'FontAwesome'; 11 11 src: url('/rsrc/externals/font/fontawesome/fontawesome-webfont.eot?v=4.2.0'); 12 - src: url('/rsrc/externals/font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.ttf?v=4.2.0') format('truetype'); 12 + src: url('/rsrc/externals/font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.ttf?v=4.2.0') format('truetype'); 13 13 font-weight: normal; 14 14 font-style: normal; 15 15 }