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

Stronger scoping for Conpherence chat forms

Summary: Fixes T12391. Adds better scoping to these rules to contain changes to just Conpherence.

Test Plan: Test Conpherence, Task comment, persistent chat on mobile / desktop.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12391

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

+9 -8
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'conpherence.pkg.css' => '6875302f', 10 + 'conpherence.pkg.css' => '32f2c040', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 12 'core.pkg.css' => '35645dec', 13 13 'core.pkg.js' => '1fa7c0c5', ··· 48 48 'rsrc/css/application/conpherence/durable-column.css' => '292c71f0', 49 49 'rsrc/css/application/conpherence/header-pane.css' => 'db93ebc6', 50 50 'rsrc/css/application/conpherence/menu.css' => '3d8e5c9c', 51 - 'rsrc/css/application/conpherence/message-pane.css' => 'b085d40d', 51 + 'rsrc/css/application/conpherence/message-pane.css' => 'd1fc13e1', 52 52 'rsrc/css/application/conpherence/notification.css' => '965db05b', 53 53 'rsrc/css/application/conpherence/participant-pane.css' => '604a8b02', 54 54 'rsrc/css/application/conpherence/transaction.css' => '85129c68', ··· 566 566 'conpherence-durable-column-view' => '292c71f0', 567 567 'conpherence-header-pane-css' => 'db93ebc6', 568 568 'conpherence-menu-css' => '3d8e5c9c', 569 - 'conpherence-message-pane-css' => 'b085d40d', 569 + 'conpherence-message-pane-css' => 'd1fc13e1', 570 570 'conpherence-notification-css' => '965db05b', 571 571 'conpherence-participant-pane-css' => '604a8b02', 572 572 'conpherence-thread-manager' => 'c8b5ee6f',
+6 -5
webroot/rsrc/css/application/conpherence/message-pane.css
··· 181 181 border: none; 182 182 } 183 183 184 - .device .remarkup-assist-button, 185 - .device .remarkup-assist-separator { 184 + .device .conpherence-message-pane .remarkup-assist-button, 185 + .device .conpherence-message-pane .remarkup-assist-separator { 186 186 display: none; 187 187 } 188 188 189 - .device .remarkup-assist-button.remarkup-assist-upload { 190 - display: block; 189 + .device .conpherence-message-pane 190 + .remarkup-assist-button.remarkup-assist-upload { 191 + display: block; 191 192 } 192 193 193 194 .device .conpherence-message-pane .phui-form-view { ··· 343 344 padding: 2px 0 8px 0; 344 345 } 345 346 346 - .conpherence-message-pane .aphront-form-control { 347 + body .conpherence-message-pane .aphront-form-control { 347 348 padding: 0; 348 349 } 349 350