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

Add a couple more files to the core JS package

Summary: Ref T5867. We have a bit more common JS now.

Test Plan: Loaded some pages, saw fewer requests. Sanity-checked these resources against Multimeter in production.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T5867

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

+7 -1
+4 -1
resources/celerity/map.php
··· 10 10 'conpherence.pkg.css' => '0b64e988', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 12 'core.pkg.css' => '85f51b68', 13 - 'core.pkg.js' => '666970d7', 13 + 'core.pkg.js' => 'f70cb91f', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '9535a7e6', 16 16 'differential.pkg.js' => 'ddfeb49b', ··· 2427 2427 'conpherence-thread-manager', 2428 2428 'javelin-behavior-detect-timezone', 2429 2429 'javelin-behavior-setup-check-https', 2430 + 'javelin-behavior-aphlict-status', 2431 + 'javelin-behavior-user-menu', 2432 + 'phabricator-favicon', 2430 2433 ), 2431 2434 'darkconsole.pkg.js' => array( 2432 2435 'javelin-behavior-dark-console',
+3
resources/celerity/packages.php
··· 84 84 'conpherence-thread-manager', 85 85 'javelin-behavior-detect-timezone', 86 86 'javelin-behavior-setup-check-https', 87 + 'javelin-behavior-aphlict-status', 88 + 'javelin-behavior-user-menu', 89 + 'phabricator-favicon', 87 90 ), 88 91 'core.pkg.css' => array( 89 92 'phabricator-core-css',