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

Re-run celerity mapper

Summary: D5226 nixed something I put in the celerity map. This diff adds it back, along with a bunch of other changes that `./scripts/celerity_mapper.php webroot/` decided were super important.

Test Plan: Repeatedly place click actions into the HTML `document`.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+53 -47
+53 -47
src/__celerity_resource_map__.php
··· 604 604 ), 605 605 'disk' => '/rsrc/css/aphront/attached-file-view.css', 606 606 ), 607 + 'aphront-bars' => 608 + array( 609 + 'uri' => '/res/d7bd9032/rsrc/css/core/aphront-bars.css', 610 + 'type' => 'css', 611 + 'requires' => 612 + array( 613 + ), 614 + 'disk' => '/rsrc/css/core/aphront-bars.css', 615 + ), 607 616 'aphront-calendar-view-css' => 608 617 array( 609 618 'uri' => '/res/73061a31/rsrc/css/aphront/calendar-view.css', ··· 1137 1146 ), 1138 1147 'javelin-behavior-conpherence-init' => 1139 1148 array( 1140 - 'uri' => '/res/bd911b43/rsrc/js/application/conpherence/behavior-init.js', 1149 + 'uri' => '/res/700bba2e/rsrc/js/application/conpherence/behavior-init.js', 1141 1150 'type' => 'js', 1142 1151 'requires' => 1143 1152 array( ··· 1164 1173 ), 1165 1174 'javelin-behavior-conpherence-pontificate' => 1166 1175 array( 1167 - 'uri' => '/res/7fb8cf6e/rsrc/js/application/conpherence/behavior-pontificate.js', 1176 + 'uri' => '/res/06214a06/rsrc/js/application/conpherence/behavior-pontificate.js', 1168 1177 'type' => 'js', 1169 1178 'requires' => 1170 1179 array( 1171 1180 0 => 'javelin-behavior', 1172 1181 1 => 'javelin-dom', 1173 - 2 => 'javelin-workflow', 1174 - 3 => 'javelin-util', 1175 - 4 => 'javelin-stratcom', 1176 - 5 => 'javelin-uri', 1182 + 2 => 'javelin-request', 1177 1183 ), 1178 1184 'disk' => '/rsrc/js/application/conpherence/behavior-pontificate.js', 1179 1185 ), ··· 2865 2871 ), 2866 2872 'phabricator-object-item-list-view-css' => 2867 2873 array( 2868 - 'uri' => '/res/2fb97c5c/rsrc/css/layout/phabricator-object-item-list-view.css', 2874 + 'uri' => '/res/034774f8/rsrc/css/layout/phabricator-object-item-list-view.css', 2869 2875 'type' => 'css', 2870 2876 'requires' => 2871 2877 array( ··· 2907 2913 ), 2908 2914 'phabricator-pinboard-view-css' => 2909 2915 array( 2910 - 'uri' => '/res/c6af8d76/rsrc/css/layout/phabricator-pinboard-view.css', 2916 + 'uri' => '/res/61ecd7cf/rsrc/css/layout/phabricator-pinboard-view.css', 2911 2917 'type' => 'css', 2912 2918 'requires' => 2913 2919 array( ··· 3473 3479 ), array( 3474 3480 'packages' => 3475 3481 array( 3476 - 'e5fe863e' => 3482 + '09aa1f68' => 3477 3483 array( 3478 3484 'name' => 'core.pkg.css', 3479 3485 'symbols' => ··· 3516 3522 35 => 'phabricator-object-item-list-view-css', 3517 3523 36 => 'global-drag-and-drop-css', 3518 3524 ), 3519 - 'uri' => '/res/pkg/e5fe863e/core.pkg.css', 3525 + 'uri' => '/res/pkg/09aa1f68/core.pkg.css', 3520 3526 'type' => 'css', 3521 3527 ), 3522 3528 'f24c209c' => ··· 3705 3711 'reverse' => 3706 3712 array( 3707 3713 'aphront-attached-file-view-css' => 'e30a3fa8', 3708 - 'aphront-crumbs-view-css' => 'e5fe863e', 3709 - 'aphront-dialog-view-css' => 'e5fe863e', 3710 - 'aphront-error-view-css' => 'e5fe863e', 3711 - 'aphront-form-view-css' => 'e5fe863e', 3712 - 'aphront-list-filter-view-css' => 'e5fe863e', 3713 - 'aphront-pager-view-css' => 'e5fe863e', 3714 - 'aphront-panel-view-css' => 'e5fe863e', 3715 - 'aphront-table-view-css' => 'e5fe863e', 3716 - 'aphront-tokenizer-control-css' => 'e5fe863e', 3717 - 'aphront-tooltip-css' => 'e5fe863e', 3718 - 'aphront-typeahead-control-css' => 'e5fe863e', 3714 + 'aphront-crumbs-view-css' => '09aa1f68', 3715 + 'aphront-dialog-view-css' => '09aa1f68', 3716 + 'aphront-error-view-css' => '09aa1f68', 3717 + 'aphront-form-view-css' => '09aa1f68', 3718 + 'aphront-list-filter-view-css' => '09aa1f68', 3719 + 'aphront-pager-view-css' => '09aa1f68', 3720 + 'aphront-panel-view-css' => '09aa1f68', 3721 + 'aphront-table-view-css' => '09aa1f68', 3722 + 'aphront-tokenizer-control-css' => '09aa1f68', 3723 + 'aphront-tooltip-css' => '09aa1f68', 3724 + 'aphront-typeahead-control-css' => '09aa1f68', 3719 3725 'differential-changeset-view-css' => '8aaacd1b', 3720 3726 'differential-core-view-css' => '8aaacd1b', 3721 3727 'differential-inline-comment-editor' => 'd2447f72', ··· 3729 3735 'differential-table-of-contents-css' => '8aaacd1b', 3730 3736 'diffusion-commit-view-css' => 'c8ce2d88', 3731 3737 'diffusion-icons-css' => 'c8ce2d88', 3732 - 'global-drag-and-drop-css' => 'e5fe863e', 3738 + 'global-drag-and-drop-css' => '09aa1f68', 3733 3739 'inline-comment-summary-css' => '8aaacd1b', 3734 3740 'javelin-aphlict' => 'f24c209c', 3735 3741 'javelin-behavior' => 'cd1d650a', ··· 3799 3805 'javelin-util' => 'cd1d650a', 3800 3806 'javelin-vector' => 'cd1d650a', 3801 3807 'javelin-workflow' => 'cd1d650a', 3802 - 'lightbox-attachment-css' => 'e5fe863e', 3808 + 'lightbox-attachment-css' => '09aa1f68', 3803 3809 'maniphest-task-summary-css' => 'e30a3fa8', 3804 3810 'maniphest-transaction-detail-css' => 'e30a3fa8', 3805 3811 'phabricator-busy' => 'f24c209c', 3806 3812 'phabricator-content-source-view-css' => '8aaacd1b', 3807 - 'phabricator-core-buttons-css' => 'e5fe863e', 3808 - 'phabricator-core-css' => 'e5fe863e', 3809 - 'phabricator-crumbs-view-css' => 'e5fe863e', 3810 - 'phabricator-directory-css' => 'e5fe863e', 3813 + 'phabricator-core-buttons-css' => '09aa1f68', 3814 + 'phabricator-core-css' => '09aa1f68', 3815 + 'phabricator-crumbs-view-css' => '09aa1f68', 3816 + 'phabricator-directory-css' => '09aa1f68', 3811 3817 'phabricator-drag-and-drop-file-upload' => 'd2447f72', 3812 3818 'phabricator-dropdown-menu' => 'f24c209c', 3813 3819 'phabricator-file-upload' => 'f24c209c', 3814 - 'phabricator-filetree-view-css' => 'e5fe863e', 3815 - 'phabricator-flag-css' => 'e5fe863e', 3816 - 'phabricator-form-view-css' => 'e5fe863e', 3817 - 'phabricator-header-view-css' => 'e5fe863e', 3818 - 'phabricator-jump-nav' => 'e5fe863e', 3820 + 'phabricator-filetree-view-css' => '09aa1f68', 3821 + 'phabricator-flag-css' => '09aa1f68', 3822 + 'phabricator-form-view-css' => '09aa1f68', 3823 + 'phabricator-header-view-css' => '09aa1f68', 3824 + 'phabricator-jump-nav' => '09aa1f68', 3819 3825 'phabricator-keyboard-shortcut' => 'f24c209c', 3820 3826 'phabricator-keyboard-shortcut-manager' => 'f24c209c', 3821 - 'phabricator-main-menu-view' => 'e5fe863e', 3827 + 'phabricator-main-menu-view' => '09aa1f68', 3822 3828 'phabricator-menu-item' => 'f24c209c', 3823 - 'phabricator-nav-view-css' => 'e5fe863e', 3829 + 'phabricator-nav-view-css' => '09aa1f68', 3824 3830 'phabricator-notification' => 'f24c209c', 3825 - 'phabricator-notification-css' => 'e5fe863e', 3826 - 'phabricator-notification-menu-css' => 'e5fe863e', 3827 - 'phabricator-object-item-list-view-css' => 'e5fe863e', 3831 + 'phabricator-notification-css' => '09aa1f68', 3832 + 'phabricator-notification-menu-css' => '09aa1f68', 3833 + 'phabricator-object-item-list-view-css' => '09aa1f68', 3828 3834 'phabricator-object-selector-css' => '8aaacd1b', 3829 3835 'phabricator-paste-file-upload' => 'f24c209c', 3830 3836 'phabricator-prefab' => 'f24c209c', 3831 3837 'phabricator-project-tag-css' => 'e30a3fa8', 3832 - 'phabricator-remarkup-css' => 'e5fe863e', 3838 + 'phabricator-remarkup-css' => '09aa1f68', 3833 3839 'phabricator-shaped-request' => 'd2447f72', 3834 - 'phabricator-side-menu-view-css' => 'e5fe863e', 3835 - 'phabricator-standard-page-view' => 'e5fe863e', 3840 + 'phabricator-side-menu-view-css' => '09aa1f68', 3841 + 'phabricator-standard-page-view' => '09aa1f68', 3836 3842 'phabricator-textareautils' => 'f24c209c', 3837 3843 'phabricator-tooltip' => 'f24c209c', 3838 - 'phabricator-transaction-view-css' => 'e5fe863e', 3839 - 'phabricator-zindex-css' => 'e5fe863e', 3840 - 'sprite-apps-large-css' => 'e5fe863e', 3841 - 'sprite-gradient-css' => 'e5fe863e', 3842 - 'sprite-icon-css' => 'e5fe863e', 3843 - 'sprite-menu-css' => 'e5fe863e', 3844 - 'syntax-highlighting-css' => 'e5fe863e', 3844 + 'phabricator-transaction-view-css' => '09aa1f68', 3845 + 'phabricator-zindex-css' => '09aa1f68', 3846 + 'sprite-apps-large-css' => '09aa1f68', 3847 + 'sprite-gradient-css' => '09aa1f68', 3848 + 'sprite-icon-css' => '09aa1f68', 3849 + 'sprite-menu-css' => '09aa1f68', 3850 + 'syntax-highlighting-css' => '09aa1f68', 3845 3851 ), 3846 3852 ));