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

Revert "Restrict all crumbs to 240 max width" for this release

Summary:
Ref T12287. See D17361. That fixed a mostly-theoretical bug with crumbs named things like "MMMMMMMMMMMMMMMMMMMM", but caused a less-theoretical buggy side effect in Safari.

For now, just keep the "MMMMMMMM" crumbs around since that's the easiest/least-bad/safest fix prior to the release cut. We can fix this more broadly when we have more time to look at it.

Test Plan: Looked at profiles, saw the entire name for "hector" and the too-long-crumb for "MMMMM".

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12287

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

+3 -7
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'a520d619', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => 'dbd1023f', 12 + 'core.pkg.css' => '0d7ecd3b', 13 13 'core.pkg.js' => '1fa7c0c5', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '4815647b', ··· 139 139 'rsrc/css/phui/phui-cms.css' => '504b4b23', 140 140 'rsrc/css/phui/phui-comment-form.css' => '48fbd65d', 141 141 'rsrc/css/phui/phui-comment-panel.css' => 'f50152ad', 142 - 'rsrc/css/phui/phui-crumbs-view.css' => '6ece3bbb', 142 + 'rsrc/css/phui/phui-crumbs-view.css' => 'b743f73e', 143 143 'rsrc/css/phui/phui-curtain-view.css' => '947bf1a4', 144 144 'rsrc/css/phui/phui-document-pro.css' => 'f56738ed', 145 145 'rsrc/css/phui/phui-document-summary.css' => '9ca48bdf', ··· 850 850 'phui-cms-css' => '504b4b23', 851 851 'phui-comment-form-css' => '48fbd65d', 852 852 'phui-comment-panel-css' => 'f50152ad', 853 - 'phui-crumbs-view-css' => '6ece3bbb', 853 + 'phui-crumbs-view-css' => 'b743f73e', 854 854 'phui-curtain-view-css' => '947bf1a4', 855 855 'phui-document-summary-view-css' => '9ca48bdf', 856 856 'phui-document-view-css' => 'c32e8dec',
-4
webroot/rsrc/css/phui/phui-crumbs-view.css
··· 48 48 .phui-crumb-view { 49 49 float: left; 50 50 padding: 8px 0; 51 - max-width: 240px; 52 - white-space: nowrap; 53 - overflow: hidden; 54 - text-overflow: ellipsis; 55 51 } 56 52 57 53 .device-phone .phui-crumb-view.phabricator-last-crumb .phui-crumb-name,