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

Celerity map late update

Summary:
This change is probably needed after 892f527b9f6330a1131b564d2aef0b3f8e8aafa5.
At that time, the unit test was successfully completed probably because of a lack
of git rebase master.

Test Plan: The unit test PhabricatorCelerityTestCase::testCelerityMaps is not screaming.

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: tobiaswiese, Matthew, Cigaryno

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

+1 -2
+1 -2
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '2f25eb4f', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '7f47b2ac', 13 - 'core.pkg.css' => '41cc201d', 12 + 'core.pkg.css' => 'cf2d74fd', 14 13 'core.pkg.js' => '2eeda9e0', 15 14 'dark-console.pkg.js' => '187792c2', 16 15 'differential.pkg.css' => '6d3700f0',