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

Summary: Update the the lastest version, adds payment icons, reduced woff file sizes

Test Plan: load icon examples

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6376

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

+183 -13
+6 -6
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'cab5a4a0', 10 + 'core.pkg.css' => '74d50c3d', 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' => '73d075c3', 110 + 'rsrc/css/font/font-awesome.css' => '327559dd', 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-action-header-view.css' => '83e2cc86', ··· 156 156 'rsrc/css/sprite-payments.css' => 'cc085d44', 157 157 'rsrc/css/sprite-projects.css' => '7578fa56', 158 158 'rsrc/css/sprite-tokens.css' => '1706b943', 159 - 'rsrc/externals/font/fontawesome/fontawesome-webfont.eot' => '1cab0752', 160 - 'rsrc/externals/font/fontawesome/fontawesome-webfont.ttf' => '2ff84fd2', 161 - 'rsrc/externals/font/fontawesome/fontawesome-webfont.woff' => 'a119ee5e', 159 + 'rsrc/externals/font/fontawesome/fontawesome-webfont.eot' => '579d3140', 160 + 'rsrc/externals/font/fontawesome/fontawesome-webfont.ttf' => 'fe26fcb5', 161 + 'rsrc/externals/font/fontawesome/fontawesome-webfont.woff' => '64677b24', 162 162 'rsrc/externals/font/sourcesans/SourceSansPro.woff' => '3614608c', 163 163 'rsrc/externals/font/sourcesans/SourceSansProBold.woff' => 'cbf46566', 164 164 'rsrc/externals/javelin/core/Event.js' => '85ea0626', ··· 526 526 'diffusion-icons-css' => '9c5828da', 527 527 'diffusion-source-css' => '66fdf661', 528 528 'diviner-shared-css' => '38813222', 529 - 'font-fontawesome' => '73d075c3', 529 + 'font-fontawesome' => '327559dd', 530 530 'font-source-sans-pro' => '91d53463', 531 531 'global-drag-and-drop-css' => '697324ad', 532 532 'harbormaster-css' => '49d64eb4',
+43
src/view/phui/PHUIIconView.php
··· 565 565 'fa-share-alt', 566 566 'fa-share-alt-square', 567 567 'fa-bomb', 568 + 'fa-soccer-ball', 569 + 'fa-futbol-o', 570 + 'fa-tty', 571 + 'fa-binoculars', 572 + 'fa-plug', 573 + 'fa-slideshare', 574 + 'fa-twitch', 575 + 'fa-yelp', 576 + 'fa-newspaper-o', 577 + 'fa-wifi', 578 + 'fa-calculator', 579 + 'fa-paypal', 580 + 'fa-google-wallet', 581 + 'fa-cc-visa', 582 + 'fa-cc-mastercard', 583 + 'fa-cc-discover', 584 + 'fa-cc-amex', 585 + 'fa-cc-paypal', 586 + 'fa-cc-stripe', 587 + 'fa-bell-slash', 588 + 'fa-bell-slash-o', 589 + 'fa-trash', 590 + 'fa-copyright', 591 + 'fa-at', 592 + 'fa-eyedropper', 593 + 'fa-paint-brush', 594 + 'fa-birthday-cake', 595 + 'fa-area-chart', 596 + 'fa-pie-chart', 597 + 'fa-line-chart', 598 + 'fa-lastfm', 599 + 'fa-lastfm-square', 600 + 'fa-toggle-off', 601 + 'fa-toggle-on', 602 + 'fa-bicycle', 603 + 'fa-bus', 604 + 'fa-ioxhost', 605 + 'fa-angellist', 606 + 'fa-cc', 607 + 'fa-shekel', 608 + 'fa-sheqel', 609 + 'fa-ils', 610 + 'fa-meanpath', 568 611 ); 569 612 } 570 613
+134 -7
webroot/rsrc/css/font/font-awesome.css
··· 3 3 */ 4 4 5 5 /** 6 - * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome 6 + * Font Awesome 4.2.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 - 10 9 @font-face { 11 10 font-family: 'FontAwesome'; 12 - src: url('/rsrc/externals/font/fontawesome/fontawesome-webfont.eot?v=4.1.0'); 13 - src: url('/rsrc/externals/font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('/rsrc/externals/font/fontawesome/fontawesome-webfont.ttf?v=4.1.0') format('truetype'); 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'); 14 13 font-weight: normal; 15 14 font-style: normal; 16 15 } 17 16 .phui-font-fa { 18 17 font-family: FontAwesome; 19 18 } 20 - 21 19 /* makes the font 33% larger relative to the icon container */ 22 20 .fa-lg { 23 21 font-size: 1.33333333em; ··· 35 33 } 36 34 .fa-5x { 37 35 font-size: 5em; 36 + } 37 + .fa-fw { 38 + width: 1.28571429em; 39 + text-align: center; 38 40 } 39 41 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen 40 42 readers do not read off random characters that represent icons */ ··· 77 79 .fa-check:before { 78 80 content: "\f00c"; 79 81 } 82 + .fa-remove:before, 83 + .fa-close:before, 80 84 .fa-times:before { 81 85 content: "\f00d"; 82 86 } ··· 406 410 .fa-arrows-h:before { 407 411 content: "\f07e"; 408 412 } 409 - .fa-bar-chart-o:before { 413 + .fa-bar-chart-o:before, 414 + .fa-bar-chart:before { 410 415 content: "\f080"; 411 416 } 412 417 .fa-twitter-square:before { ··· 1235 1240 .fa-digg:before { 1236 1241 content: "\f1a6"; 1237 1242 } 1238 - .fa-pied-piper-square:before, 1239 1243 .fa-pied-piper:before { 1240 1244 content: "\f1a7"; 1241 1245 } ··· 1419 1423 .fa-bomb:before { 1420 1424 content: "\f1e2"; 1421 1425 } 1426 + .fa-soccer-ball-o:before, 1427 + .fa-futbol-o:before { 1428 + content: "\f1e3"; 1429 + } 1430 + .fa-tty:before { 1431 + content: "\f1e4"; 1432 + } 1433 + .fa-binoculars:before { 1434 + content: "\f1e5"; 1435 + } 1436 + .fa-plug:before { 1437 + content: "\f1e6"; 1438 + } 1439 + .fa-slideshare:before { 1440 + content: "\f1e7"; 1441 + } 1442 + .fa-twitch:before { 1443 + content: "\f1e8"; 1444 + } 1445 + .fa-yelp:before { 1446 + content: "\f1e9"; 1447 + } 1448 + .fa-newspaper-o:before { 1449 + content: "\f1ea"; 1450 + } 1451 + .fa-wifi:before { 1452 + content: "\f1eb"; 1453 + } 1454 + .fa-calculator:before { 1455 + content: "\f1ec"; 1456 + } 1457 + .fa-paypal:before { 1458 + content: "\f1ed"; 1459 + } 1460 + .fa-google-wallet:before { 1461 + content: "\f1ee"; 1462 + } 1463 + .fa-cc-visa:before { 1464 + content: "\f1f0"; 1465 + } 1466 + .fa-cc-mastercard:before { 1467 + content: "\f1f1"; 1468 + } 1469 + .fa-cc-discover:before { 1470 + content: "\f1f2"; 1471 + } 1472 + .fa-cc-amex:before { 1473 + content: "\f1f3"; 1474 + } 1475 + .fa-cc-paypal:before { 1476 + content: "\f1f4"; 1477 + } 1478 + .fa-cc-stripe:before { 1479 + content: "\f1f5"; 1480 + } 1481 + .fa-bell-slash:before { 1482 + content: "\f1f6"; 1483 + } 1484 + .fa-bell-slash-o:before { 1485 + content: "\f1f7"; 1486 + } 1487 + .fa-trash:before { 1488 + content: "\f1f8"; 1489 + } 1490 + .fa-copyright:before { 1491 + content: "\f1f9"; 1492 + } 1493 + .fa-at:before { 1494 + content: "\f1fa"; 1495 + } 1496 + .fa-eyedropper:before { 1497 + content: "\f1fb"; 1498 + } 1499 + .fa-paint-brush:before { 1500 + content: "\f1fc"; 1501 + } 1502 + .fa-birthday-cake:before { 1503 + content: "\f1fd"; 1504 + } 1505 + .fa-area-chart:before { 1506 + content: "\f1fe"; 1507 + } 1508 + .fa-pie-chart:before { 1509 + content: "\f200"; 1510 + } 1511 + .fa-line-chart:before { 1512 + content: "\f201"; 1513 + } 1514 + .fa-lastfm:before { 1515 + content: "\f202"; 1516 + } 1517 + .fa-lastfm-square:before { 1518 + content: "\f203"; 1519 + } 1520 + .fa-toggle-off:before { 1521 + content: "\f204"; 1522 + } 1523 + .fa-toggle-on:before { 1524 + content: "\f205"; 1525 + } 1526 + .fa-bicycle:before { 1527 + content: "\f206"; 1528 + } 1529 + .fa-bus:before { 1530 + content: "\f207"; 1531 + } 1532 + .fa-ioxhost:before { 1533 + content: "\f208"; 1534 + } 1535 + .fa-angellist:before { 1536 + content: "\f209"; 1537 + } 1538 + .fa-cc:before { 1539 + content: "\f20a"; 1540 + } 1541 + .fa-shekel:before, 1542 + .fa-sheqel:before, 1543 + .fa-ils:before { 1544 + content: "\f20b"; 1545 + } 1546 + .fa-meanpath:before { 1547 + content: "\f20c"; 1548 + }
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.