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

Link to Diffusion for Ubuntu/Red Hat install scripts

Summary: Fixes T8751, Swaps out links to Diffusion. Also upped font size on Document monospace.

Test Plan: Rebuild Diviner docs, click on new links.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8751

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

+18 -4
+2 -2
resources/celerity/map.php
··· 129 129 'rsrc/css/phui/phui-box.css' => 'a5bb366d', 130 130 'rsrc/css/phui/phui-button.css' => 'cf529a01', 131 131 'rsrc/css/phui/phui-crumbs-view.css' => 'd842f867', 132 - 'rsrc/css/phui/phui-document.css' => '3eb3b3e3', 132 + 'rsrc/css/phui/phui-document.css' => '0267054b', 133 133 'rsrc/css/phui/phui-feed-story.css' => 'c7d8113a', 134 134 'rsrc/css/phui/phui-fontkit.css' => 'cb8ae7ad', 135 135 'rsrc/css/phui/phui-form-view.css' => '621b21c5', ··· 781 781 'phui-calendar-list-css' => 'c1c7f338', 782 782 'phui-calendar-month-css' => '476be7e0', 783 783 'phui-crumbs-view-css' => 'd842f867', 784 - 'phui-document-view-css' => '3eb3b3e3', 784 + 'phui-document-view-css' => '0267054b', 785 785 'phui-feed-story-css' => 'c7d8113a', 786 786 'phui-font-icon-base-css' => '3dad2ae3', 787 787 'phui-fontkit-css' => 'cb8ae7ad',
+5 -2
src/docs/user/installation_guide.diviner
··· 106 106 document for you: 107 107 108 108 - **RedHat Derivatives**: 109 - <http://www.phabricator.com/rsrc/install/install_rhel-derivs.sh> 110 - - **Ubuntu**: <http://www.phabricator.com/rsrc/install/install_ubuntu.sh> 109 + [[ https://secure.phabricator.com/diffusion/P/browse/master/scripts/install/install_rhel-derivs.sh 110 + | install_rhel-derivs.sh ]] 111 + - **Ubuntu**: 112 + [[ https://secure.phabricator.com/diffusion/P/browse/master/scripts/install/install_ubuntu.sh 113 + | install_ubuntu.sh ]] 111 114 112 115 If those work for you, you can skip directly to the 113 116 @{article:Configuration Guide}. These scripts are also available in the
+11
webroot/rsrc/css/phui/phui-document.css
··· 178 178 .phui-document-view .phui-property-list-text-content { 179 179 padding: 0; 180 180 } 181 + 182 + .phui-document-view .PhabricatorMonospaced, 183 + .phui-document-view .phabricator-remarkup .remarkup-code-block .remarkup-code { 184 + font: 11px/14px "Menlo", "Consolas", "Monaco", monospace; 185 + } 186 + 187 + .platform-windows .phui-document-view .PhabricatorMonospaced, 188 + .platform-windows .phui-document-view .phabricator-remarkup .remarkup-code-block 189 + .remarkup-code { 190 + font: 12px/14px "Menlo", "Consolas", "Monaco", monospace; 191 + }