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

Fix two IE issues.

Summary: 1) Borders were appearing on inputs not as expected. 2) the SWF container was always displayed at the bottom of every page load (long time issue). There are more issues, but this fixes the 2 largest for right now.

Test Plan: Tested Maniphest create page.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+3 -3
+1 -1
src/__celerity_resource_map__.php
··· 3686 3686 ), 3687 3687 'phui-form-css' => 3688 3688 array( 3689 - 'uri' => '/res/45564bc7/rsrc/css/phui/phui-form.css', 3689 + 'uri' => '/res/86916b69/rsrc/css/phui/phui-form.css', 3690 3690 'type' => 'css', 3691 3691 'requires' => 3692 3692 array(
+2 -1
src/view/page/PhabricatorStandardPageView.php
··· 365 365 'div', 366 366 array( 367 367 'id' => $aphlict_container_id, 368 - 'style' => 'position: absolute; width: 0; height: 0;', 368 + 'style' => 369 + 'position: absolute; width: 0; height: 0; overflow: hidden;', 369 370 ), 370 371 ''); 371 372 }
-1
webroot/rsrc/css/phui/phui-form.css
··· 79 79 div.jx-tokenizer-container-focused { 80 80 border-color: rgba(82, 168, 236, 0.8); 81 81 outline: 0; 82 - outline: thin dotted \9; 83 82 /* IE6-9 */ 84 83 85 84 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);