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

Rebuild celerity map

There's an underlying issue here with symlinks + Windows, I think.

+37 -1
+37 -1
src/__celerity_resource_map__.php
··· 1899 1899 ), 1900 1900 'javelin-behavior-phabricator-hovercards' => 1901 1901 array( 1902 - 'uri' => '/res/b8b4bb47/rsrc/js/application/core/behavior-hovercard.js', 1902 + 'uri' => '/res/fb5c68d2/rsrc/js/application/core/behavior-hovercard.js', 1903 1903 'type' => 'js', 1904 1904 'requires' => 1905 1905 array( ··· 3639 3639 ), 3640 3640 'disk' => '/rsrc/css/application/ponder/vote.css', 3641 3641 ), 3642 + 'raphael-core' => 3643 + array( 3644 + 'uri' => '/res/3f48575a/rsrc/js/raphael/raphael.js', 3645 + 'type' => 'js', 3646 + 'requires' => 3647 + array( 3648 + ), 3649 + 'disk' => '/rsrc/js/raphael/raphael.js', 3650 + ), 3651 + 'raphael-g' => 3652 + array( 3653 + 'uri' => '/res/b07e5245/rsrc/js/raphael/g.raphael.js', 3654 + 'type' => 'js', 3655 + 'requires' => 3656 + array( 3657 + ), 3658 + 'disk' => '/rsrc/js/raphael/g.raphael.js', 3659 + ), 3660 + 'raphael-g-line' => 3661 + array( 3662 + 'uri' => '/res/a59c8556/rsrc/js/raphael/g.raphael.line.js', 3663 + 'type' => 'js', 3664 + 'requires' => 3665 + array( 3666 + ), 3667 + 'disk' => '/rsrc/js/raphael/g.raphael.line.js', 3668 + ), 3642 3669 'releeph-branch' => 3643 3670 array( 3644 3671 'uri' => '/res/6ad6420d/rsrc/css/application/releeph/releeph-branch.css', ··· 3836 3863 array( 3837 3864 ), 3838 3865 'disk' => '/rsrc/css/sprite-tokens.css', 3866 + ), 3867 + 'stripe-core' => 3868 + array( 3869 + 'uri' => '/res/3b0f0ad4/rsrc/js/stripe/stripe_core.js', 3870 + 'type' => 'js', 3871 + 'requires' => 3872 + array( 3873 + ), 3874 + 'disk' => '/rsrc/js/stripe/stripe_core.js', 3839 3875 ), 3840 3876 'stripe-payment-form-css' => 3841 3877 array(