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

Make printing workboards work OK

Summary:
Fixes T7844. This isn't going to win any awards, but it has all the information.

Mostly, we don't (or shouldn't, at least?) need the global `static` stuff anymore because we dropped the top-level custom scrollbar.

Test Plan: Printed a PDF of a workboard, got all the cards in the output.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T7844

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

+21 -19
+7 -7
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'a7d4cf8f', 10 + 'core.pkg.css' => 'b4a7e275', 11 11 'core.pkg.js' => '808ae845', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 36 36 'rsrc/css/application/base/notification-menu.css' => 'f31c0bde', 37 37 'rsrc/css/application/base/phabricator-application-launch-view.css' => '95351601', 38 38 'rsrc/css/application/base/phui-theme.css' => 'ab7b848c', 39 - 'rsrc/css/application/base/standard-page-view.css' => 'c4467133', 39 + 'rsrc/css/application/base/standard-page-view.css' => 'e709f6d0', 40 40 'rsrc/css/application/chatlog/chatlog.css' => 'd295b020', 41 41 'rsrc/css/application/conduit/conduit-api.css' => '7bc725c4', 42 42 'rsrc/css/application/config/config-options.css' => '0ede4c9b', ··· 146 146 'rsrc/css/phui/phui-object-item-list-view.css' => '8f443e8b', 147 147 'rsrc/css/phui/phui-pager.css' => 'bea33d23', 148 148 'rsrc/css/phui/phui-pinboard-view.css' => '2495140e', 149 - 'rsrc/css/phui/phui-profile-menu.css' => 'ab4fcf5f', 149 + 'rsrc/css/phui/phui-profile-menu.css' => '4a243229', 150 150 'rsrc/css/phui/phui-property-list-view.css' => '27b2849e', 151 151 'rsrc/css/phui/phui-remarkup-preview.css' => '1a8f2591', 152 152 'rsrc/css/phui/phui-spacing.css' => '042804d6', ··· 154 154 'rsrc/css/phui/phui-tag-view.css' => '9d5d4400', 155 155 'rsrc/css/phui/phui-timeline-view.css' => '2efceff8', 156 156 'rsrc/css/phui/phui-two-column-view.css' => 'c75bfc5b', 157 - 'rsrc/css/phui/workboards/phui-workboard.css' => 'b07a5524', 157 + 'rsrc/css/phui/workboards/phui-workboard.css' => '2a04b1a8', 158 158 'rsrc/css/phui/workboards/phui-workcard.css' => 'a869098a', 159 159 'rsrc/css/phui/workboards/phui-workpanel.css' => 'e1bd8d04', 160 160 'rsrc/css/sprite-login.css' => '60e8560e', ··· 764 764 'phabricator-side-menu-view-css' => '3a3d9f41', 765 765 'phabricator-slowvote-css' => 'da0afb1b', 766 766 'phabricator-source-code-view-css' => 'cbeef983', 767 - 'phabricator-standard-page-view' => 'c4467133', 767 + 'phabricator-standard-page-view' => 'e709f6d0', 768 768 'phabricator-textareautils' => '9e54692d', 769 769 'phabricator-title' => 'df5e11d2', 770 770 'phabricator-tooltip' => '6323f942', ··· 822 822 'phui-object-item-list-view-css' => '8f443e8b', 823 823 'phui-pager-css' => 'bea33d23', 824 824 'phui-pinboard-view-css' => '2495140e', 825 - 'phui-profile-menu-css' => 'ab4fcf5f', 825 + 'phui-profile-menu-css' => '4a243229', 826 826 'phui-property-list-view-css' => '27b2849e', 827 827 'phui-remarkup-preview-css' => '1a8f2591', 828 828 'phui-spacing-css' => '042804d6', ··· 831 831 'phui-theme-css' => 'ab7b848c', 832 832 'phui-timeline-view-css' => '2efceff8', 833 833 'phui-two-column-view-css' => 'c75bfc5b', 834 - 'phui-workboard-view-css' => 'b07a5524', 834 + 'phui-workboard-view-css' => '2a04b1a8', 835 835 'phui-workcard-view-css' => 'a869098a', 836 836 'phui-workpanel-view-css' => 'e1bd8d04', 837 837 'phuix-action-list-view' => 'b5c256b8',
-12
webroot/rsrc/css/application/base/standard-page-view.css
··· 136 136 right: 0; 137 137 } 138 138 139 - /* Fixes so pages actually print when magic scrollbar is present */ 140 - !print .main-page-frame { 141 - position: static; 142 - overflow: visible; 143 - } 144 - 145 - !print .jx-scrollbar-viewport { 146 - position: static; 147 - width: auto !important; 148 - height: auto !important; 149 - } 150 - 151 139 .jx-scrollbar-test { 152 140 position: absolute; 153 141 left: -300px;
+4
webroot/rsrc/css/phui/phui-profile-menu.css
··· 300 300 max-width: {$menu.profile.width}; 301 301 } 302 302 } 303 + 304 + !print .phui-profile-menu .phabricator-side-menu { 305 + display: none; 306 + }
+10
webroot/rsrc/css/phui/workboards/phui-workboard.css
··· 52 52 left: {$menu.profile.width.collapsed}; 53 53 } 54 54 55 + !print .project-board-wrapper .phui-workboard-view-shadow { 56 + position: static; 57 + } 58 + 59 + !print .project-board-wrapper .aphront-multi-column-column-outer { 60 + display: block; 61 + margin: 0 0 18px; 62 + page-break-inside: avoid; 63 + } 64 + 55 65 .device-desktop .phui-workboard-view .aphront-multi-column-fixed 56 66 .aphront-multi-column-inner { 57 67 margin-left: 0;