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

Remove unused conpherence js rules

Summary: I missed removing these today.

Test Plan: Pontificate

Reviewers: epriestley, btrahan

Reviewed By: btrahan

CC: aran, Korvin

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

+3 -4
+2 -2
src/__celerity_resource_map__.php
··· 945 945 ), 946 946 'conpherence-widget-pane-css' => 947 947 array( 948 - 'uri' => '/res/228066e4/rsrc/css/application/conpherence/widget-pane.css', 948 + 'uri' => '/res/d1db8220/rsrc/css/application/conpherence/widget-pane.css', 949 949 'type' => 'css', 950 950 'requires' => 951 951 array( ··· 1311 1311 ), 1312 1312 'javelin-behavior-conpherence-pontificate' => 1313 1313 array( 1314 - 'uri' => '/res/27f52fc7/rsrc/js/application/conpherence/behavior-pontificate.js', 1314 + 'uri' => '/res/d596e5c2/rsrc/js/application/conpherence/behavior-pontificate.js', 1315 1315 'type' => 'js', 1316 1316 'requires' => 1317 1317 array(
+1
src/applications/phriction/controller/PhrictionDocumentController.php
··· 190 190 $core_page, 191 191 ), 192 192 array( 193 + 'pageObjects' => array($document->getPHID()), 193 194 'title' => $page_title, 194 195 'device' => true, 195 196 'dust' => true,
-2
webroot/rsrc/js/application/conpherence/behavior-pontificate.js
··· 55 55 { id : r.conpherence_phid + '-nav-item' } 56 56 ); 57 57 58 - JX.DOM.alterClass(header_root, 'loading', false); 59 - JX.DOM.alterClass(messages_root, 'loading', false); 60 58 JX.DOM.alterClass(form_root, 'loading', false); 61 59 })) 62 60 .start();