mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +01:00
Update package definitions
Summary: So much Javascript. :( Test Plan: Verified major Diffusion, Differential, Maniphest interfaces pull in no unpackaged CSS/JS. Rebuilt Celerity map. Reviewers: btrahan, vrana, jungejason Reviewed By: jungejason CC: aran Differential Revision: https://secure.phabricator.com/D2248
This commit is contained in:
parent
5f0d8e09d8
commit
3f6f8421b2
2 changed files with 145 additions and 86 deletions
|
@ -53,6 +53,10 @@ $package_spec = array(
|
|||
'phabricator-paste-file-upload',
|
||||
'phabricator-menu-item',
|
||||
'phabricator-dropdown-menu',
|
||||
'javelin-behavior-phabricator-oncopy',
|
||||
'phabricator-tooltip',
|
||||
'javelin-behavior-phabricator-tooltips',
|
||||
'phabricator-prefab',
|
||||
),
|
||||
'core.pkg.css' => array(
|
||||
'phabricator-core-css',
|
||||
|
@ -76,6 +80,10 @@ $package_spec = array(
|
|||
'syntax-highlighting-css',
|
||||
'aphront-pager-view-css',
|
||||
'phabricator-transaction-view-css',
|
||||
'aphront-tooltip-css',
|
||||
'aphront-headsup-view-css',
|
||||
'phabricator-flag-css',
|
||||
'aphront-error-view-css',
|
||||
),
|
||||
'differential.pkg.css' => array(
|
||||
'differential-core-view-css',
|
||||
|
@ -90,6 +98,7 @@ $package_spec = array(
|
|||
'aphront-headsup-action-list-view-css',
|
||||
'phabricator-content-source-view-css',
|
||||
'differential-local-commits-view-css',
|
||||
'inline-comment-summary-css',
|
||||
),
|
||||
'differential.pkg.js' => array(
|
||||
'phabricator-drag-and-drop-file-upload',
|
||||
|
@ -107,6 +116,7 @@ $package_spec = array(
|
|||
'javelin-behavior-aphront-drag-and-drop',
|
||||
'javelin-behavior-aphront-drag-and-drop-textarea',
|
||||
'javelin-behavior-phabricator-object-selector',
|
||||
'javelin-behavior-repository-crossreference',
|
||||
|
||||
'differential-inline-comment-editor',
|
||||
'javelin-behavior-differential-dropdown-menus',
|
||||
|
@ -114,17 +124,25 @@ $package_spec = array(
|
|||
),
|
||||
'diffusion.pkg.css' => array(
|
||||
'diffusion-commit-view-css',
|
||||
'diffusion-icons-css',
|
||||
),
|
||||
'diffusion.pkg.js' => array(
|
||||
'javelin-behavior-diffusion-pull-lastmodified',
|
||||
'javelin-behavior-diffusion-commit-graph',
|
||||
'javelin-behavior-audit-preview',
|
||||
),
|
||||
'maniphest.pkg.css' => array(
|
||||
'maniphest-task-summary-css',
|
||||
'maniphest-transaction-detail-css',
|
||||
'aphront-attached-file-view-css',
|
||||
'phabricator-project-tag-css',
|
||||
),
|
||||
'maniphest.pkg.js' => array(
|
||||
'javelin-behavior-maniphest-batch-selector',
|
||||
'javelin-behavior-maniphest-transaction-controls',
|
||||
'javelin-behavior-maniphest-transaction-preview',
|
||||
'javelin-behavior-maniphest-transaction-expand',
|
||||
'javelin-behavior-maniphest-subpriority-editor',
|
||||
),
|
||||
);
|
||||
|
||||
|
|
|
@ -2414,7 +2414,7 @@ celerity_register_resource_map(array(
|
|||
), array(
|
||||
'packages' =>
|
||||
array(
|
||||
'30ae3b0f' =>
|
||||
'fde604f2' =>
|
||||
array(
|
||||
'name' => 'core.pkg.css',
|
||||
'symbols' =>
|
||||
|
@ -2438,11 +2438,15 @@ celerity_register_resource_map(array(
|
|||
16 => 'syntax-highlighting-css',
|
||||
17 => 'aphront-pager-view-css',
|
||||
18 => 'phabricator-transaction-view-css',
|
||||
19 => 'aphront-tooltip-css',
|
||||
20 => 'aphront-headsup-view-css',
|
||||
21 => 'phabricator-flag-css',
|
||||
22 => 'aphront-error-view-css',
|
||||
),
|
||||
'uri' => '/res/pkg/30ae3b0f/core.pkg.css',
|
||||
'uri' => '/res/pkg/fde604f2/core.pkg.css',
|
||||
'type' => 'css',
|
||||
),
|
||||
'21d01ed8' =>
|
||||
'c6c80d56' =>
|
||||
array(
|
||||
'name' => 'core.pkg.js',
|
||||
'symbols' =>
|
||||
|
@ -2460,11 +2464,15 @@ celerity_register_resource_map(array(
|
|||
10 => 'phabricator-paste-file-upload',
|
||||
11 => 'phabricator-menu-item',
|
||||
12 => 'phabricator-dropdown-menu',
|
||||
13 => 'javelin-behavior-phabricator-oncopy',
|
||||
14 => 'phabricator-tooltip',
|
||||
15 => 'javelin-behavior-phabricator-tooltips',
|
||||
16 => 'phabricator-prefab',
|
||||
),
|
||||
'uri' => '/res/pkg/21d01ed8/core.pkg.js',
|
||||
'uri' => '/res/pkg/c6c80d56/core.pkg.js',
|
||||
'type' => 'js',
|
||||
),
|
||||
'04b74eea' =>
|
||||
'2b11d0a8' =>
|
||||
array(
|
||||
'name' => 'differential.pkg.css',
|
||||
'symbols' =>
|
||||
|
@ -2481,11 +2489,12 @@ celerity_register_resource_map(array(
|
|||
9 => 'aphront-headsup-action-list-view-css',
|
||||
10 => 'phabricator-content-source-view-css',
|
||||
11 => 'differential-local-commits-view-css',
|
||||
12 => 'inline-comment-summary-css',
|
||||
),
|
||||
'uri' => '/res/pkg/04b74eea/differential.pkg.css',
|
||||
'uri' => '/res/pkg/2b11d0a8/differential.pkg.css',
|
||||
'type' => 'css',
|
||||
),
|
||||
'270dd507' =>
|
||||
'e4ddcab5' =>
|
||||
array(
|
||||
'name' => 'differential.pkg.js',
|
||||
'symbols' =>
|
||||
|
@ -2504,23 +2513,37 @@ celerity_register_resource_map(array(
|
|||
11 => 'javelin-behavior-aphront-drag-and-drop',
|
||||
12 => 'javelin-behavior-aphront-drag-and-drop-textarea',
|
||||
13 => 'javelin-behavior-phabricator-object-selector',
|
||||
14 => 'differential-inline-comment-editor',
|
||||
15 => 'javelin-behavior-differential-dropdown-menus',
|
||||
16 => 'javelin-behavior-buoyant',
|
||||
14 => 'javelin-behavior-repository-crossreference',
|
||||
15 => 'differential-inline-comment-editor',
|
||||
16 => 'javelin-behavior-differential-dropdown-menus',
|
||||
17 => 'javelin-behavior-buoyant',
|
||||
),
|
||||
'uri' => '/res/pkg/270dd507/differential.pkg.js',
|
||||
'uri' => '/res/pkg/e4ddcab5/differential.pkg.js',
|
||||
'type' => 'js',
|
||||
),
|
||||
'4ccda8a6' =>
|
||||
'c8ce2d88' =>
|
||||
array(
|
||||
'name' => 'diffusion.pkg.css',
|
||||
'symbols' =>
|
||||
array(
|
||||
0 => 'diffusion-commit-view-css',
|
||||
1 => 'diffusion-icons-css',
|
||||
),
|
||||
'uri' => '/res/pkg/4ccda8a6/diffusion.pkg.css',
|
||||
'uri' => '/res/pkg/c8ce2d88/diffusion.pkg.css',
|
||||
'type' => 'css',
|
||||
),
|
||||
'5e68be89' =>
|
||||
array(
|
||||
'name' => 'diffusion.pkg.js',
|
||||
'symbols' =>
|
||||
array(
|
||||
0 => 'javelin-behavior-diffusion-pull-lastmodified',
|
||||
1 => 'javelin-behavior-diffusion-commit-graph',
|
||||
2 => 'javelin-behavior-audit-preview',
|
||||
),
|
||||
'uri' => '/res/pkg/5e68be89/diffusion.pkg.js',
|
||||
'type' => 'js',
|
||||
),
|
||||
'4fbae2af' =>
|
||||
array(
|
||||
'name' => 'javelin.pkg.js',
|
||||
|
@ -2540,7 +2563,7 @@ celerity_register_resource_map(array(
|
|||
'uri' => '/res/pkg/4fbae2af/javelin.pkg.js',
|
||||
'type' => 'js',
|
||||
),
|
||||
'8db30c56' =>
|
||||
'7839ae2d' =>
|
||||
array(
|
||||
'name' => 'maniphest.pkg.css',
|
||||
'symbols' =>
|
||||
|
@ -2548,11 +2571,12 @@ celerity_register_resource_map(array(
|
|||
0 => 'maniphest-task-summary-css',
|
||||
1 => 'maniphest-transaction-detail-css',
|
||||
2 => 'aphront-attached-file-view-css',
|
||||
3 => 'phabricator-project-tag-css',
|
||||
),
|
||||
'uri' => '/res/pkg/8db30c56/maniphest.pkg.css',
|
||||
'uri' => '/res/pkg/7839ae2d/maniphest.pkg.css',
|
||||
'type' => 'css',
|
||||
),
|
||||
'2055a702' =>
|
||||
'7707de41' =>
|
||||
array(
|
||||
'name' => 'maniphest.pkg.js',
|
||||
'symbols' =>
|
||||
|
@ -2561,8 +2585,9 @@ celerity_register_resource_map(array(
|
|||
1 => 'javelin-behavior-maniphest-transaction-controls',
|
||||
2 => 'javelin-behavior-maniphest-transaction-preview',
|
||||
3 => 'javelin-behavior-maniphest-transaction-expand',
|
||||
4 => 'javelin-behavior-maniphest-subpriority-editor',
|
||||
),
|
||||
'uri' => '/res/pkg/2055a702/maniphest.pkg.js',
|
||||
'uri' => '/res/pkg/7707de41/maniphest.pkg.js',
|
||||
'type' => 'js',
|
||||
),
|
||||
'2af849fb' =>
|
||||
|
@ -2584,60 +2609,72 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'reverse' =>
|
||||
array(
|
||||
'aphront-attached-file-view-css' => '8db30c56',
|
||||
'aphront-crumbs-view-css' => '30ae3b0f',
|
||||
'aphront-dialog-view-css' => '30ae3b0f',
|
||||
'aphront-form-view-css' => '30ae3b0f',
|
||||
'aphront-headsup-action-list-view-css' => '04b74eea',
|
||||
'aphront-list-filter-view-css' => '30ae3b0f',
|
||||
'aphront-pager-view-css' => '30ae3b0f',
|
||||
'aphront-panel-view-css' => '30ae3b0f',
|
||||
'aphront-side-nav-view-css' => '30ae3b0f',
|
||||
'aphront-table-view-css' => '30ae3b0f',
|
||||
'aphront-tokenizer-control-css' => '30ae3b0f',
|
||||
'aphront-typeahead-control-css' => '30ae3b0f',
|
||||
'differential-changeset-view-css' => '04b74eea',
|
||||
'differential-core-view-css' => '04b74eea',
|
||||
'differential-inline-comment-editor' => '270dd507',
|
||||
'differential-local-commits-view-css' => '04b74eea',
|
||||
'differential-revision-add-comment-css' => '04b74eea',
|
||||
'differential-revision-comment-css' => '04b74eea',
|
||||
'differential-revision-comment-list-css' => '04b74eea',
|
||||
'differential-revision-detail-css' => '04b74eea',
|
||||
'differential-revision-history-css' => '04b74eea',
|
||||
'differential-table-of-contents-css' => '04b74eea',
|
||||
'diffusion-commit-view-css' => '4ccda8a6',
|
||||
'aphront-attached-file-view-css' => '7839ae2d',
|
||||
'aphront-crumbs-view-css' => 'fde604f2',
|
||||
'aphront-dialog-view-css' => 'fde604f2',
|
||||
'aphront-error-view-css' => 'fde604f2',
|
||||
'aphront-form-view-css' => 'fde604f2',
|
||||
'aphront-headsup-action-list-view-css' => '2b11d0a8',
|
||||
'aphront-headsup-view-css' => 'fde604f2',
|
||||
'aphront-list-filter-view-css' => 'fde604f2',
|
||||
'aphront-pager-view-css' => 'fde604f2',
|
||||
'aphront-panel-view-css' => 'fde604f2',
|
||||
'aphront-side-nav-view-css' => 'fde604f2',
|
||||
'aphront-table-view-css' => 'fde604f2',
|
||||
'aphront-tokenizer-control-css' => 'fde604f2',
|
||||
'aphront-tooltip-css' => 'fde604f2',
|
||||
'aphront-typeahead-control-css' => 'fde604f2',
|
||||
'differential-changeset-view-css' => '2b11d0a8',
|
||||
'differential-core-view-css' => '2b11d0a8',
|
||||
'differential-inline-comment-editor' => 'e4ddcab5',
|
||||
'differential-local-commits-view-css' => '2b11d0a8',
|
||||
'differential-revision-add-comment-css' => '2b11d0a8',
|
||||
'differential-revision-comment-css' => '2b11d0a8',
|
||||
'differential-revision-comment-list-css' => '2b11d0a8',
|
||||
'differential-revision-detail-css' => '2b11d0a8',
|
||||
'differential-revision-history-css' => '2b11d0a8',
|
||||
'differential-table-of-contents-css' => '2b11d0a8',
|
||||
'diffusion-commit-view-css' => 'c8ce2d88',
|
||||
'diffusion-icons-css' => 'c8ce2d88',
|
||||
'inline-comment-summary-css' => '2b11d0a8',
|
||||
'javelin-behavior' => '4fbae2af',
|
||||
'javelin-behavior-aphront-basic-tokenizer' => '2af849fb',
|
||||
'javelin-behavior-aphront-drag-and-drop' => '270dd507',
|
||||
'javelin-behavior-aphront-drag-and-drop-textarea' => '270dd507',
|
||||
'javelin-behavior-aphront-form-disable-on-submit' => '21d01ed8',
|
||||
'javelin-behavior-buoyant' => '270dd507',
|
||||
'javelin-behavior-differential-accept-with-errors' => '270dd507',
|
||||
'javelin-behavior-differential-add-reviewers-and-ccs' => '270dd507',
|
||||
'javelin-behavior-differential-comment-jump' => '270dd507',
|
||||
'javelin-behavior-differential-diff-radios' => '270dd507',
|
||||
'javelin-behavior-differential-dropdown-menus' => '270dd507',
|
||||
'javelin-behavior-differential-edit-inline-comments' => '270dd507',
|
||||
'javelin-behavior-differential-feedback-preview' => '270dd507',
|
||||
'javelin-behavior-differential-keyboard-navigation' => '270dd507',
|
||||
'javelin-behavior-differential-populate' => '270dd507',
|
||||
'javelin-behavior-differential-show-more' => '270dd507',
|
||||
'javelin-behavior-maniphest-batch-selector' => '2055a702',
|
||||
'javelin-behavior-maniphest-transaction-controls' => '2055a702',
|
||||
'javelin-behavior-maniphest-transaction-expand' => '2055a702',
|
||||
'javelin-behavior-maniphest-transaction-preview' => '2055a702',
|
||||
'javelin-behavior-phabricator-autofocus' => '21d01ed8',
|
||||
'javelin-behavior-phabricator-keyboard-shortcuts' => '21d01ed8',
|
||||
'javelin-behavior-phabricator-object-selector' => '270dd507',
|
||||
'javelin-behavior-phabricator-watch-anchor' => '21d01ed8',
|
||||
'javelin-behavior-refresh-csrf' => '21d01ed8',
|
||||
'javelin-behavior-workflow' => '21d01ed8',
|
||||
'javelin-behavior-aphront-drag-and-drop' => 'e4ddcab5',
|
||||
'javelin-behavior-aphront-drag-and-drop-textarea' => 'e4ddcab5',
|
||||
'javelin-behavior-aphront-form-disable-on-submit' => 'c6c80d56',
|
||||
'javelin-behavior-audit-preview' => '5e68be89',
|
||||
'javelin-behavior-buoyant' => 'e4ddcab5',
|
||||
'javelin-behavior-differential-accept-with-errors' => 'e4ddcab5',
|
||||
'javelin-behavior-differential-add-reviewers-and-ccs' => 'e4ddcab5',
|
||||
'javelin-behavior-differential-comment-jump' => 'e4ddcab5',
|
||||
'javelin-behavior-differential-diff-radios' => 'e4ddcab5',
|
||||
'javelin-behavior-differential-dropdown-menus' => 'e4ddcab5',
|
||||
'javelin-behavior-differential-edit-inline-comments' => 'e4ddcab5',
|
||||
'javelin-behavior-differential-feedback-preview' => 'e4ddcab5',
|
||||
'javelin-behavior-differential-keyboard-navigation' => 'e4ddcab5',
|
||||
'javelin-behavior-differential-populate' => 'e4ddcab5',
|
||||
'javelin-behavior-differential-show-more' => 'e4ddcab5',
|
||||
'javelin-behavior-diffusion-commit-graph' => '5e68be89',
|
||||
'javelin-behavior-diffusion-pull-lastmodified' => '5e68be89',
|
||||
'javelin-behavior-maniphest-batch-selector' => '7707de41',
|
||||
'javelin-behavior-maniphest-subpriority-editor' => '7707de41',
|
||||
'javelin-behavior-maniphest-transaction-controls' => '7707de41',
|
||||
'javelin-behavior-maniphest-transaction-expand' => '7707de41',
|
||||
'javelin-behavior-maniphest-transaction-preview' => '7707de41',
|
||||
'javelin-behavior-phabricator-autofocus' => 'c6c80d56',
|
||||
'javelin-behavior-phabricator-keyboard-shortcuts' => 'c6c80d56',
|
||||
'javelin-behavior-phabricator-object-selector' => 'e4ddcab5',
|
||||
'javelin-behavior-phabricator-oncopy' => 'c6c80d56',
|
||||
'javelin-behavior-phabricator-tooltips' => 'c6c80d56',
|
||||
'javelin-behavior-phabricator-watch-anchor' => 'c6c80d56',
|
||||
'javelin-behavior-refresh-csrf' => 'c6c80d56',
|
||||
'javelin-behavior-repository-crossreference' => 'e4ddcab5',
|
||||
'javelin-behavior-workflow' => 'c6c80d56',
|
||||
'javelin-dom' => '4fbae2af',
|
||||
'javelin-event' => '4fbae2af',
|
||||
'javelin-install' => '4fbae2af',
|
||||
'javelin-json' => '4fbae2af',
|
||||
'javelin-mask' => '21d01ed8',
|
||||
'javelin-mask' => 'c6c80d56',
|
||||
'javelin-request' => '4fbae2af',
|
||||
'javelin-stratcom' => '4fbae2af',
|
||||
'javelin-tokenizer' => '2af849fb',
|
||||
|
@ -2649,26 +2686,30 @@ celerity_register_resource_map(array(
|
|||
'javelin-uri' => '4fbae2af',
|
||||
'javelin-util' => '4fbae2af',
|
||||
'javelin-vector' => '4fbae2af',
|
||||
'javelin-workflow' => '21d01ed8',
|
||||
'maniphest-task-summary-css' => '8db30c56',
|
||||
'maniphest-transaction-detail-css' => '8db30c56',
|
||||
'phabricator-app-buttons-css' => '30ae3b0f',
|
||||
'phabricator-content-source-view-css' => '04b74eea',
|
||||
'phabricator-core-buttons-css' => '30ae3b0f',
|
||||
'phabricator-core-css' => '30ae3b0f',
|
||||
'phabricator-directory-css' => '30ae3b0f',
|
||||
'phabricator-drag-and-drop-file-upload' => '270dd507',
|
||||
'phabricator-dropdown-menu' => '21d01ed8',
|
||||
'phabricator-jump-nav' => '30ae3b0f',
|
||||
'phabricator-keyboard-shortcut' => '21d01ed8',
|
||||
'phabricator-keyboard-shortcut-manager' => '21d01ed8',
|
||||
'phabricator-menu-item' => '21d01ed8',
|
||||
'phabricator-object-selector-css' => '04b74eea',
|
||||
'phabricator-paste-file-upload' => '21d01ed8',
|
||||
'phabricator-remarkup-css' => '30ae3b0f',
|
||||
'phabricator-shaped-request' => '270dd507',
|
||||
'phabricator-standard-page-view' => '30ae3b0f',
|
||||
'phabricator-transaction-view-css' => '30ae3b0f',
|
||||
'syntax-highlighting-css' => '30ae3b0f',
|
||||
'javelin-workflow' => 'c6c80d56',
|
||||
'maniphest-task-summary-css' => '7839ae2d',
|
||||
'maniphest-transaction-detail-css' => '7839ae2d',
|
||||
'phabricator-app-buttons-css' => 'fde604f2',
|
||||
'phabricator-content-source-view-css' => '2b11d0a8',
|
||||
'phabricator-core-buttons-css' => 'fde604f2',
|
||||
'phabricator-core-css' => 'fde604f2',
|
||||
'phabricator-directory-css' => 'fde604f2',
|
||||
'phabricator-drag-and-drop-file-upload' => 'e4ddcab5',
|
||||
'phabricator-dropdown-menu' => 'c6c80d56',
|
||||
'phabricator-flag-css' => 'fde604f2',
|
||||
'phabricator-jump-nav' => 'fde604f2',
|
||||
'phabricator-keyboard-shortcut' => 'c6c80d56',
|
||||
'phabricator-keyboard-shortcut-manager' => 'c6c80d56',
|
||||
'phabricator-menu-item' => 'c6c80d56',
|
||||
'phabricator-object-selector-css' => '2b11d0a8',
|
||||
'phabricator-paste-file-upload' => 'c6c80d56',
|
||||
'phabricator-prefab' => 'c6c80d56',
|
||||
'phabricator-project-tag-css' => '7839ae2d',
|
||||
'phabricator-remarkup-css' => 'fde604f2',
|
||||
'phabricator-shaped-request' => 'e4ddcab5',
|
||||
'phabricator-standard-page-view' => 'fde604f2',
|
||||
'phabricator-tooltip' => 'c6c80d56',
|
||||
'phabricator-transaction-view-css' => 'fde604f2',
|
||||
'syntax-highlighting-css' => 'fde604f2',
|
||||
),
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue