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

Remember active tab in DarkConsole

Summary: If I select a tab in DarkConsole and then select another request then the tab is forgotten.

Test Plan: Select tab, switch request, see the same tab.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+6 -41
+5 -41
src/__celerity_resource_map__.php
··· 1340 1340 ), 1341 1341 'javelin-behavior-dark-console' => 1342 1342 array( 1343 - 'uri' => '/res/89aeb6c0/rsrc/js/application/core/behavior-dark-console.js', 1343 + 'uri' => '/res/3860fcf3/rsrc/js/application/core/behavior-dark-console.js', 1344 1344 'type' => 'js', 1345 1345 'requires' => 1346 1346 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 - ), 3669 3642 'releeph-branch' => 3670 3643 array( 3671 3644 'uri' => '/res/6ad6420d/rsrc/css/application/releeph/releeph-branch.css', ··· 3864 3837 ), 3865 3838 'disk' => '/rsrc/css/sprite-tokens.css', 3866 3839 ), 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', 3875 - ), 3876 3840 'stripe-payment-form-css' => 3877 3841 array( 3878 3842 'uri' => '/res/634a6371/rsrc/css/application/phortune/stripe-payment-form.css', ··· 3991 3955 'uri' => '/res/pkg/bf16b308/core.pkg.js', 3992 3956 'type' => 'js', 3993 3957 ), 3994 - 'dca4a03d' => 3958 + 'e208b108' => 3995 3959 array( 3996 3960 'name' => 'darkconsole.pkg.js', 3997 3961 'symbols' => ··· 3999 3963 0 => 'javelin-behavior-dark-console', 4000 3964 1 => 'javelin-behavior-error-log', 4001 3965 ), 4002 - 'uri' => '/res/pkg/dca4a03d/darkconsole.pkg.js', 3966 + 'uri' => '/res/pkg/e208b108/darkconsole.pkg.js', 4003 3967 'type' => 'js', 4004 3968 ), 4005 3969 '8aaacd1b' => ··· 4169 4133 'javelin-behavior-aphront-drag-and-drop-textarea' => 'e96b08f8', 4170 4134 'javelin-behavior-aphront-form-disable-on-submit' => 'bf16b308', 4171 4135 'javelin-behavior-audit-preview' => 'f96657b8', 4172 - 'javelin-behavior-dark-console' => 'dca4a03d', 4136 + 'javelin-behavior-dark-console' => 'e208b108', 4173 4137 'javelin-behavior-device' => 'bf16b308', 4174 4138 'javelin-behavior-differential-accept-with-errors' => 'e96b08f8', 4175 4139 'javelin-behavior-differential-add-reviewers-and-ccs' => 'e96b08f8', ··· 4185 4149 'javelin-behavior-differential-user-select' => 'e96b08f8', 4186 4150 'javelin-behavior-diffusion-commit-graph' => 'f96657b8', 4187 4151 'javelin-behavior-diffusion-pull-lastmodified' => 'f96657b8', 4188 - 'javelin-behavior-error-log' => 'dca4a03d', 4152 + 'javelin-behavior-error-log' => 'e208b108', 4189 4153 'javelin-behavior-global-drag-and-drop' => 'bf16b308', 4190 4154 'javelin-behavior-history-install' => 'bf16b308', 4191 4155 'javelin-behavior-konami' => 'bf16b308',
+1
webroot/rsrc/js/application/core/behavior-dark-console.js
··· 193 193 new JX.Request('/~/', JX.bag) 194 194 .setData({ tab : tclass }) 195 195 .send(); 196 + statics.selected = tclass; 196 197 } 197 198 198 199 draw_panel();