@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 Celerity map.

+9 -1
+9 -1
resources/celerity/map.php
··· 8 8 return array( 9 9 'names' => array( 10 10 'core.pkg.css' => '8aeacc63', 11 - 'core.pkg.js' => '437c65c2', 11 + 'core.pkg.js' => '7b44c14f', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '33da0633', 14 14 'differential.pkg.js' => '4b7d8f19', ··· 477 477 'rsrc/js/core/behavior-choose-control.js' => '327a00d1', 478 478 'rsrc/js/core/behavior-crop.js' => 'fa0f4fc2', 479 479 'rsrc/js/core/behavior-dark-console.js' => 'f411b6ae', 480 + 'rsrc/js/core/behavior-detect-timezone.js' => 'ae9f2ec9', 480 481 'rsrc/js/core/behavior-device.js' => 'bb1dd507', 481 482 'rsrc/js/core/behavior-drag-and-drop-textarea.js' => '484a6e22', 482 483 'rsrc/js/core/behavior-error-log.js' => '6882e80a', ··· 601 602 'javelin-behavior-dashboard-tab-panel' => 'd4eecc63', 602 603 'javelin-behavior-day-view' => '5c46cff2', 603 604 'javelin-behavior-desktop-notifications-control' => 'edd1ba66', 605 + 'javelin-behavior-detect-timezone' => 'ae9f2ec9', 604 606 'javelin-behavior-device' => 'bb1dd507', 605 607 'javelin-behavior-differential-add-reviewers-and-ccs' => 'e10f8e18', 606 608 'javelin-behavior-differential-comment-jump' => '4fdb476d', ··· 1742 1744 'javelin-util', 1743 1745 'phabricator-busy', 1744 1746 ), 1747 + 'ae9f2ec9' => array( 1748 + 'javelin-behavior', 1749 + 'javelin-uri', 1750 + 'phabricator-notification', 1751 + ), 1745 1752 'b003d4fb' => array( 1746 1753 'javelin-behavior', 1747 1754 'javelin-stratcom', ··· 2332 2339 'javelin-behavior-scrollbar', 2333 2340 'javelin-behavior-durable-column', 2334 2341 'conpherence-thread-manager', 2342 + 'javelin-behavior-detect-timezone', 2335 2343 ), 2336 2344 'darkconsole.pkg.js' => array( 2337 2345 'javelin-behavior-dark-console',