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

Package Conpherence CSS

Summary: Ref T5390, creates a Conpherence CSS package for fewer download connections.

Test Plan: celerity map

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T5390

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

+19 -2
+11 -2
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'e7d1e589', 10 + 'conpherence.pkg.css' => 'f0fcbfd2', 11 + 'core.pkg.css' => '1ca373de', 11 12 'core.pkg.js' => '1d376fa9', 12 13 'darkconsole.pkg.js' => 'e7393ebb', 13 14 'differential.pkg.css' => '3fb7f532', ··· 2291 2292 ), 2292 2293 ), 2293 2294 'packages' => array( 2295 + 'conpherence.pkg.css' => array( 2296 + 'conpherence-durable-column-view', 2297 + 'conpherence-menu-css', 2298 + 'conpherence-message-pane-css', 2299 + 'conpherence-notification-css', 2300 + 'conpherence-transaction-css', 2301 + 'conpherence-update-css', 2302 + 'conpherence-widget-pane-css', 2303 + ), 2294 2304 'core.pkg.css' => array( 2295 2305 'phabricator-core-css', 2296 2306 'phabricator-zindex-css', ··· 2350 2360 'phabricator-feed-css', 2351 2361 'phabricator-dashboard-css', 2352 2362 'aphront-multi-column-view-css', 2353 - 'conpherence-durable-column-view', 2354 2363 ), 2355 2364 'core.pkg.js' => array( 2356 2365 'javelin-util',
+8
resources/celerity/packages.php
··· 150 150 'phabricator-feed-css', 151 151 'phabricator-dashboard-css', 152 152 'aphront-multi-column-view-css', 153 + ), 154 + 'conpherence.pkg.css' => array( 153 155 'conpherence-durable-column-view', 156 + 'conpherence-menu-css', 157 + 'conpherence-message-pane-css', 158 + 'conpherence-notification-css', 159 + 'conpherence-transaction-css', 160 + 'conpherence-update-css', 161 + 'conpherence-widget-pane-css', 154 162 ), 155 163 'differential.pkg.css' => array( 156 164 'differential-core-view-css',