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

Adjust transformed URI in CSS

Summary: This one CSS file has a pre-transformed URI in it, just use a raw resource name. The tranform pipeline will fix it (and this URI is no longer correct).

Test Plan: Loaded some pages.

Reviewers: btrahan, chad

Reviewed By: chad

CC: chad, aran

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => 'b5d5ae70', 10 + 'core.pkg.css' => '2af78812', 11 11 'core.pkg.js' => 'c907bd96', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => '827749c1', ··· 112 112 'rsrc/css/application/slowvote/slowvote.css' => '266df6a1', 113 113 'rsrc/css/application/tokens/tokens.css' => 'fb286311', 114 114 'rsrc/css/application/uiexample/example.css' => '4741b891', 115 - 'rsrc/css/core/core.css' => 'd04a45a7', 115 + 'rsrc/css/core/core.css' => 'da26ddb2', 116 116 'rsrc/css/core/remarkup.css' => '32cace73', 117 117 'rsrc/css/core/syntax.css' => '3c18c1cb', 118 118 'rsrc/css/core/z-index.css' => '1bbbd4f1', ··· 669 669 'phabricator-busy' => '6453c869', 670 670 'phabricator-chatlog-css' => '0cd2bc78', 671 671 'phabricator-content-source-view-css' => '4b8b05d4', 672 - 'phabricator-core-css' => 'd04a45a7', 672 + 'phabricator-core-css' => 'da26ddb2', 673 673 'phabricator-countdown-css' => '86b7b0a0', 674 674 'phabricator-crumbs-view-css' => '2d9db584', 675 675 'phabricator-drag-and-drop-file-upload' => 'ae6abfba',
+1 -1
webroot/rsrc/css/core/core.css
··· 109 109 height: 44px; 110 110 border-radius: 5px; 111 111 opacity: 0.4; 112 - background: #000 url(/res/cb6fc6eb/rsrc/image/loading/compass_24.gif) center no-repeat; 112 + background: #000 url(/rsrc/image/loading/compass_24.gif) center no-repeat; 113 113 } 114 114 115 115 .grouped:after {