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

Do not apply transparent image background pattern for thumbnails in Phriction

Summary: Closes T16415

Test Plan:
* Create a transparent image file.
* Create a Phriction document which embeds that file - see no checkerbox pattern anymore and no pattern when hovering either
* Create a Phame document which embeds that file - see no checkerbox pattern anymore and no pattern when hovering either
* Create a Maniphest task which embeds that file - still see that checkerbox pattern and still see a change when hovering
* Go to its File page - still see that checkerbox pattern and still see a change when hovering
* Create a Pholio mockup using that file - still see that checkerbox pattern and still see no change when hovering

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16415

Differential Revision: https://we.phorge.it/D26628

+5 -5
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'b2d6f4b8', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '4b25423d', 12 + 'core.pkg.css' => 'eeb65c02', 13 13 'core.pkg.js' => '9250c090', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => 'abdb4fe9', ··· 103 103 'rsrc/css/application/tokens/tokens.css' => 'cba3965f', 104 104 'rsrc/css/application/uiexample/example.css' => '69d6682f', 105 105 'rsrc/css/core/core.css' => '37f19649', 106 - 'rsrc/css/core/remarkup.css' => 'd7d53a7e', 106 + 'rsrc/css/core/remarkup.css' => '64bb2ced', 107 107 'rsrc/css/core/syntax.css' => '548567f6', 108 108 'rsrc/css/core/z-index.css' => '56fbe5ba', 109 109 'rsrc/css/diviner/diviner-shared.css' => '4bd263b0', ··· 727 727 'phabricator-object-selector-css' => 'ee77366f', 728 728 'phabricator-phtize' => '2f1db1ed', 729 729 'phabricator-prefab' => '5793d835', 730 - 'phabricator-remarkup-css' => 'd7d53a7e', 730 + 'phabricator-remarkup-css' => '64bb2ced', 731 731 'phabricator-remarkup-metadata' => 'e40c4991', 732 732 'phabricator-search-results-css' => '9ea70ace', 733 733 'phabricator-shaped-request' => '995f5102',
+2 -2
webroot/rsrc/css/core/remarkup.css
··· 425 425 box-shadow: 1px 1px 2px rgba({$alphablack}, 0.20); 426 426 } 427 427 428 - .phabricator-remarkup-embed-image > img { 428 + .phui-property-list-text-content .phabricator-remarkup-embed-image > img { 429 429 /* TODO: Remove static image for old browsers some day; see D26155 */ 430 430 background: url('/rsrc/image/checker_light.png'); 431 431 background: repeating-conic-gradient( ··· 433 433 {$checker.light-two} 0% 50%) 0 0/20px 20px; 434 434 } 435 435 436 - .device-desktop .phabricator-remarkup-embed-image > img:hover { 436 + .device-desktop .phui-property-list-text-content .phabricator-remarkup-embed-image > img:hover { 437 437 /* TODO: Remove static image for old browsers some day; see D26155 */ 438 438 background: url('/rsrc/image/checker_dark.png'); 439 439 background: repeating-conic-gradient(