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

Attempt to fix IE8 mixed content warning.

+4 -3
+2 -1
externals/javelinjs/src/core/init.js
··· 206 206 "JX.__rawEventQueue({type: 'domready'});" + 207 207 "}"; 208 208 209 + // NOTE: Don't write a 'src' attribute, because "javascript:void(0)" causes 210 + // a mixed content warning in IE8 if the page is served over SSL. 209 211 document.write( 210 212 '<script' + 211 213 ' defer="defer"' + 212 - ' src="javascript:void(0)"' + 213 214 ' onreadystatechange="' + ready + '"' + 214 215 '><\/sc' + 'ript\>'); 215 216 }
+2 -2
src/__celerity_resource_map__.php
··· 2122 2122 ), 2123 2123 'javelin-magical-init' => 2124 2124 array( 2125 - 'uri' => '/res/4f3c705c/rsrc/js/javelin/core/init.js', 2125 + 'uri' => '/res/2f1554da/rsrc/js/javelin/core/init.js', 2126 2126 'type' => 'js', 2127 2127 'requires' => 2128 2128 array( ··· 2552 2552 ), 2553 2553 'phabricator-application-launch-view-css' => 2554 2554 array( 2555 - 'uri' => '/res/8aee0702/rsrc/css/application/base/phabricator-application-launch-view.css', 2555 + 'uri' => '/res/13c3d7f3/rsrc/css/application/base/phabricator-application-launch-view.css', 2556 2556 'type' => 'css', 2557 2557 'requires' => 2558 2558 array(