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

Run ./bin/celerity map after previous commit

Summary: Followup to rP67b7181f522673b05435083ce28106bdfa320e18

Test Plan: Run `./bin/celerity map` and see changes due to my previous commit.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25637

+8 -8
+8 -8
resources/celerity/map.php
··· 396 396 'rsrc/js/application/diffusion/behavior-pull-lastmodified.js' => 'c715c123', 397 397 'rsrc/js/application/doorkeeper/behavior-doorkeeper-tag.js' => '6a85bc5a', 398 398 'rsrc/js/application/drydock/drydock-live-operation-status.js' => '47a0728b', 399 - 'rsrc/js/application/fact/Chart.js' => '52e3ff03', 399 + 'rsrc/js/application/fact/Chart.js' => '0076c427', 400 400 'rsrc/js/application/fact/ChartCurtainView.js' => '86954222', 401 401 'rsrc/js/application/fact/ChartFunctionLabel.js' => '81de1dab', 402 402 'rsrc/js/application/files/behavior-document-engine.js' => '243d6c22', ··· 702 702 'javelin-behavior-user-menu' => '60cd9241', 703 703 'javelin-behavior-view-placeholder' => 'a9942052', 704 704 'javelin-behavior-workflow' => '9623adc1', 705 - 'javelin-chart' => '52e3ff03', 705 + 'javelin-chart' => '0076c427', 706 706 'javelin-chart-curtain-view' => '86954222', 707 707 'javelin-chart-function-label' => '81de1dab', 708 708 'javelin-color' => '78f811c9', ··· 918 918 'unhandled-exception-css' => '9ecfc00d', 919 919 ), 920 920 'requires' => array( 921 + '0076c427' => array( 922 + 'phui-chart-css', 923 + 'd3', 924 + 'javelin-chart-curtain-view', 925 + 'javelin-chart-function-label', 926 + ), 921 927 '0116d3e8' => array( 922 928 'javelin-behavior', 923 929 'javelin-dom', ··· 1418 1424 'javelin-install', 1419 1425 'javelin-dom', 1420 1426 'javelin-fx', 1421 - ), 1422 - '52e3ff03' => array( 1423 - 'phui-chart-css', 1424 - 'd3', 1425 - 'javelin-chart-curtain-view', 1426 - 'javelin-chart-function-label', 1427 1427 ), 1428 1428 '541f81c3' => array( 1429 1429 'javelin-install',