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

Fix firefox float bug in Conphernce menu

Summary: These floats were wonky in FF, adding some hardening to make sure they clear.

Test Plan:
Firefox, Chrome, IE.

{F1815981}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+5 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'conpherence.pkg.css' => 'afbb036b', 10 + 'conpherence.pkg.css' => 'fdc05791', 11 11 'core.pkg.css' => '1ca373de', 12 12 'core.pkg.js' => '1d376fa9', 13 13 'darkconsole.pkg.js' => 'e7393ebb', ··· 46 46 'rsrc/css/application/config/setup-issue.css' => 'f794cfc3', 47 47 'rsrc/css/application/config/unhandled-exception.css' => '4c96257a', 48 48 'rsrc/css/application/conpherence/durable-column.css' => '194ac487', 49 - 'rsrc/css/application/conpherence/menu.css' => '67235d90', 49 + 'rsrc/css/application/conpherence/menu.css' => '8344d122', 50 50 'rsrc/css/application/conpherence/message-pane.css' => 'ee0e27be', 51 51 'rsrc/css/application/conpherence/notification.css' => '6cdcc253', 52 52 'rsrc/css/application/conpherence/transaction.css' => '2c71247c', ··· 617 617 'config-options-css' => '0ede4c9b', 618 618 'config-page-css' => '8798e14f', 619 619 'conpherence-durable-column-view' => '194ac487', 620 - 'conpherence-menu-css' => '67235d90', 620 + 'conpherence-menu-css' => '8344d122', 621 621 'conpherence-message-pane-css' => 'ee0e27be', 622 622 'conpherence-notification-css' => '6cdcc253', 623 623 'conpherence-thread-manager' => '01774ab2',
+1 -1
src/applications/conpherence/view/ConpherenceThreadListView.php
··· 228 228 ->setHref('/conpherence/new/') 229 229 ->setWorkflow(true); 230 230 231 - $custom = array($rooms, $icons); 231 + $custom = phutil_tag_div('grouped', array($rooms, $icons)); 232 232 233 233 $item = id(new PHUIListItemView()) 234 234 ->setType(PHUIListItemView::TYPE_CUSTOM)
+1
webroot/rsrc/css/application/conpherence/menu.css
··· 58 58 color: {$darkgreytext}; 59 59 font-weight: bold; 60 60 font-size: {$smallerfontsize}; 61 + float: left; 61 62 } 62 63 63 64 .conpherence-menu-pane.phabricator-side-menu .room-list-icons {