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

Remove orphan CSS selectors in phui/phui-form-view.css

Summary:
* `drag-and-drop-file-target`
** Added in https://we.phorge.it/rP8573a1e14231867a145f09535e3e297c4dcda3e2; usage removed in https://we.phorge.it/rPdd76143399d8b77a14baca44f99051aa6298e487 by deleting `webroot/rsrc/js/core/behavior-drag-and-drop.js`
* `drag-and-drop-instructions`
** Added in https://we.phorge.it/rP109a202b6c77d61141d8ff4c98ce2548064334ef; usage removed in https://we.phorge.it/rPdd76143399d8b77a14baca44f99051aa6298e487 by deleting `webroot/rsrc/js/core/behavior-drag-and-drop.js`
* `recaptcha_only_if_privacy`
** Added in https://we.phorge.it/rP1329b7b51ef88825b36cf47b3c680542c2895579, looks like it has never been used

Test Plan: Grep the code for each CSS selector (`grep --exclude="*.css" -R 'some-search-string' .`), also do partial searches, get no results.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

+3 -19
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '79a197f6', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '08a22c9a', 12 + 'core.pkg.css' => '4e9a6164', 13 13 'core.pkg.js' => '086da722', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '91ac6214', ··· 151 151 'rsrc/css/phui/phui-document.css' => '52b748a5', 152 152 'rsrc/css/phui/phui-feed-story.css' => 'a0c05029', 153 153 'rsrc/css/phui/phui-fontkit.css' => '1ec937e5', 154 - 'rsrc/css/phui/phui-form-view.css' => 'c35b66ed', 154 + 'rsrc/css/phui/phui-form-view.css' => '006e386b', 155 155 'rsrc/css/phui/phui-form.css' => '8ea0227d', 156 156 'rsrc/css/phui/phui-formation-view.css' => 'd3956117', 157 157 'rsrc/css/phui/phui-head-thing.css' => 'd7f293df', ··· 842 842 'phui-font-icon-base-css' => 'e3b53e1e', 843 843 'phui-fontkit-css' => '1ec937e5', 844 844 'phui-form-css' => '8ea0227d', 845 - 'phui-form-view-css' => 'c35b66ed', 845 + 'phui-form-view-css' => '006e386b', 846 846 'phui-formation-view-css' => 'd3956117', 847 847 'phui-head-thing-view-css' => 'd7f293df', 848 848 'phui-header-view-css' => '4cd25427',
-16
webroot/rsrc/css/phui/phui-form-view.css
··· 280 280 width: 400px; 281 281 } 282 282 283 - .drag-and-drop-instructions { 284 - color: {$darkgreytext}; 285 - font-size: {$smallestfontsize}; 286 - padding: 6px 8px; 287 - } 288 - 289 - .drag-and-drop-file-target { 290 - border: 1px dashed #bfbfbf; 291 - padding-top: 12px; 292 - padding-bottom: 12px; 293 - } 294 - 295 283 body .phui-form-view .remarkup-assist-textarea.aphront-textarea-drag-and-drop { 296 284 background: {$sh-greenbackground}; 297 285 border: 1px solid {$sh-greenborder}; ··· 488 476 background: {$thinblueborder}; 489 477 width: 85%; 490 478 margin: 15px auto; 491 - } 492 - 493 - .recaptcha_only_if_privacy { 494 - display: none; 495 479 } 496 480 497 481 .phabricator-standard-custom-field-header {