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

Re-fix Conpherence packages

Summary: These three files are already in core. Don't re-package them.

Test Plan: reload

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

authored by

Chad Little and committed by
chad
e78373d7 e75a2012

+1 -7
+1 -4
resources/celerity/map.php
··· 8 8 return array( 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '7bddd31a', 11 - 'conpherence.pkg.js' => 'c858e1ba', 11 + 'conpherence.pkg.js' => '5fafd1ff', 12 12 'core.pkg.css' => 'dc6d08e3', 13 13 'core.pkg.js' => '1d376fa9', 14 14 'darkconsole.pkg.js' => 'e7393ebb', ··· 2314 2314 ), 2315 2315 'conpherence.pkg.js' => array( 2316 2316 'javelin-behavior-conpherence-drag-and-drop-photo', 2317 - 'javelin-behavior-durable-column', 2318 2317 'javelin-behavior-conpherence-menu', 2319 2318 'javelin-behavior-conpherence-participants-pane', 2320 2319 'javelin-behavior-conpherence-pontificate', 2321 - 'javelin-behavior-quicksand-blacklist', 2322 2320 'javelin-behavior-toggle-widget', 2323 - 'conpherence-thread-manager', 2324 2321 ), 2325 2322 'core.pkg.css' => array( 2326 2323 'phabricator-core-css',
-3
resources/celerity/packages.php
··· 163 163 ), 164 164 'conpherence.pkg.js' => array( 165 165 'javelin-behavior-conpherence-drag-and-drop-photo', 166 - 'javelin-behavior-durable-column', 167 166 'javelin-behavior-conpherence-menu', 168 167 'javelin-behavior-conpherence-participants-pane', 169 168 'javelin-behavior-conpherence-pontificate', 170 - 'javelin-behavior-quicksand-blacklist', 171 169 'javelin-behavior-toggle-widget', 172 - 'conpherence-thread-manager', 173 170 ), 174 171 'differential.pkg.css' => array( 175 172 'differential-core-view-css',