2012-01-05 02:10:34 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* This file is automatically generated. Use 'celerity_mapper.php' to rebuild
|
|
|
|
* it.
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
|
|
|
|
celerity_register_resource_map(array(
|
2013-01-26 00:48:04 +01:00
|
|
|
'/rsrc/image/actions/edit.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'ae90914d120ac3838ddc633b480343f3',
|
|
|
|
'uri' => '/res/ae90914d/rsrc/image/actions/edit.png',
|
|
|
|
'disk' => '/rsrc/image/actions/edit.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-03-25 19:24:17 +01:00
|
|
|
'/rsrc/image/apple-touch-icon.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '3380adf2dd4a5efa0885618bc5943640',
|
|
|
|
'uri' => '/res/3380adf2/rsrc/image/apple-touch-icon.png',
|
|
|
|
'disk' => '/rsrc/image/apple-touch-icon.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-04-26 09:18:42 +02:00
|
|
|
'/rsrc/image/avatar.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '1c5f255071537f05406adee86717ff27',
|
|
|
|
'uri' => '/res/1c5f2550/rsrc/image/avatar.png',
|
|
|
|
'disk' => '/rsrc/image/avatar.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-08-14 02:21:16 +02:00
|
|
|
'/rsrc/image/checker_dark.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '640f795343df76ebe5409aae6187e57f',
|
|
|
|
'uri' => '/res/640f7953/rsrc/image/checker_dark.png',
|
|
|
|
'disk' => '/rsrc/image/checker_dark.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/checker_light.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '7f8f3ef8beb0f2cc4cc69efb9e1c3308',
|
|
|
|
'uri' => '/res/7f8f3ef8/rsrc/image/checker_light.png',
|
|
|
|
'disk' => '/rsrc/image/checker_light.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
Use Celerity to version all static resources
Summary:
We don't use versioned URIs for images, so when they change users may get old versions.
This was a particular issue with the recent logo change, which several users reported cache-related issues from.
Instead, use Celerity to manage image URI versions in addition to CSS/JS.
This is complicated, because we need to rewrite image URIs inside of CSS, which means the hash of a CSS file has to be derived from the current image data. Otherwise, when we updated an image the CSS wouldn't update, so we wouldn't be any better off.
So basically we:
- Find all the "raw" files, and put them into the map.
- Find all the CSS/JS, perform content-altering transformations on it (i.e., not minification) based on the partial map, and then put it into the map based on transformed hashes.
(If we wanted, we could now do CSS variables or whatever for "free", more or less.)
Test Plan:
- Regenerated celerity map, browsed site, verified images generated with versioned URIs.
- Moved "blue" flag image over "green" flag image, regenerated map, verified "green" flag image and the associated CSS changed hashes.
- Added transformation unit tests; ran unit tests.
Reviewers: btrahan, vrana, jungejason
Reviewed By: vrana
CC: aran
Maniphest Tasks: T1073
Differential Revision: https://secure.phabricator.com/D2146
2012-04-08 19:07:51 +02:00
|
|
|
'/rsrc/image/credit_cards.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '681448de424ea159b6ea68af04c046ae',
|
|
|
|
'uri' => '/res/681448de/rsrc/image/credit_cards.png',
|
|
|
|
'disk' => '/rsrc/image/credit_cards.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
DarkConsole: fix rendering, move request log, load over ajax
Summary:
This accomplishes three major goals:
# Fixes phutil_render_tag -> phutil_tag callsites in DarkConsole.
# Moves the Ajax request log to a new panel on the left. This panel (and the tabs panel) get scrollbars when they get large, instead of making the page constantly scroll down.
# Loads the panel content over ajax, instead of dumping it into the page body / ajax response body. I've been planning to do this for about 3 years, which is why the plugins are architected the way they are. This should make debugging easier by making response bodies not be 50%+ darkconsole stuff.
Additionally, load the plugins dynamically (the old method predates library maps and PhutilSymbolLoader).
Test Plan:
{F30675}
- Switched between requests and tabs, reloaded page, saw same tab.
- Used "analyze queries", "profile page", triggered errors.
- Verified page does not load anything by default if dark console is closed with Charles.
- Generally banged on it a bit.
Reviewers: vrana, btrahan, chad
Reviewed By: vrana
CC: aran
Maniphest Tasks: T2432
Differential Revision: https://secure.phabricator.com/D4692
2013-01-29 03:45:32 +01:00
|
|
|
'/rsrc/image/darkload.gif' =>
|
|
|
|
array(
|
|
|
|
'hash' => '3a52cb7145d6e70f461fed21273117f2',
|
|
|
|
'uri' => '/res/3a52cb71/rsrc/image/darkload.gif',
|
|
|
|
'disk' => '/rsrc/image/darkload.gif',
|
|
|
|
'type' => 'gif',
|
|
|
|
),
|
2012-08-01 21:31:33 +02:00
|
|
|
'/rsrc/image/divot.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '3be267bd11ea375bf68e808893718e0e',
|
|
|
|
'uri' => '/res/3be267bd/rsrc/image/divot.png',
|
|
|
|
'disk' => '/rsrc/image/divot.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
Use Celerity to version all static resources
Summary:
We don't use versioned URIs for images, so when they change users may get old versions.
This was a particular issue with the recent logo change, which several users reported cache-related issues from.
Instead, use Celerity to manage image URI versions in addition to CSS/JS.
This is complicated, because we need to rewrite image URIs inside of CSS, which means the hash of a CSS file has to be derived from the current image data. Otherwise, when we updated an image the CSS wouldn't update, so we wouldn't be any better off.
So basically we:
- Find all the "raw" files, and put them into the map.
- Find all the CSS/JS, perform content-altering transformations on it (i.e., not minification) based on the partial map, and then put it into the map based on transformed hashes.
(If we wanted, we could now do CSS variables or whatever for "free", more or less.)
Test Plan:
- Regenerated celerity map, browsed site, verified images generated with versioned URIs.
- Moved "blue" flag image over "green" flag image, regenerated map, verified "green" flag image and the associated CSS changed hashes.
- Added transformation unit tests; ran unit tests.
Reviewers: btrahan, vrana, jungejason
Reviewed By: vrana
CC: aran
Maniphest Tasks: T1073
Differential Revision: https://secure.phabricator.com/D2146
2012-04-08 19:07:51 +02:00
|
|
|
'/rsrc/image/grippy_texture.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'a8945e12ceeaddd5b491a8d81cfa19c1',
|
|
|
|
'uri' => '/res/a8945e12/rsrc/image/grippy_texture.png',
|
|
|
|
'disk' => '/rsrc/image/grippy_texture.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/arrow_branch.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'f27b67520766e3d971722bcff703f3a8',
|
|
|
|
'uri' => '/res/f27b6752/rsrc/image/icon/fatcow/arrow_branch.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/arrow_branch.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/arrow_merge.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'c4bd97f3b1257439e2123ef69d2194d0',
|
|
|
|
'uri' => '/res/c4bd97f3/rsrc/image/icon/fatcow/arrow_merge.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/arrow_merge.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-05-25 19:14:17 +02:00
|
|
|
'/rsrc/image/icon/fatcow/bullet_black.png' =>
|
|
|
|
array(
|
2013-08-08 15:51:22 +02:00
|
|
|
'hash' => 'c148284c84aa02ba1190dcf7e31c8985',
|
|
|
|
'uri' => '/res/c148284c/rsrc/image/icon/fatcow/bullet_black.png',
|
2012-05-25 19:14:17 +02:00
|
|
|
'disk' => '/rsrc/image/icon/fatcow/bullet_black.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-05-19 18:18:34 +02:00
|
|
|
'/rsrc/image/icon/fatcow/bullet_orange.png' =>
|
|
|
|
array(
|
2013-08-08 15:51:22 +02:00
|
|
|
'hash' => '397bd1c948d9aaac5e440a9270c3697a',
|
|
|
|
'uri' => '/res/397bd1c9/rsrc/image/icon/fatcow/bullet_orange.png',
|
2012-05-19 18:18:34 +02:00
|
|
|
'disk' => '/rsrc/image/icon/fatcow/bullet_orange.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/bullet_red.png' =>
|
|
|
|
array(
|
2013-08-08 15:51:22 +02:00
|
|
|
'hash' => '470e3b2c2ca84ebdd476271b681f421b',
|
|
|
|
'uri' => '/res/470e3b2c/rsrc/image/icon/fatcow/bullet_red.png',
|
2012-05-19 18:18:34 +02:00
|
|
|
'disk' => '/rsrc/image/icon/fatcow/bullet_red.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
Use Celerity to version all static resources
Summary:
We don't use versioned URIs for images, so when they change users may get old versions.
This was a particular issue with the recent logo change, which several users reported cache-related issues from.
Instead, use Celerity to manage image URI versions in addition to CSS/JS.
This is complicated, because we need to rewrite image URIs inside of CSS, which means the hash of a CSS file has to be derived from the current image data. Otherwise, when we updated an image the CSS wouldn't update, so we wouldn't be any better off.
So basically we:
- Find all the "raw" files, and put them into the map.
- Find all the CSS/JS, perform content-altering transformations on it (i.e., not minification) based on the partial map, and then put it into the map based on transformed hashes.
(If we wanted, we could now do CSS variables or whatever for "free", more or less.)
Test Plan:
- Regenerated celerity map, browsed site, verified images generated with versioned URIs.
- Moved "blue" flag image over "green" flag image, regenerated map, verified "green" flag image and the associated CSS changed hashes.
- Added transformation unit tests; ran unit tests.
Reviewers: btrahan, vrana, jungejason
Reviewed By: vrana
CC: aran
Maniphest Tasks: T1073
Differential Revision: https://secure.phabricator.com/D2146
2012-04-08 19:07:51 +02:00
|
|
|
'/rsrc/image/icon/fatcow/calendar_edit.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'de249c0f4f37bf5b2c69ff39ec5573fb',
|
|
|
|
'uri' => '/res/de249c0f/rsrc/image/icon/fatcow/calendar_edit.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/calendar_edit.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-10-23 04:06:56 +02:00
|
|
|
'/rsrc/image/icon/fatcow/document_black.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '44d65a7f05a9c921719deedc160d68f7',
|
|
|
|
'uri' => '/res/44d65a7f/rsrc/image/icon/fatcow/document_black.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/document_black.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
Use Celerity to version all static resources
Summary:
We don't use versioned URIs for images, so when they change users may get old versions.
This was a particular issue with the recent logo change, which several users reported cache-related issues from.
Instead, use Celerity to manage image URI versions in addition to CSS/JS.
This is complicated, because we need to rewrite image URIs inside of CSS, which means the hash of a CSS file has to be derived from the current image data. Otherwise, when we updated an image the CSS wouldn't update, so we wouldn't be any better off.
So basically we:
- Find all the "raw" files, and put them into the map.
- Find all the CSS/JS, perform content-altering transformations on it (i.e., not minification) based on the partial map, and then put it into the map based on transformed hashes.
(If we wanted, we could now do CSS variables or whatever for "free", more or less.)
Test Plan:
- Regenerated celerity map, browsed site, verified images generated with versioned URIs.
- Moved "blue" flag image over "green" flag image, regenerated map, verified "green" flag image and the associated CSS changed hashes.
- Added transformation unit tests; ran unit tests.
Reviewers: btrahan, vrana, jungejason
Reviewed By: vrana
CC: aran
Maniphest Tasks: T1073
Differential Revision: https://secure.phabricator.com/D2146
2012-04-08 19:07:51 +02:00
|
|
|
'/rsrc/image/icon/fatcow/flag_blue.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '75a080492f900fbe489e4b27e403962b',
|
|
|
|
'uri' => '/res/75a08049/rsrc/image/icon/fatcow/flag_blue.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/flag_blue.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/flag_finish.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '4af11fc7fab8e4610cbc3c88a02d4f78',
|
|
|
|
'uri' => '/res/4af11fc7/rsrc/image/icon/fatcow/flag_finish.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/flag_finish.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/flag_ghost.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '14c9f30a37b43f276f27a27a924bf02d',
|
|
|
|
'uri' => '/res/14c9f30a/rsrc/image/icon/fatcow/flag_ghost.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/flag_ghost.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/flag_green.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'fed01374cd396cb774872762dcc447e1',
|
|
|
|
'uri' => '/res/fed01374/rsrc/image/icon/fatcow/flag_green.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/flag_green.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/flag_orange.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '88008cb8bb99761a37e5a743e2455aeb',
|
|
|
|
'uri' => '/res/88008cb8/rsrc/image/icon/fatcow/flag_orange.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/flag_orange.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/flag_pink.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '2f199f06ffc3dfc81b7561a057e0bc33',
|
|
|
|
'uri' => '/res/2f199f06/rsrc/image/icon/fatcow/flag_pink.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/flag_pink.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/flag_purple.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '16358629dc86c39550b575586eb5df80',
|
|
|
|
'uri' => '/res/16358629/rsrc/image/icon/fatcow/flag_purple.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/flag_purple.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/flag_red.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '210c28b4d93c439a499f5814f5e05772',
|
|
|
|
'uri' => '/res/210c28b4/rsrc/image/icon/fatcow/flag_red.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/flag_red.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/flag_yellow.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'bdfd73744a80bb80329ae50bc8a5f962',
|
|
|
|
'uri' => '/res/bdfd7374/rsrc/image/icon/fatcow/flag_yellow.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/flag_yellow.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/folder.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '25e46cf9d210dde2242332296f79938c',
|
|
|
|
'uri' => '/res/25e46cf9/rsrc/image/icon/fatcow/folder.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/folder.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/folder_go.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'ba922ff7959309f51a14cb7ed5124d8b',
|
|
|
|
'uri' => '/res/ba922ff7/rsrc/image/icon/fatcow/folder_go.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/folder_go.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/key_question.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '530a6448a4b91edec091a9292ccfd3d9',
|
|
|
|
'uri' => '/res/530a6448/rsrc/image/icon/fatcow/key_question.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/key_question.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/link.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'be1bea49b216548433014f3324902928',
|
|
|
|
'uri' => '/res/be1bea49/rsrc/image/icon/fatcow/link.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/link.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-08-21 06:47:44 +02:00
|
|
|
'/rsrc/image/icon/fatcow/page_white_edit.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'e7b7e7f2d9730bc80bc5c9eac1f3e36d',
|
|
|
|
'uri' => '/res/e7b7e7f2/rsrc/image/icon/fatcow/page_white_edit.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/page_white_edit.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
Use Celerity to version all static resources
Summary:
We don't use versioned URIs for images, so when they change users may get old versions.
This was a particular issue with the recent logo change, which several users reported cache-related issues from.
Instead, use Celerity to manage image URI versions in addition to CSS/JS.
This is complicated, because we need to rewrite image URIs inside of CSS, which means the hash of a CSS file has to be derived from the current image data. Otherwise, when we updated an image the CSS wouldn't update, so we wouldn't be any better off.
So basically we:
- Find all the "raw" files, and put them into the map.
- Find all the CSS/JS, perform content-altering transformations on it (i.e., not minification) based on the partial map, and then put it into the map based on transformed hashes.
(If we wanted, we could now do CSS variables or whatever for "free", more or less.)
Test Plan:
- Regenerated celerity map, browsed site, verified images generated with versioned URIs.
- Moved "blue" flag image over "green" flag image, regenerated map, verified "green" flag image and the associated CSS changed hashes.
- Added transformation unit tests; ran unit tests.
Reviewers: btrahan, vrana, jungejason
Reviewed By: vrana
CC: aran
Maniphest Tasks: T1073
Differential Revision: https://secure.phabricator.com/D2146
2012-04-08 19:07:51 +02:00
|
|
|
'/rsrc/image/icon/fatcow/page_white_link.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '1cfbad14412bda6c6f132dcc7c8725fd',
|
|
|
|
'uri' => '/res/1cfbad14/rsrc/image/icon/fatcow/page_white_link.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/page_white_link.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/page_white_put.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'bb7308aa5ac40137a8262da395a267fd',
|
|
|
|
'uri' => '/res/bb7308aa/rsrc/image/icon/fatcow/page_white_put.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/page_white_put.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/page_white_text.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'e47d590b626f617fb7d1d44e96e8fd11',
|
|
|
|
'uri' => '/res/e47d590b/rsrc/image/icon/fatcow/page_white_text.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/page_white_text.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/source/conduit.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '1cae0656580aa3cd0b54b9d98306b1b9',
|
|
|
|
'uri' => '/res/1cae0656/rsrc/image/icon/fatcow/source/conduit.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/source/conduit.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/source/email.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '93bdb3e168da1ed68f50c42125729d4e',
|
|
|
|
'uri' => '/res/93bdb3e1/rsrc/image/icon/fatcow/source/email.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/source/email.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/source/fax.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'd7dedf229841f2d041b347afd881596f',
|
|
|
|
'uri' => '/res/d7dedf22/rsrc/image/icon/fatcow/source/fax.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/source/fax.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/source/mobile.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '786e7146d1e7d7318baf76c9d2baad97',
|
|
|
|
'uri' => '/res/786e7146/rsrc/image/icon/fatcow/source/mobile.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/source/mobile.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/source/tablet.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '374cd40e4965be6b2fbdef4059d0ca05',
|
|
|
|
'uri' => '/res/374cd40e/rsrc/image/icon/fatcow/source/tablet.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/source/tablet.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/source/web.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'f4882a8f5619ba505ca033f72a340635',
|
|
|
|
'uri' => '/res/f4882a8f/rsrc/image/icon/fatcow/source/web.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/source/web.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/thumbnails/default160x120.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '1b52ebd1fe0eee3ed0abfc382991b265',
|
|
|
|
'uri' => '/res/1b52ebd1/rsrc/image/icon/fatcow/thumbnails/default160x120.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/thumbnails/default160x120.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/thumbnails/default60x45.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '048d851d8d1daad4754e891e734c1899',
|
|
|
|
'uri' => '/res/048d851d/rsrc/image/icon/fatcow/thumbnails/default60x45.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/thumbnails/default60x45.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/thumbnails/image160x120.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '434acbd8dbbc2da9f09f6205a396eba1',
|
|
|
|
'uri' => '/res/434acbd8/rsrc/image/icon/fatcow/thumbnails/image160x120.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/thumbnails/image160x120.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/thumbnails/image60x45.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '29f7872dc53588fe0b8f0b330c7ee23a',
|
|
|
|
'uri' => '/res/29f7872d/rsrc/image/icon/fatcow/thumbnails/image60x45.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/thumbnails/image60x45.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/thumbnails/pdf160x120.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '39d2e22541658a3472ba41ae2fa548e5',
|
|
|
|
'uri' => '/res/39d2e225/rsrc/image/icon/fatcow/thumbnails/pdf160x120.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/thumbnails/pdf160x120.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/thumbnails/pdf60x45.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'b3572e9317cbed5184d12bdfabed2727',
|
|
|
|
'uri' => '/res/b3572e93/rsrc/image/icon/fatcow/thumbnails/pdf60x45.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/thumbnails/pdf60x45.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/thumbnails/zip160x120.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'e505108688a903b5cfb674707a289bcc',
|
|
|
|
'uri' => '/res/e5051086/rsrc/image/icon/fatcow/thumbnails/zip160x120.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/thumbnails/zip160x120.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/fatcow/thumbnails/zip60x45.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'f00716f4e8f7a95e70d43504f06be0a6',
|
|
|
|
'uri' => '/res/f00716f4/rsrc/image/icon/fatcow/thumbnails/zip60x45.png',
|
|
|
|
'disk' => '/rsrc/image/icon/fatcow/thumbnails/zip60x45.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-10-23 04:06:56 +02:00
|
|
|
'/rsrc/image/icon/lightbox/close-2.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '72ff3ddcc1ed5d19a715ed6242114b53',
|
|
|
|
'uri' => '/res/72ff3ddc/rsrc/image/icon/lightbox/close-2.png',
|
|
|
|
'disk' => '/rsrc/image/icon/lightbox/close-2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/lightbox/close-hover-2.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '6ad4bd4a7820547a1d9041752546ba16',
|
|
|
|
'uri' => '/res/6ad4bd4a/rsrc/image/icon/lightbox/close-hover-2.png',
|
|
|
|
'disk' => '/rsrc/image/icon/lightbox/close-hover-2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/lightbox/left-arrow-2.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'd84cbb0d42739f87b8f25b2f1d2f1153',
|
|
|
|
'uri' => '/res/d84cbb0d/rsrc/image/icon/lightbox/left-arrow-2.png',
|
|
|
|
'disk' => '/rsrc/image/icon/lightbox/left-arrow-2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/lightbox/left-arrow-hover-2.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'cdf05f98fff3f390cd8df0c89894a3e1',
|
|
|
|
'uri' => '/res/cdf05f98/rsrc/image/icon/lightbox/left-arrow-hover-2.png',
|
|
|
|
'disk' => '/rsrc/image/icon/lightbox/left-arrow-hover-2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/lightbox/right-arrow-2.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '52021038cb6995c71f62a804bc2d420d',
|
|
|
|
'uri' => '/res/52021038/rsrc/image/icon/lightbox/right-arrow-2.png',
|
|
|
|
'disk' => '/rsrc/image/icon/lightbox/right-arrow-2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/lightbox/right-arrow-hover-2.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '65d5756b7b9cfcdeb2eb197a9aa6bbd2',
|
|
|
|
'uri' => '/res/65d5756b/rsrc/image/icon/lightbox/right-arrow-hover-2.png',
|
|
|
|
'disk' => '/rsrc/image/icon/lightbox/right-arrow-hover-2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
Use Celerity to version all static resources
Summary:
We don't use versioned URIs for images, so when they change users may get old versions.
This was a particular issue with the recent logo change, which several users reported cache-related issues from.
Instead, use Celerity to manage image URI versions in addition to CSS/JS.
This is complicated, because we need to rewrite image URIs inside of CSS, which means the hash of a CSS file has to be derived from the current image data. Otherwise, when we updated an image the CSS wouldn't update, so we wouldn't be any better off.
So basically we:
- Find all the "raw" files, and put them into the map.
- Find all the CSS/JS, perform content-altering transformations on it (i.e., not minification) based on the partial map, and then put it into the map based on transformed hashes.
(If we wanted, we could now do CSS variables or whatever for "free", more or less.)
Test Plan:
- Regenerated celerity map, browsed site, verified images generated with versioned URIs.
- Moved "blue" flag image over "green" flag image, regenerated map, verified "green" flag image and the associated CSS changed hashes.
- Added transformation unit tests; ran unit tests.
Reviewers: btrahan, vrana, jungejason
Reviewed By: vrana
CC: aran
Maniphest Tasks: T1073
Differential Revision: https://secure.phabricator.com/D2146
2012-04-08 19:07:51 +02:00
|
|
|
'/rsrc/image/icon/subscribe.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '5f47a4b17de245af39a4e7a097e40623',
|
|
|
|
'uri' => '/res/5f47a4b1/rsrc/image/icon/subscribe.png',
|
|
|
|
'disk' => '/rsrc/image/icon/subscribe.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/tango/attachment.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '776fed2de89803fd8a0ba4b9deede230',
|
|
|
|
'uri' => '/res/776fed2d/rsrc/image/icon/tango/attachment.png',
|
|
|
|
'disk' => '/rsrc/image/icon/tango/attachment.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/tango/edit.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'c0028d99dcf4e9559bbf3c88ce2d8a8d',
|
|
|
|
'uri' => '/res/c0028d99/rsrc/image/icon/tango/edit.png',
|
|
|
|
'disk' => '/rsrc/image/icon/tango/edit.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-05-01 21:09:50 +02:00
|
|
|
'/rsrc/image/icon/tango/go-down.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '96862812cbb0445573c264dc057b8300',
|
|
|
|
'uri' => '/res/96862812/rsrc/image/icon/tango/go-down.png',
|
|
|
|
'disk' => '/rsrc/image/icon/tango/go-down.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
Use Celerity to version all static resources
Summary:
We don't use versioned URIs for images, so when they change users may get old versions.
This was a particular issue with the recent logo change, which several users reported cache-related issues from.
Instead, use Celerity to manage image URI versions in addition to CSS/JS.
This is complicated, because we need to rewrite image URIs inside of CSS, which means the hash of a CSS file has to be derived from the current image data. Otherwise, when we updated an image the CSS wouldn't update, so we wouldn't be any better off.
So basically we:
- Find all the "raw" files, and put them into the map.
- Find all the CSS/JS, perform content-altering transformations on it (i.e., not minification) based on the partial map, and then put it into the map based on transformed hashes.
(If we wanted, we could now do CSS variables or whatever for "free", more or less.)
Test Plan:
- Regenerated celerity map, browsed site, verified images generated with versioned URIs.
- Moved "blue" flag image over "green" flag image, regenerated map, verified "green" flag image and the associated CSS changed hashes.
- Added transformation unit tests; ran unit tests.
Reviewers: btrahan, vrana, jungejason
Reviewed By: vrana
CC: aran
Maniphest Tasks: T1073
Differential Revision: https://secure.phabricator.com/D2146
2012-04-08 19:07:51 +02:00
|
|
|
'/rsrc/image/icon/tango/log.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'a6f72499bef279ff6807a7dbc5148f1e',
|
|
|
|
'uri' => '/res/a6f72499/rsrc/image/icon/tango/log.png',
|
|
|
|
'disk' => '/rsrc/image/icon/tango/log.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/tango/upload.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '8c11b63d6d99db3d7159c5d9a94e3062',
|
|
|
|
'uri' => '/res/8c11b63d/rsrc/image/icon/tango/upload.png',
|
|
|
|
'disk' => '/rsrc/image/icon/tango/upload.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/icon/unsubscribe.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '29429ad65aa3af50b072b32087057361',
|
|
|
|
'uri' => '/res/29429ad6/rsrc/image/icon/unsubscribe.png',
|
|
|
|
'disk' => '/rsrc/image/icon/unsubscribe.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-10-24 02:34:43 +02:00
|
|
|
'/rsrc/image/loading.gif' =>
|
|
|
|
array(
|
|
|
|
'hash' => '664297671941142f37d8c89e717ff2ce',
|
|
|
|
'uri' => '/res/66429767/rsrc/image/loading.gif',
|
|
|
|
'disk' => '/rsrc/image/loading.gif',
|
|
|
|
'type' => 'gif',
|
|
|
|
),
|
2013-07-04 05:24:28 +02:00
|
|
|
'/rsrc/image/loading/boating_24.gif' =>
|
|
|
|
array(
|
|
|
|
'hash' => '2cd349ded48d698ebe886ba97b2db0f7',
|
|
|
|
'uri' => '/res/2cd349de/rsrc/image/loading/boating_24.gif',
|
|
|
|
'disk' => '/rsrc/image/loading/boating_24.gif',
|
|
|
|
'type' => 'gif',
|
|
|
|
),
|
|
|
|
'/rsrc/image/loading/compass_24.gif' =>
|
|
|
|
array(
|
|
|
|
'hash' => '726c1ed4bf23446e044d6b9d28250a07',
|
|
|
|
'uri' => '/res/726c1ed4/rsrc/image/loading/compass_24.gif',
|
|
|
|
'disk' => '/rsrc/image/loading/compass_24.gif',
|
|
|
|
'type' => 'gif',
|
|
|
|
),
|
2013-05-14 20:28:39 +02:00
|
|
|
'/rsrc/image/loading/loading_24.gif' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'd6dcc5e6111a44fb9a160fc27b19d85c',
|
|
|
|
'uri' => '/res/d6dcc5e6/rsrc/image/loading/loading_24.gif',
|
|
|
|
'disk' => '/rsrc/image/loading/loading_24.gif',
|
|
|
|
'type' => 'gif',
|
|
|
|
),
|
|
|
|
'/rsrc/image/loading/loading_48.gif' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'cb6fc6eb9c0a0efaf589978029080c58',
|
|
|
|
'uri' => '/res/cb6fc6eb/rsrc/image/loading/loading_48.gif',
|
|
|
|
'disk' => '/rsrc/image/loading/loading_48.gif',
|
|
|
|
'type' => 'gif',
|
|
|
|
),
|
2013-07-04 05:24:28 +02:00
|
|
|
'/rsrc/image/loading/loading_d48.gif' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'c5181f5e0ac8125ad9beda73fdf18e91',
|
|
|
|
'uri' => '/res/c5181f5e/rsrc/image/loading/loading_d48.gif',
|
|
|
|
'disk' => '/rsrc/image/loading/loading_d48.gif',
|
|
|
|
'type' => 'gif',
|
|
|
|
),
|
|
|
|
'/rsrc/image/loading/loading_w24.gif' =>
|
|
|
|
array(
|
|
|
|
'hash' => '231857d68736e9bdda6bdbaaf924b8da',
|
|
|
|
'uri' => '/res/231857d6/rsrc/image/loading/loading_w24.gif',
|
|
|
|
'disk' => '/rsrc/image/loading/loading_w24.gif',
|
|
|
|
'type' => 'gif',
|
|
|
|
),
|
2012-08-21 01:02:36 +02:00
|
|
|
'/rsrc/image/main_texture.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'e34d8143384721be73ec9b7532a977ab',
|
|
|
|
'uri' => '/res/e34d8143/rsrc/image/main_texture.png',
|
|
|
|
'disk' => '/rsrc/image/main_texture.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-08-20 23:13:15 +02:00
|
|
|
'/rsrc/image/menu_texture.png' =>
|
|
|
|
array(
|
2013-01-14 22:40:51 +01:00
|
|
|
'hash' => 'ad020b1529b3a3b3480ca9de1d5f1e40',
|
|
|
|
'uri' => '/res/ad020b15/rsrc/image/menu_texture.png',
|
2012-08-20 23:13:15 +02:00
|
|
|
'disk' => '/rsrc/image/menu_texture.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-04-01 05:07:47 +02:00
|
|
|
'/rsrc/image/people/harding.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '818b035ace2c480aa8df7b7f11cef58b',
|
|
|
|
'uri' => '/res/818b035a/rsrc/image/people/harding.png',
|
|
|
|
'disk' => '/rsrc/image/people/harding.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/people/jefferson.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '55fe807ff02f9320e595fb59442e2038',
|
|
|
|
'uri' => '/res/55fe807f/rsrc/image/people/jefferson.png',
|
|
|
|
'disk' => '/rsrc/image/people/jefferson.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/people/lincoln.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '2363337947ab52fd5fda79e4a004e930',
|
|
|
|
'uri' => '/res/23633379/rsrc/image/people/lincoln.png',
|
|
|
|
'disk' => '/rsrc/image/people/lincoln.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/people/mckinley.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '0b7b05dd47c49a0874670e5e8200bba8',
|
|
|
|
'uri' => '/res/0b7b05dd/rsrc/image/people/mckinley.png',
|
|
|
|
'disk' => '/rsrc/image/people/mckinley.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/people/taft.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'f3e47d45b59b0b009fd536dabae9a151',
|
|
|
|
'uri' => '/res/f3e47d45/rsrc/image/people/taft.png',
|
|
|
|
'disk' => '/rsrc/image/people/taft.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/people/washington.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '01412761cab769f7993d69eba986d949',
|
|
|
|
'uri' => '/res/01412761/rsrc/image/people/washington.png',
|
|
|
|
'disk' => '/rsrc/image/people/washington.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/phrequent_active.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '716cddc08630eaa33934b2008723cac0',
|
|
|
|
'uri' => '/res/716cddc0/rsrc/image/phrequent_active.png',
|
|
|
|
'disk' => '/rsrc/image/phrequent_active.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/phrequent_inactive.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'f9099683873c01c5de1dc6650bd668fe',
|
|
|
|
'uri' => '/res/f9099683/rsrc/image/phrequent_inactive.png',
|
|
|
|
'disk' => '/rsrc/image/phrequent_inactive.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-12-06 21:08:11 +01:00
|
|
|
'/rsrc/image/search-white.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '5d5236170c4097fa7e7cbb32e737c9d8',
|
|
|
|
'uri' => '/res/5d523617/rsrc/image/search-white.png',
|
|
|
|
'disk' => '/rsrc/image/search-white.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-07-31 01:09:14 +02:00
|
|
|
'/rsrc/image/search.png' =>
|
|
|
|
array(
|
2012-08-06 00:07:12 +02:00
|
|
|
'hash' => 'ff7da044e6f923b8f569dec11f97e5e5',
|
|
|
|
'uri' => '/res/ff7da044/rsrc/image/search.png',
|
2012-07-31 01:09:14 +02:00
|
|
|
'disk' => '/rsrc/image/search.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-04-04 19:38:50 +02:00
|
|
|
'/rsrc/image/sprite-actions-X2.png' =>
|
|
|
|
array(
|
2013-04-22 20:21:00 +02:00
|
|
|
'hash' => '06962a5e8bea98ba7418d1d6cabcd7dc',
|
|
|
|
'uri' => '/res/06962a5e/rsrc/image/sprite-actions-X2.png',
|
2013-04-04 19:38:50 +02:00
|
|
|
'disk' => '/rsrc/image/sprite-actions-X2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/sprite-actions.png' =>
|
|
|
|
array(
|
2013-04-22 20:21:00 +02:00
|
|
|
'hash' => 'd5dda5fab1e61b00538c9a4fa1ee94c8',
|
|
|
|
'uri' => '/res/d5dda5fa/rsrc/image/sprite-actions.png',
|
2013-04-04 19:38:50 +02:00
|
|
|
'disk' => '/rsrc/image/sprite-actions.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-12-07 22:38:02 +01:00
|
|
|
'/rsrc/image/sprite-apps-X2.png' =>
|
|
|
|
array(
|
2013-11-20 16:30:00 +01:00
|
|
|
'hash' => '5524cf1c3d9fbb11f84aab0ac4f59a39',
|
|
|
|
'uri' => '/res/5524cf1c/rsrc/image/sprite-apps-X2.png',
|
2012-12-07 22:38:02 +01:00
|
|
|
'disk' => '/rsrc/image/sprite-apps-X2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/sprite-apps-large-X2.png' =>
|
|
|
|
array(
|
2013-11-20 16:30:00 +01:00
|
|
|
'hash' => '21f6292dbe389c0927256d0b9dabc1d7',
|
|
|
|
'uri' => '/res/21f6292d/rsrc/image/sprite-apps-large-X2.png',
|
2012-12-07 22:38:02 +01:00
|
|
|
'disk' => '/rsrc/image/sprite-apps-large-X2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/sprite-apps-large.png' =>
|
|
|
|
array(
|
2013-11-20 16:30:00 +01:00
|
|
|
'hash' => '245efbdfe8035bf3d11e6a84f91bf7ef',
|
|
|
|
'uri' => '/res/245efbdf/rsrc/image/sprite-apps-large.png',
|
2012-12-07 22:38:02 +01:00
|
|
|
'disk' => '/rsrc/image/sprite-apps-large.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/sprite-apps-xlarge.png' =>
|
|
|
|
array(
|
2013-01-10 19:00:18 +01:00
|
|
|
'hash' => '992d2c278b6a22c0fa874d457a252fbd',
|
|
|
|
'uri' => '/res/992d2c27/rsrc/image/sprite-apps-xlarge.png',
|
2012-12-07 22:38:02 +01:00
|
|
|
'disk' => '/rsrc/image/sprite-apps-xlarge.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/sprite-apps.png' =>
|
|
|
|
array(
|
2013-11-20 16:30:00 +01:00
|
|
|
'hash' => '44e7fff8e876e82536f282fd3d7e313b',
|
|
|
|
'uri' => '/res/44e7fff8/rsrc/image/sprite-apps.png',
|
2012-12-07 22:38:02 +01:00
|
|
|
'disk' => '/rsrc/image/sprite-apps.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-03-13 21:03:51 +01:00
|
|
|
'/rsrc/image/sprite-conpherence-X2.png' =>
|
2013-01-29 02:49:09 +01:00
|
|
|
array(
|
2013-03-13 21:03:51 +01:00
|
|
|
'hash' => '5e47868b00933a9afb6c844e464e6b23',
|
|
|
|
'uri' => '/res/5e47868b/rsrc/image/sprite-conpherence-X2.png',
|
|
|
|
'disk' => '/rsrc/image/sprite-conpherence-X2.png',
|
2013-01-29 02:49:09 +01:00
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-03-13 21:03:51 +01:00
|
|
|
'/rsrc/image/sprite-conpherence.png' =>
|
2013-01-29 02:49:09 +01:00
|
|
|
array(
|
2013-03-13 21:03:51 +01:00
|
|
|
'hash' => 'ca51f1be25213262d68e626e4cab7f0f',
|
|
|
|
'uri' => '/res/ca51f1be/rsrc/image/sprite-conpherence.png',
|
|
|
|
'disk' => '/rsrc/image/sprite-conpherence.png',
|
2013-01-29 02:49:09 +01:00
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-03-10 22:16:16 +01:00
|
|
|
'/rsrc/image/sprite-docs-X2.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '57d3286ce88133f3ec9240e35f6bb897',
|
|
|
|
'uri' => '/res/57d3286c/rsrc/image/sprite-docs-X2.png',
|
|
|
|
'disk' => '/rsrc/image/sprite-docs-X2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/sprite-docs.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'b2b089072d6eddd831402a77c02b5736',
|
|
|
|
'uri' => '/res/b2b08907/rsrc/image/sprite-docs.png',
|
|
|
|
'disk' => '/rsrc/image/sprite-docs.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-12-07 22:38:02 +01:00
|
|
|
'/rsrc/image/sprite-gradient.png' =>
|
|
|
|
array(
|
2013-09-29 00:55:38 +02:00
|
|
|
'hash' => '1f0306b0ca281b1e5b96de0096269f1d',
|
|
|
|
'uri' => '/res/1f0306b0/rsrc/image/sprite-gradient.png',
|
2012-12-07 22:38:02 +01:00
|
|
|
'disk' => '/rsrc/image/sprite-gradient.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
Add action icons to object list views
Summary:
We have a few interfaces where add "Edit", "Delete" or some other action to a list. Currently, this happens via icons, but these are cumbersome and weird, are inconsistent, can't be workflow'd, are hard to hit on desktops and virtually impossible to hit on mobile, and generally just feel iffy to me. Prominent examples are Projects and Flags. I'd like to try adding an "edit" action to Maniphest (to provide quick edit from list views, basically). It looks like some of Releeph would benefit here, as well.
Instead, provide first-class actions:
{F42978}
They produce targets which my meaty ham-fists can plausibly hit on mobile, too:
{F42979}
(We could do some kind of swipe-to-expose thing eventually, but I think putting them by default is OK?)
Test Plan: Added UIExamples. Checked desktop/mobile.
Reviewers: chad, btrahan, edward
Reviewed By: btrahan
CC: aran
Differential Revision: https://secure.phabricator.com/D5890
2013-05-10 21:57:01 +02:00
|
|
|
'/rsrc/image/sprite-icons-X2.png' =>
|
2012-11-24 01:35:39 +01:00
|
|
|
array(
|
2013-12-01 04:47:20 +01:00
|
|
|
'hash' => 'b43b8421da536c9bdf089a9e4872b0f6',
|
|
|
|
'uri' => '/res/b43b8421/rsrc/image/sprite-icons-X2.png',
|
Add action icons to object list views
Summary:
We have a few interfaces where add "Edit", "Delete" or some other action to a list. Currently, this happens via icons, but these are cumbersome and weird, are inconsistent, can't be workflow'd, are hard to hit on desktops and virtually impossible to hit on mobile, and generally just feel iffy to me. Prominent examples are Projects and Flags. I'd like to try adding an "edit" action to Maniphest (to provide quick edit from list views, basically). It looks like some of Releeph would benefit here, as well.
Instead, provide first-class actions:
{F42978}
They produce targets which my meaty ham-fists can plausibly hit on mobile, too:
{F42979}
(We could do some kind of swipe-to-expose thing eventually, but I think putting them by default is OK?)
Test Plan: Added UIExamples. Checked desktop/mobile.
Reviewers: chad, btrahan, edward
Reviewed By: btrahan
CC: aran
Differential Revision: https://secure.phabricator.com/D5890
2013-05-10 21:57:01 +02:00
|
|
|
'disk' => '/rsrc/image/sprite-icons-X2.png',
|
2012-11-24 01:35:39 +01:00
|
|
|
'type' => 'png',
|
|
|
|
),
|
Add action icons to object list views
Summary:
We have a few interfaces where add "Edit", "Delete" or some other action to a list. Currently, this happens via icons, but these are cumbersome and weird, are inconsistent, can't be workflow'd, are hard to hit on desktops and virtually impossible to hit on mobile, and generally just feel iffy to me. Prominent examples are Projects and Flags. I'd like to try adding an "edit" action to Maniphest (to provide quick edit from list views, basically). It looks like some of Releeph would benefit here, as well.
Instead, provide first-class actions:
{F42978}
They produce targets which my meaty ham-fists can plausibly hit on mobile, too:
{F42979}
(We could do some kind of swipe-to-expose thing eventually, but I think putting them by default is OK?)
Test Plan: Added UIExamples. Checked desktop/mobile.
Reviewers: chad, btrahan, edward
Reviewed By: btrahan
CC: aran
Differential Revision: https://secure.phabricator.com/D5890
2013-05-10 21:57:01 +02:00
|
|
|
'/rsrc/image/sprite-icons.png' =>
|
2012-11-24 01:35:39 +01:00
|
|
|
array(
|
2013-12-01 04:47:20 +01:00
|
|
|
'hash' => '8e55fd0b070802003dc566feaa4828a1',
|
|
|
|
'uri' => '/res/8e55fd0b/rsrc/image/sprite-icons.png',
|
Add action icons to object list views
Summary:
We have a few interfaces where add "Edit", "Delete" or some other action to a list. Currently, this happens via icons, but these are cumbersome and weird, are inconsistent, can't be workflow'd, are hard to hit on desktops and virtually impossible to hit on mobile, and generally just feel iffy to me. Prominent examples are Projects and Flags. I'd like to try adding an "edit" action to Maniphest (to provide quick edit from list views, basically). It looks like some of Releeph would benefit here, as well.
Instead, provide first-class actions:
{F42978}
They produce targets which my meaty ham-fists can plausibly hit on mobile, too:
{F42979}
(We could do some kind of swipe-to-expose thing eventually, but I think putting them by default is OK?)
Test Plan: Added UIExamples. Checked desktop/mobile.
Reviewers: chad, btrahan, edward
Reviewed By: btrahan
CC: aran
Differential Revision: https://secure.phabricator.com/D5890
2013-05-10 21:57:01 +02:00
|
|
|
'disk' => '/rsrc/image/sprite-icons.png',
|
2012-11-24 01:35:39 +01:00
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-06-11 19:22:09 +02:00
|
|
|
'/rsrc/image/sprite-login-X2.png' =>
|
|
|
|
array(
|
2013-10-15 01:33:49 +02:00
|
|
|
'hash' => '7176335e4e1604f94eacdb1790660560',
|
|
|
|
'uri' => '/res/7176335e/rsrc/image/sprite-login-X2.png',
|
2013-06-11 19:22:09 +02:00
|
|
|
'disk' => '/rsrc/image/sprite-login-X2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/sprite-login.png' =>
|
|
|
|
array(
|
2013-10-15 01:33:49 +02:00
|
|
|
'hash' => '7d3eee260ee0beb90c12e26fbc48fd9c',
|
|
|
|
'uri' => '/res/7d3eee26/rsrc/image/sprite-login.png',
|
2013-06-11 19:22:09 +02:00
|
|
|
'disk' => '/rsrc/image/sprite-login.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-12-06 21:08:11 +01:00
|
|
|
'/rsrc/image/sprite-main-header.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'a00aa3b33178899d6bd7979b475ae559',
|
|
|
|
'uri' => '/res/a00aa3b3/rsrc/image/sprite-main-header.png',
|
|
|
|
'disk' => '/rsrc/image/sprite-main-header.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-11-27 23:03:25 +01:00
|
|
|
'/rsrc/image/sprite-menu-X2.png' =>
|
|
|
|
array(
|
2013-07-28 22:47:09 +02:00
|
|
|
'hash' => '63b649a6ccba7bf76bc9456dc5dfb12b',
|
|
|
|
'uri' => '/res/63b649a6/rsrc/image/sprite-menu-X2.png',
|
2012-11-27 23:03:25 +01:00
|
|
|
'disk' => '/rsrc/image/sprite-menu-X2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/sprite-menu.png' =>
|
|
|
|
array(
|
2013-07-28 22:47:09 +02:00
|
|
|
'hash' => 'e0e16618691d2cffe64e9c57843828ff',
|
|
|
|
'uri' => '/res/e0e16618/rsrc/image/sprite-menu.png',
|
2012-11-27 23:03:25 +01:00
|
|
|
'disk' => '/rsrc/image/sprite-menu.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-04-04 19:38:50 +02:00
|
|
|
'/rsrc/image/sprite-minicons-X2.png' =>
|
|
|
|
array(
|
2013-04-05 16:40:27 +02:00
|
|
|
'hash' => 'c420c6462f7e50ca9941ccc5dd9e3dec',
|
|
|
|
'uri' => '/res/c420c646/rsrc/image/sprite-minicons-X2.png',
|
2013-04-04 19:38:50 +02:00
|
|
|
'disk' => '/rsrc/image/sprite-minicons-X2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/sprite-minicons.png' =>
|
|
|
|
array(
|
2013-04-05 16:40:27 +02:00
|
|
|
'hash' => '168bb875933624b3080a1cc134e5b4ed',
|
|
|
|
'uri' => '/res/168bb875/rsrc/image/sprite-minicons.png',
|
2013-04-04 19:38:50 +02:00
|
|
|
'disk' => '/rsrc/image/sprite-minicons.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-04-23 01:41:00 +02:00
|
|
|
'/rsrc/image/sprite-payments.png' =>
|
|
|
|
array(
|
2013-04-23 01:43:29 +02:00
|
|
|
'hash' => '5ce73fb580609e7cda16832e3577b147',
|
|
|
|
'uri' => '/res/5ce73fb5/rsrc/image/sprite-payments.png',
|
2013-04-23 01:41:00 +02:00
|
|
|
'disk' => '/rsrc/image/sprite-payments.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-10-13 04:15:38 +02:00
|
|
|
'/rsrc/image/sprite-projects-X2.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '3bd29905e197068a75ace63880a2b6eb',
|
|
|
|
'uri' => '/res/3bd29905/rsrc/image/sprite-projects-X2.png',
|
|
|
|
'disk' => '/rsrc/image/sprite-projects-X2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/sprite-projects.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'd9ec3fa470e6523520726ef75b011a03',
|
|
|
|
'uri' => '/res/d9ec3fa4/rsrc/image/sprite-projects.png',
|
|
|
|
'disk' => '/rsrc/image/sprite-projects.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-07-17 17:44:11 +02:00
|
|
|
'/rsrc/image/sprite-status-X2.png' =>
|
|
|
|
array(
|
2013-11-20 16:30:00 +01:00
|
|
|
'hash' => 'f197d134b8f851d7d0d29b1a2f82c13e',
|
|
|
|
'uri' => '/res/f197d134/rsrc/image/sprite-status-X2.png',
|
2013-07-17 17:44:11 +02:00
|
|
|
'disk' => '/rsrc/image/sprite-status-X2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/sprite-status.png' =>
|
|
|
|
array(
|
2013-11-20 16:30:00 +01:00
|
|
|
'hash' => '9246600e0ee7860a5c65b3cc1f66961d',
|
|
|
|
'uri' => '/res/9246600e/rsrc/image/sprite-status.png',
|
2013-07-17 17:44:11 +02:00
|
|
|
'disk' => '/rsrc/image/sprite-status.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-11-04 20:50:19 +01:00
|
|
|
'/rsrc/image/sprite-tokens-X2.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '8b822687e6b1088cbb5ea89cf6d351a4',
|
|
|
|
'uri' => '/res/8b822687/rsrc/image/sprite-tokens-X2.png',
|
|
|
|
'disk' => '/rsrc/image/sprite-tokens-X2.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-02-15 16:47:14 +01:00
|
|
|
'/rsrc/image/sprite-tokens.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '67c46fd75c885b76ecbfe46e71a476cc',
|
|
|
|
'uri' => '/res/67c46fd7/rsrc/image/sprite-tokens.png',
|
|
|
|
'disk' => '/rsrc/image/sprite-tokens.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-03-16 01:15:57 +01:00
|
|
|
'/rsrc/image/texture/card-gradient.png' =>
|
|
|
|
array(
|
2013-03-24 03:50:26 +01:00
|
|
|
'hash' => '268b7fdd758d4bf99db8de6770aae8af',
|
|
|
|
'uri' => '/res/268b7fdd/rsrc/image/texture/card-gradient.png',
|
2013-03-16 01:15:57 +01:00
|
|
|
'disk' => '/rsrc/image/texture/card-gradient.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-01-16 01:17:53 +01:00
|
|
|
'/rsrc/image/texture/dark-menu-hover.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'a214a732644be34872e895b338b5d639',
|
|
|
|
'uri' => '/res/a214a732/rsrc/image/texture/dark-menu-hover.png',
|
|
|
|
'disk' => '/rsrc/image/texture/dark-menu-hover.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2012-12-07 22:38:02 +01:00
|
|
|
'/rsrc/image/texture/dark-menu.png' =>
|
Use Celerity to version all static resources
Summary:
We don't use versioned URIs for images, so when they change users may get old versions.
This was a particular issue with the recent logo change, which several users reported cache-related issues from.
Instead, use Celerity to manage image URI versions in addition to CSS/JS.
This is complicated, because we need to rewrite image URIs inside of CSS, which means the hash of a CSS file has to be derived from the current image data. Otherwise, when we updated an image the CSS wouldn't update, so we wouldn't be any better off.
So basically we:
- Find all the "raw" files, and put them into the map.
- Find all the CSS/JS, perform content-altering transformations on it (i.e., not minification) based on the partial map, and then put it into the map based on transformed hashes.
(If we wanted, we could now do CSS variables or whatever for "free", more or less.)
Test Plan:
- Regenerated celerity map, browsed site, verified images generated with versioned URIs.
- Moved "blue" flag image over "green" flag image, regenerated map, verified "green" flag image and the associated CSS changed hashes.
- Added transformation unit tests; ran unit tests.
Reviewers: btrahan, vrana, jungejason
Reviewed By: vrana
CC: aran
Maniphest Tasks: T1073
Differential Revision: https://secure.phabricator.com/D2146
2012-04-08 19:07:51 +02:00
|
|
|
array(
|
2013-01-16 01:17:53 +01:00
|
|
|
'hash' => '41ee673a762cec48a154b456ad5ac204',
|
|
|
|
'uri' => '/res/41ee673a/rsrc/image/texture/dark-menu.png',
|
2012-12-07 22:38:02 +01:00
|
|
|
'disk' => '/rsrc/image/texture/dark-menu.png',
|
Use Celerity to version all static resources
Summary:
We don't use versioned URIs for images, so when they change users may get old versions.
This was a particular issue with the recent logo change, which several users reported cache-related issues from.
Instead, use Celerity to manage image URI versions in addition to CSS/JS.
This is complicated, because we need to rewrite image URIs inside of CSS, which means the hash of a CSS file has to be derived from the current image data. Otherwise, when we updated an image the CSS wouldn't update, so we wouldn't be any better off.
So basically we:
- Find all the "raw" files, and put them into the map.
- Find all the CSS/JS, perform content-altering transformations on it (i.e., not minification) based on the partial map, and then put it into the map based on transformed hashes.
(If we wanted, we could now do CSS variables or whatever for "free", more or less.)
Test Plan:
- Regenerated celerity map, browsed site, verified images generated with versioned URIs.
- Moved "blue" flag image over "green" flag image, regenerated map, verified "green" flag image and the associated CSS changed hashes.
- Added transformation unit tests; ran unit tests.
Reviewers: btrahan, vrana, jungejason
Reviewed By: vrana
CC: aran
Maniphest Tasks: T1073
Differential Revision: https://secure.phabricator.com/D2146
2012-04-08 19:07:51 +02:00
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-03-23 22:37:18 +01:00
|
|
|
'/rsrc/image/texture/grip.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'f11bc231d241f1335cfca2933ad234e0',
|
|
|
|
'uri' => '/res/f11bc231/rsrc/image/texture/grip.png',
|
|
|
|
'disk' => '/rsrc/image/texture/grip.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-04-01 05:07:47 +02:00
|
|
|
'/rsrc/image/texture/panel-header-gradient.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'ad9204dd3ef5b12b645d80677d8ccead',
|
|
|
|
'uri' => '/res/ad9204dd/rsrc/image/texture/panel-header-gradient.png',
|
|
|
|
'disk' => '/rsrc/image/texture/panel-header-gradient.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-07-18 00:53:26 +02:00
|
|
|
'/rsrc/image/texture/phlnx-bg.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'a55a694da8b3874ca7a3105b7818f3a0',
|
|
|
|
'uri' => '/res/a55a694d/rsrc/image/texture/phlnx-bg.png',
|
|
|
|
'disk' => '/rsrc/image/texture/phlnx-bg.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-03-05 01:01:27 +01:00
|
|
|
'/rsrc/image/texture/pholio-background.gif' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'cf4561af116edf393dc583e5119fb412',
|
|
|
|
'uri' => '/res/cf4561af/rsrc/image/texture/pholio-background.gif',
|
|
|
|
'disk' => '/rsrc/image/texture/pholio-background.gif',
|
|
|
|
'type' => 'gif',
|
|
|
|
),
|
2013-01-11 20:24:35 +01:00
|
|
|
'/rsrc/image/texture/table_header.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => '4ed3f56a30d3749e8f62052b9735a316',
|
|
|
|
'uri' => '/res/4ed3f56a/rsrc/image/texture/table_header.png',
|
|
|
|
'disk' => '/rsrc/image/texture/table_header.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
|
|
|
'/rsrc/image/texture/table_header_hover.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'ea1f71a604e9b4859de1e25751540437',
|
|
|
|
'uri' => '/res/ea1f71a6/rsrc/image/texture/table_header_hover.png',
|
|
|
|
'disk' => '/rsrc/image/texture/table_header_hover.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
2013-01-24 03:00:22 +01:00
|
|
|
'/rsrc/image/texture/table_header_tall.png' =>
|
|
|
|
array(
|
|
|
|
'hash' => 'b05525601f78d759f1c5e47fd9c1a8aa',
|
|
|
|
'uri' => '/res/b0552560/rsrc/image/texture/table_header_tall.png',
|
|
|
|
'disk' => '/rsrc/image/texture/table_header_tall.png',
|
|
|
|
'type' => 'png',
|
|
|
|
),
|
Use Celerity to version all static resources
Summary:
We don't use versioned URIs for images, so when they change users may get old versions.
This was a particular issue with the recent logo change, which several users reported cache-related issues from.
Instead, use Celerity to manage image URI versions in addition to CSS/JS.
This is complicated, because we need to rewrite image URIs inside of CSS, which means the hash of a CSS file has to be derived from the current image data. Otherwise, when we updated an image the CSS wouldn't update, so we wouldn't be any better off.
So basically we:
- Find all the "raw" files, and put them into the map.
- Find all the CSS/JS, perform content-altering transformations on it (i.e., not minification) based on the partial map, and then put it into the map based on transformed hashes.
(If we wanted, we could now do CSS variables or whatever for "free", more or less.)
Test Plan:
- Regenerated celerity map, browsed site, verified images generated with versioned URIs.
- Moved "blue" flag image over "green" flag image, regenerated map, verified "green" flag image and the associated CSS changed hashes.
- Added transformation unit tests; ran unit tests.
Reviewers: btrahan, vrana, jungejason
Reviewed By: vrana
CC: aran
Maniphest Tasks: T1073
Differential Revision: https://secure.phabricator.com/D2146
2012-04-08 19:07:51 +02:00
|
|
|
'/rsrc/swf/aphlict.swf' =>
|
|
|
|
array(
|
2012-06-12 02:52:17 +02:00
|
|
|
'hash' => '4b9a9d83bebaf254f3790e87b45c1f92',
|
|
|
|
'uri' => '/res/4b9a9d83/rsrc/swf/aphlict.swf',
|
Use Celerity to version all static resources
Summary:
We don't use versioned URIs for images, so when they change users may get old versions.
This was a particular issue with the recent logo change, which several users reported cache-related issues from.
Instead, use Celerity to manage image URI versions in addition to CSS/JS.
This is complicated, because we need to rewrite image URIs inside of CSS, which means the hash of a CSS file has to be derived from the current image data. Otherwise, when we updated an image the CSS wouldn't update, so we wouldn't be any better off.
So basically we:
- Find all the "raw" files, and put them into the map.
- Find all the CSS/JS, perform content-altering transformations on it (i.e., not minification) based on the partial map, and then put it into the map based on transformed hashes.
(If we wanted, we could now do CSS variables or whatever for "free", more or less.)
Test Plan:
- Regenerated celerity map, browsed site, verified images generated with versioned URIs.
- Moved "blue" flag image over "green" flag image, regenerated map, verified "green" flag image and the associated CSS changed hashes.
- Added transformation unit tests; ran unit tests.
Reviewers: btrahan, vrana, jungejason
Reviewed By: vrana
CC: aran
Maniphest Tasks: T1073
Differential Revision: https://secure.phabricator.com/D2146
2012-04-08 19:07:51 +02:00
|
|
|
'disk' => '/rsrc/swf/aphlict.swf',
|
|
|
|
'type' => 'swf',
|
|
|
|
),
|
2013-03-06 15:15:24 +01:00
|
|
|
'aphront-bars' =>
|
|
|
|
array(
|
2013-09-13 17:29:16 +02:00
|
|
|
'uri' => '/res/dc8fd846/rsrc/css/aphront/aphront-bars.css',
|
2013-03-06 15:15:24 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
2013-04-10 05:39:54 +02:00
|
|
|
'disk' => '/rsrc/css/aphront/aphront-bars.css',
|
2013-03-06 15:15:24 +01:00
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'aphront-calendar-view-css' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/d5a33deb/rsrc/css/aphront/calendar-view.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/calendar-view.css',
|
|
|
|
),
|
|
|
|
'aphront-contextbar-view-css' =>
|
|
|
|
array(
|
2013-09-29 16:26:39 +02:00
|
|
|
'uri' => '/res/46c6248f/rsrc/css/aphront/context-bar.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/context-bar.css',
|
|
|
|
),
|
|
|
|
'aphront-dark-console-css' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/5c341863/rsrc/css/aphront/dark-console.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/dark-console.css',
|
|
|
|
),
|
|
|
|
'aphront-dialog-view-css' =>
|
|
|
|
array(
|
Land to GitHub + support stuff
Summary:
A usable, Land to GitHub flow.
Still to do:
- Refactor all git/hg stratagies to a sane structure.
- Make the dialogs Workflow + explain why it's disabled.
- Show button and request Link Account if GH is enabled, but user is not linked.
- After refreshing token, user ends up in the settings stage.
Hacked something in LandController to be able to show an arbitrary dialog from a strategy.
It's not very nice, but I want to make some more refactoring to the controller/strategy/ies anyway.
Also made PhabricatorRepository::getRemoteURIObject() public, because it was very useful in getting
the domain and path for the repo.
Test Plan:
Went through these flows:
- load revision in hosted, github-backed, non-github backed repos to see button as needed.
- hit land with weak token - sent to refresh it with the extra scope.
- Land to repo I'm not allowed - got proper error message.
- Successfully landed; Failed to apply patch.
Reviewers: epriestley, #blessed_reviewers
Reviewed By: epriestley
CC: Korvin, epriestley, aran
Maniphest Tasks: T182
Differential Revision: https://secure.phabricator.com/D7555
2013-11-14 02:25:14 +01:00
|
|
|
'uri' => '/res/8f151d2a/rsrc/css/aphront/dialog-view.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/dialog-view.css',
|
|
|
|
),
|
|
|
|
'aphront-error-view-css' =>
|
|
|
|
array(
|
2013-10-30 17:20:48 +01:00
|
|
|
'uri' => '/res/cb571901/rsrc/css/aphront/error-view.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/error-view.css',
|
|
|
|
),
|
|
|
|
'aphront-list-filter-view-css' =>
|
|
|
|
array(
|
2013-09-03 16:00:06 +02:00
|
|
|
'uri' => '/res/b770e0da/rsrc/css/aphront/list-filter-view.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/list-filter-view.css',
|
|
|
|
),
|
2013-04-02 20:28:33 +02:00
|
|
|
'aphront-multi-column-view-css' =>
|
|
|
|
array(
|
2013-11-06 03:55:42 +01:00
|
|
|
'uri' => '/res/9d2b2374/rsrc/css/aphront/multi-column.css',
|
2013-04-02 20:28:33 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/multi-column.css',
|
|
|
|
),
|
2013-02-26 20:28:50 +01:00
|
|
|
'aphront-notes' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/ac115367/rsrc/css/aphront/aphront-notes.css',
|
2013-02-26 20:28:50 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
2013-04-10 05:39:54 +02:00
|
|
|
'disk' => '/rsrc/css/aphront/aphront-notes.css',
|
2013-02-26 20:28:50 +01:00
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'aphront-pager-view-css' =>
|
|
|
|
array(
|
2013-11-28 16:33:27 +01:00
|
|
|
'uri' => '/res/67e2fb75/rsrc/css/aphront/pager-view.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/pager-view.css',
|
|
|
|
),
|
|
|
|
'aphront-panel-view-css' =>
|
|
|
|
array(
|
2013-09-29 00:55:38 +02:00
|
|
|
'uri' => '/res/70d7011b/rsrc/css/aphront/panel-view.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/panel-view.css',
|
|
|
|
),
|
|
|
|
'aphront-request-failure-view-css' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/c9a43002/rsrc/css/aphront/request-failure-view.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/request-failure-view.css',
|
|
|
|
),
|
|
|
|
'aphront-table-view-css' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/24f51f0b/rsrc/css/aphront/table-view.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/table-view.css',
|
|
|
|
),
|
|
|
|
'aphront-tokenizer-control-css' =>
|
|
|
|
array(
|
2013-09-02 17:10:47 +02:00
|
|
|
'uri' => '/res/36192cf2/rsrc/css/aphront/tokenizer.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'aphront-typeahead-control-css',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/tokenizer.css',
|
|
|
|
),
|
2012-03-13 02:21:02 +01:00
|
|
|
'aphront-tooltip-css' =>
|
|
|
|
array(
|
2012-12-30 18:30:21 +01:00
|
|
|
'uri' => '/res/3a7d8e07/rsrc/css/aphront/tooltip.css',
|
2012-03-13 02:21:02 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/tooltip.css',
|
|
|
|
),
|
2013-03-11 03:20:01 +01:00
|
|
|
'aphront-two-column-view-css' =>
|
|
|
|
array(
|
2013-04-12 00:05:50 +02:00
|
|
|
'uri' => '/res/4263aa98/rsrc/css/aphront/two-column.css',
|
2013-03-11 03:20:01 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/two-column.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'aphront-typeahead-control-css' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/c6ad64bb/rsrc/css/aphront/typeahead.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/typeahead.css',
|
|
|
|
),
|
2013-06-17 01:31:57 +02:00
|
|
|
'auth-css' =>
|
|
|
|
array(
|
2013-11-25 04:14:16 +01:00
|
|
|
'uri' => '/res/a55f96ce/rsrc/css/application/auth/auth.css',
|
2013-06-17 01:31:57 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/auth/auth.css',
|
|
|
|
),
|
2013-01-01 23:09:59 +01:00
|
|
|
'config-options-css' =>
|
|
|
|
array(
|
2013-09-13 20:11:05 +02:00
|
|
|
'uri' => '/res/4b5b6779/rsrc/css/application/config/config-options.css',
|
2013-01-01 23:09:59 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/config/config-options.css',
|
|
|
|
),
|
2013-01-25 02:23:05 +01:00
|
|
|
'conpherence-menu-css' =>
|
|
|
|
array(
|
2013-12-04 06:48:03 +01:00
|
|
|
'uri' => '/res/cd61e53d/rsrc/css/application/conpherence/menu.css',
|
2013-01-25 02:23:05 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/conpherence/menu.css',
|
|
|
|
),
|
|
|
|
'conpherence-message-pane-css' =>
|
|
|
|
array(
|
2013-12-04 06:48:03 +01:00
|
|
|
'uri' => '/res/d3ccc391/rsrc/css/application/conpherence/message-pane.css',
|
2013-01-25 02:23:05 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/conpherence/message-pane.css',
|
|
|
|
),
|
2013-08-08 22:43:33 +02:00
|
|
|
'conpherence-notification-css' =>
|
|
|
|
array(
|
2013-08-09 21:47:31 +02:00
|
|
|
'uri' => '/res/232c8cdb/rsrc/css/application/conpherence/notification.css',
|
2013-08-08 22:43:33 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/conpherence/notification.css',
|
|
|
|
),
|
2013-01-25 02:23:05 +01:00
|
|
|
'conpherence-update-css' =>
|
|
|
|
array(
|
2013-02-07 17:08:01 +01:00
|
|
|
'uri' => '/res/92094ed7/rsrc/css/application/conpherence/update.css',
|
2013-01-25 02:23:05 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/conpherence/update.css',
|
|
|
|
),
|
|
|
|
'conpherence-widget-pane-css' =>
|
|
|
|
array(
|
2013-12-04 06:48:03 +01:00
|
|
|
'uri' => '/res/a1ebb7cc/rsrc/css/application/conpherence/widget-pane.css',
|
2013-01-25 02:23:05 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/conpherence/widget-pane.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'differential-changeset-view-css' =>
|
|
|
|
array(
|
2013-10-28 16:26:41 +01:00
|
|
|
'uri' => '/res/37f702ae/rsrc/css/application/differential/changeset-view.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/differential/changeset-view.css',
|
|
|
|
),
|
|
|
|
'differential-core-view-css' =>
|
|
|
|
array(
|
2013-10-23 22:35:20 +02:00
|
|
|
'uri' => '/res/18563185/rsrc/css/application/differential/core.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/differential/core.css',
|
|
|
|
),
|
|
|
|
'differential-inline-comment-editor' =>
|
|
|
|
array(
|
Don't mangle inline comments with tables in them in Differential
Summary:
Fixes T3814. Broadly, remarkup tables in inline comments did not work properly. I ran into several messes here and cleaned up some of them:
- Some of this code is doing `JX.$N('div', {}, JX.$H(response.markup))`, to turn an HTML response into a node, passing that around, and then doing junk with it. This is super old and gross.
- The slightly more modern pattern is `JX.$H(response.markup).getFragment().firstChild`, but this is kind of yuck too and not as safe as it could be.
- Introduce `JX.$H(response.markup).getNode()`, which actually expresses intent here. We have a bunch of `getFragment().firstChild` callsites which should switch to this, but I didn't clean those up yet because I don't want to test them all.
- Switch the `JX.$N('div', {}, JX.$H(response.markup))`-style callsites to `JX.$H(response.markup).getNode()`.
- `copyRows()` is too aggressive in finding `<tr />` tags. This actually causes the bug in T3814. We only want to find these tags at top level, not all tags. Don't copy `<tr />` tags which belong to some deeper table.
- Once this is fixed, there's another bug with mousing over the cells in tables in inline comments. We select the nearest `<td />`, but that's the cell in the remarkup table. Instead, select the correct `<td />`.
- At this point, these last two callsites were looking ugly. I provided `findAbove()` to clean them up.
Test Plan: Created, edited, deleted, moused over, and reloaded a revision with inline comments including remarkup tables. Used "Show more context" links.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran
Maniphest Tasks: T3814
Differential Revision: https://secure.phabricator.com/D6924
2013-09-11 00:31:32 +02:00
|
|
|
'uri' => '/res/e952d210/rsrc/js/application/differential/DifferentialInlineCommentEditor.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-dom',
|
2012-02-29 23:28:48 +01:00
|
|
|
1 => 'javelin-util',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-install',
|
|
|
|
4 => 'javelin-request',
|
|
|
|
5 => 'javelin-workflow',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/DifferentialInlineCommentEditor.js',
|
|
|
|
),
|
|
|
|
'differential-local-commits-view-css' =>
|
|
|
|
array(
|
2013-10-23 22:35:20 +02:00
|
|
|
'uri' => '/res/c6e9db42/rsrc/css/application/differential/local-commits-view.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/differential/local-commits-view.css',
|
|
|
|
),
|
2012-05-01 19:15:56 +02:00
|
|
|
'differential-results-table-css' =>
|
|
|
|
array(
|
2013-10-07 17:41:01 +02:00
|
|
|
'uri' => '/res/5e37cf75/rsrc/css/application/differential/results-table.css',
|
2012-05-01 19:15:56 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/differential/results-table.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'differential-revision-add-comment-css' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/849748d3/rsrc/css/application/differential/add-comment.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/differential/add-comment.css',
|
|
|
|
),
|
|
|
|
'differential-revision-comment-css' =>
|
|
|
|
array(
|
2013-10-26 17:40:56 +02:00
|
|
|
'uri' => '/res/e2dda8b5/rsrc/css/application/differential/revision-comment.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/differential/revision-comment.css',
|
|
|
|
),
|
|
|
|
'differential-revision-comment-list-css' =>
|
|
|
|
array(
|
2013-10-26 23:42:32 +02:00
|
|
|
'uri' => '/res/6cc4ca9b/rsrc/css/application/differential/revision-comment-list.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/differential/revision-comment-list.css',
|
|
|
|
),
|
|
|
|
'differential-revision-history-css' =>
|
|
|
|
array(
|
2013-10-16 22:09:12 +02:00
|
|
|
'uri' => '/res/13b4c17b/rsrc/css/application/differential/revision-history.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/differential/revision-history.css',
|
|
|
|
),
|
2012-08-20 23:05:46 +02:00
|
|
|
'differential-revision-list-css' =>
|
|
|
|
array(
|
2013-01-16 00:49:48 +01:00
|
|
|
'uri' => '/res/fe6c4721/rsrc/css/application/differential/revision-list.css',
|
2012-08-20 23:05:46 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/differential/revision-list.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'differential-table-of-contents-css' =>
|
|
|
|
array(
|
2013-10-23 22:35:20 +02:00
|
|
|
'uri' => '/res/3bb8c01f/rsrc/css/application/differential/table-of-contents.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/differential/table-of-contents.css',
|
|
|
|
),
|
|
|
|
'diffusion-commit-view-css' =>
|
|
|
|
array(
|
2013-10-16 22:09:12 +02:00
|
|
|
'uri' => '/res/a48ea65a/rsrc/css/application/diffusion/commit-view.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/diffusion/commit-view.css',
|
|
|
|
),
|
Improve Diffusion behavior for externals
Summary:
- Feature request from Airtime that I missed in the feedback notes, came up yesterday.
- Identify git submodules as "FILE_SUBMODULE", not "FILE_NORMAL".
- Link git submodules to an external resolver endpoint, which tries to find commits in tracked repositories.
- Identify git symlinks as "FILE_SYMLINK", not "FILE_NORMAL".
- Add folder, file, symlink and externals icons.
Test Plan:
- externals/javelin is now identified as a submoudule and links to Javelin, not identified as a file and links to error.
- bin/phd is now identified as a symlink.
- Interfaces have pretty icons.
Reviewers: btrahan, cpiro, ddfisher, keebuhm, allenjohnashton
Reviewed By: btrahan
CC: aran, epriestley
Differential Revision: https://secure.phabricator.com/D1975
2012-03-21 22:01:20 +01:00
|
|
|
'diffusion-icons-css' =>
|
|
|
|
array(
|
2013-11-02 01:35:43 +01:00
|
|
|
'uri' => '/res/82e77537/rsrc/css/application/diffusion/diffusion-icons.css',
|
Improve Diffusion behavior for externals
Summary:
- Feature request from Airtime that I missed in the feedback notes, came up yesterday.
- Identify git submodules as "FILE_SUBMODULE", not "FILE_NORMAL".
- Link git submodules to an external resolver endpoint, which tries to find commits in tracked repositories.
- Identify git symlinks as "FILE_SYMLINK", not "FILE_NORMAL".
- Add folder, file, symlink and externals icons.
Test Plan:
- externals/javelin is now identified as a submoudule and links to Javelin, not identified as a file and links to error.
- bin/phd is now identified as a symlink.
- Interfaces have pretty icons.
Reviewers: btrahan, cpiro, ddfisher, keebuhm, allenjohnashton
Reviewed By: btrahan
CC: aran, epriestley
Differential Revision: https://secure.phabricator.com/D1975
2012-03-21 22:01:20 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/diffusion/diffusion-icons.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'diffusion-source-css' =>
|
|
|
|
array(
|
2013-10-30 21:15:26 +01:00
|
|
|
'uri' => '/res/5076c269/rsrc/css/application/diffusion/diffusion-source.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/diffusion/diffusion-source.css',
|
|
|
|
),
|
2013-08-27 12:14:00 +02:00
|
|
|
'diviner-shared-css' =>
|
|
|
|
array(
|
2013-10-11 16:53:56 +02:00
|
|
|
'uri' => '/res/2e831eea/rsrc/css/diviner/diviner-shared.css',
|
2013-08-27 12:14:00 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/diviner/diviner-shared.css',
|
|
|
|
),
|
Modernize file uploads
Summary:
Modernizes file uploads. In particular:
- Adds a mobile menu, with an "Upload File" item.
- Adds crumbs to the list view, detail view and upload view.
- Adds "Upload File" action to crumbs.
- Moves upload file to a separate page.
- Removes the combined upload file + recent files page.
- Makes upload file use a normal file control by default (works on mobile).
- Home page, file list and file upload page are now global drop targets which accept files dropped anywhere on them. Dragging a file into the window shows a mask and an instructional message.
- User education on this is a little weak but I think that's a big can of worms?
- Fixes a bug where dropping multiple files into a Remarkup text area produced bad results (resolves T2190).
T879 is related, although it's specifically about Maniphest. I've declined to make global drop targets yet there because there are multiple drop targets on the page with different meanings. That UI needs updating in general.
@chad, do we have an "upload" icon (counterpart to "download")?
Test Plan: Uploaded files in Maniphest, Differential, Files, and from Home. Dragged and dropped multiple files into Differential. Used crumbs, mobile.
Reviewers: chad, btrahan
Reviewed By: btrahan
CC: aran
Maniphest Tasks: T2190
Differential Revision: https://secure.phabricator.com/D4200
2012-12-17 01:34:01 +01:00
|
|
|
'global-drag-and-drop-css' =>
|
2012-01-05 02:10:34 +01:00
|
|
|
array(
|
2012-12-30 18:30:21 +01:00
|
|
|
'uri' => '/res/4e24cb65/rsrc/css/application/files/global-drag-and-drop.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
Modernize file uploads
Summary:
Modernizes file uploads. In particular:
- Adds a mobile menu, with an "Upload File" item.
- Adds crumbs to the list view, detail view and upload view.
- Adds "Upload File" action to crumbs.
- Moves upload file to a separate page.
- Removes the combined upload file + recent files page.
- Makes upload file use a normal file control by default (works on mobile).
- Home page, file list and file upload page are now global drop targets which accept files dropped anywhere on them. Dragging a file into the window shows a mask and an instructional message.
- User education on this is a little weak but I think that's a big can of worms?
- Fixes a bug where dropping multiple files into a Remarkup text area produced bad results (resolves T2190).
T879 is related, although it's specifically about Maniphest. I've declined to make global drop targets yet there because there are multiple drop targets on the page with different meanings. That UI needs updating in general.
@chad, do we have an "upload" icon (counterpart to "download")?
Test Plan: Uploaded files in Maniphest, Differential, Files, and from Home. Dragged and dropped multiple files into Differential. Used crumbs, mobile.
Reviewers: chad, btrahan
Reviewed By: btrahan
CC: aran
Maniphest Tasks: T2190
Differential Revision: https://secure.phabricator.com/D4200
2012-12-17 01:34:01 +01:00
|
|
|
'disk' => '/rsrc/css/application/files/global-drag-and-drop.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'herald-css' =>
|
|
|
|
array(
|
2013-01-19 23:30:26 +01:00
|
|
|
'uri' => '/res/2150a55d/rsrc/css/application/herald/herald.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/herald/herald.css',
|
|
|
|
),
|
|
|
|
'herald-rule-editor' =>
|
|
|
|
array(
|
Add Herald support for blocking ref changes
Summary: Ref T4195. Allows users to write Herald rules which block ref changes. For example, you can write a rule like `alincoln can not create branches`, or `no one can push to the branch "frozen"`.
Test Plan:
This covers a lot of ground. I created and pushed a bunch of rules, then looked at transcripts, in general. Here are some bits in detail:
Here's a hook-based reject message:
>>> orbital ~/repos/POEMS $ git push
Counting objects: 5, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 274 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: +---------------------------------------------------------------+
remote: | * * * PUSH REJECTED BY EVIL DRAGON BUREAUCRATS * * * |
remote: +---------------------------------------------------------------+
remote: \
remote: \ ^ /^
remote: \ / \ // \
remote: \ |\___/| / \// .\
remote: \ /V V \__ / // | \ \ *----*
remote: / / \/_/ // | \ \ \ |
remote: @___@` \/_ // | \ \ \/\ \
remote: 0/0/| \/_ // | \ \ \ \
remote: 0/0/0/0/| \/// | \ \ | |
remote: 0/0/0/0/0/_|_ / ( // | \ _\ | /
remote: 0/0/0/0/0/0/`/,_ _ _/ ) ; -. | _ _\.-~ / /
remote: ,-} _ *-.|.-~-. .~ ~
remote: \ \__/ `/\ / ~-. _ .-~ /
remote: \____(Oo) *. } { /
remote: ( (--) .----~-.\ \-` .~
remote: //__\\ \ DENIED! ///.----..< \ _ -~
remote: // \\ ///-._ _ _ _ _ _ _{^ - - - - ~
remote:
remote:
remote: This commit was rejected by Herald pre-commit rule H24.
remote: Rule: No Branches Called Blarp
remote: Reason: "blarp" is a bad branch name
remote:
To ssh://dweller@localhost/diffusion/POEMS/
! [remote rejected] blarp -> blarp (pre-receive hook declined)
error: failed to push some refs to 'ssh://dweller@localhost/diffusion/POEMS/'
Here's a transcript, showing that all the field values populate sensibly:
{F90453}
Here's a rule:
{F90454}
Reviewers: btrahan
Reviewed By: btrahan
CC: aran
Maniphest Tasks: T4195
Differential Revision: https://secure.phabricator.com/D7782
2013-12-18 00:23:55 +01:00
|
|
|
'uri' => '/res/92c05b75/rsrc/js/application/herald/HeraldRuleEditor.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'multirow-row-manager',
|
|
|
|
1 => 'javelin-install',
|
|
|
|
2 => 'javelin-typeahead',
|
|
|
|
3 => 'javelin-util',
|
|
|
|
4 => 'javelin-dom',
|
|
|
|
5 => 'javelin-tokenizer',
|
|
|
|
6 => 'javelin-typeahead-preloaded-source',
|
|
|
|
7 => 'javelin-stratcom',
|
|
|
|
8 => 'javelin-json',
|
|
|
|
9 => 'phabricator-prefab',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/herald/HeraldRuleEditor.js',
|
|
|
|
),
|
|
|
|
'herald-test-css' =>
|
|
|
|
array(
|
2013-09-02 17:10:47 +02:00
|
|
|
'uri' => '/res/51199954/rsrc/css/application/herald/herald-test.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/herald/herald-test.css',
|
|
|
|
),
|
2012-03-20 03:45:16 +01:00
|
|
|
'inline-comment-summary-css' =>
|
|
|
|
array(
|
2013-09-02 22:57:48 +02:00
|
|
|
'uri' => '/res/3cf1f7a7/rsrc/css/application/diff/inline-comment-summary.css',
|
2012-03-20 03:45:16 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/diff/inline-comment-summary.css',
|
|
|
|
),
|
2012-03-07 05:14:03 +01:00
|
|
|
'javelin-aphlict' =>
|
|
|
|
array(
|
2012-06-14 15:12:54 +02:00
|
|
|
'uri' => '/res/c0b9e53f/rsrc/js/application/aphlict/Aphlict.js',
|
2012-03-07 05:14:03 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/aphlict/Aphlict.js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/15482715/rsrc/externals/javelin/lib/behavior.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-magical-init',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-util',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/behavior.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2012-06-11 18:37:06 +02:00
|
|
|
'javelin-behavior-aphlict-dropdown' =>
|
|
|
|
array(
|
Allow only one global top menu to be open at a time
Summary: Fixes T3715. Makes "visible" global instead of per-menu, so all the menus share a visible state.
Test Plan: For menus A and B, clicked "A, A", "A, B, A", "A, B, B", "A, B, B, A", etc. Couldn't figure out a way to break it.
Reviewers: btrahan, chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T3715
Differential Revision: https://secure.phabricator.com/D6745
2013-08-13 23:57:52 +02:00
|
|
|
'uri' => '/res/3ff0c90a/rsrc/js/application/aphlict/behavior-aphlict-dropdown.js',
|
2012-06-11 18:37:06 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
2012-06-14 15:13:53 +02:00
|
|
|
1 => 'javelin-request',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-vector',
|
|
|
|
4 => 'javelin-dom',
|
2012-12-08 01:26:43 +01:00
|
|
|
5 => 'javelin-uri',
|
2012-06-11 18:37:06 +02:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/aphlict/behavior-aphlict-dropdown.js',
|
|
|
|
),
|
2012-03-07 05:14:03 +01:00
|
|
|
'javelin-behavior-aphlict-listen' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/7487f207/rsrc/js/application/aphlict/behavior-aphlict-listen.js',
|
2012-03-07 05:14:03 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-aphlict',
|
2012-06-18 23:07:45 +02:00
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-request',
|
|
|
|
4 => 'javelin-uri',
|
|
|
|
5 => 'javelin-dom',
|
2012-06-20 22:20:47 +02:00
|
|
|
6 => 'javelin-json',
|
|
|
|
7 => 'phabricator-notification',
|
2012-03-07 05:14:03 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/aphlict/behavior-aphlict-listen.js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-aphront-basic-tokenizer' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/c7fd9a7b/rsrc/js/core/behavior-tokenizer.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
Use Javelin placeholders and new sorting rules broadly; consolidate tokenizer construction code
Summary:
- We have three nearly-identical blocks of Tokenizer construction code; consolidate them into Prefab.
- Add placeholder support.
- Augment server-side stuff to specify placeholder text.
Test Plan: Verified behavior of Differential edit tokenizers, Differential comment tokenizers, Maniphest edit tokenizers, Maniphest comment tokenizers, Maniphest filter tokenizers, Differential filter tokenizers, Owners filter tokenizers, Owners edit tokenizers, Herald edit tokenizers, Audit filter tokenizers.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran, epriestley
Maniphest Tasks: T772, T946
Differential Revision: https://secure.phabricator.com/D1844
2012-03-10 00:46:39 +01:00
|
|
|
1 => 'phabricator-prefab',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-tokenizer.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-02-07 17:08:01 +01:00
|
|
|
'javelin-behavior-aphront-crop' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/8c800f36/rsrc/js/core/behavior-crop.js',
|
2013-02-07 17:08:01 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-vector',
|
|
|
|
3 => 'javelin-magical-init',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-crop.js',
|
2013-02-07 17:08:01 +01:00
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-aphront-drag-and-drop-textarea' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/a261f6e6/rsrc/js/core/behavior-drag-and-drop-textarea.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'phabricator-drag-and-drop-file-upload',
|
2013-04-02 15:26:26 +02:00
|
|
|
3 => 'phabricator-textareautils',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-drag-and-drop-textarea.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-behavior-aphront-form-disable-on-submit' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/a4a4ff07/rsrc/js/core/behavior-form.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-form.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2012-05-10 00:56:37 +02:00
|
|
|
'javelin-behavior-aphront-more' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/fae13324/rsrc/js/core/behavior-more.js',
|
2012-05-10 00:56:37 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-more.js',
|
2012-05-10 00:56:37 +02:00
|
|
|
),
|
2013-09-28 01:02:02 +02:00
|
|
|
'javelin-behavior-audio-source' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/21831141/rsrc/js/core/behavior-audio-source.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-vector',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/core/behavior-audio-source.js',
|
|
|
|
),
|
2012-02-27 22:00:23 +01:00
|
|
|
'javelin-behavior-audit-preview' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/d8f31e46/rsrc/js/application/diffusion/behavior-audit-preview.js',
|
2012-02-27 22:00:23 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'phabricator-shaped-request',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/diffusion/behavior-audit-preview.js',
|
|
|
|
),
|
2013-04-29 21:14:50 +02:00
|
|
|
'javelin-behavior-balanced-payment-form' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/6876492d/rsrc/js/application/phortune/behavior-balanced-payment-form.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'phortune-credit-card-form',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/phortune/behavior-balanced-payment-form.js',
|
|
|
|
),
|
2013-07-09 17:27:19 +02:00
|
|
|
'javelin-behavior-config-reorder-fields' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/691c5c8c/rsrc/js/application/config/behavior-reorder-fields.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-json',
|
|
|
|
4 => 'phabricator-draggable-list',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/config/behavior-reorder-fields.js',
|
|
|
|
),
|
2013-01-25 02:23:05 +01:00
|
|
|
'javelin-behavior-conpherence-menu' =>
|
|
|
|
array(
|
2013-05-30 23:24:50 +02:00
|
|
|
'uri' => '/res/f27205d4/rsrc/js/application/conpherence/behavior-menu.js',
|
2013-01-25 02:23:05 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
2013-04-08 22:41:34 +02:00
|
|
|
2 => 'javelin-util',
|
2013-05-29 21:46:06 +02:00
|
|
|
3 => 'javelin-stratcom',
|
|
|
|
4 => 'javelin-workflow',
|
|
|
|
5 => 'javelin-behavior-device',
|
|
|
|
6 => 'javelin-history',
|
|
|
|
7 => 'javelin-vector',
|
2013-01-25 02:23:05 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/conpherence/behavior-menu.js',
|
|
|
|
),
|
2013-03-06 00:45:36 +01:00
|
|
|
'javelin-behavior-conpherence-pontificate' =>
|
|
|
|
array(
|
2013-06-12 04:10:12 +02:00
|
|
|
'uri' => '/res/19cb581b/rsrc/js/application/conpherence/behavior-pontificate.js',
|
2013-03-06 00:45:36 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
Add support for device swipe events
Summary:
Ref T2700. Allow JS to listen for swipes on devices.
There are a bunch of tricky cases here and I probably didn't get them all totally right, but this interaction broadly looks like this:
- We implement gesture recognition for the mouse in device modes (narrow browser), and for touch events from an actual device.
- The sigil `touchable` indicates that a node wants to react to touch events.
- When the user touches a `touchable` node, we start listening for moves. They might be tapping/clicking (in which case we don't care), but they might also be gesturing.
- Once the user moves their finger/pointer far enough away from the tap origin, we recognize it as a gesture. I hardcoded this at 20px; I wasn't able to find any "official" Apple value, but 20px seems like a common default.
- At this point, we look at where their finger has moved.
- If they moved it mostly up/down, we interpret the gesture as "scroll" and just stop listening. The device does its own thing.
- However, if they moved it mostly left/right, we interpret it as a "swipe". We start killing the moves so the device doesn't scroll.
- Once we've recognized that a gesture is underway, we send a "gesture.swipe.start" event and then "gesture.swipe.move" events for every move.
- When the user ends the gesture, we send "gesture.swipe.end".
- If the user cancels the gesture (currently, only by tapping with a second finger), we send "gesture.swipe.cancel".
- Gesture events have raw position data and some convenience fields.
Test Plan:
Wrote UI example and used it from the Desktop, iPhone simulator, and a real iphone.
- The code always seems to get "scroll" vs "swipe" correct (i.e., consistent with my intentions).
- The threshold feels pretty good to me.
- Tapping with a second finger cancels the action.
Reviewers: chad, btrahan
Reviewed By: chad
CC: aran
Maniphest Tasks: T2700
Differential Revision: https://secure.phabricator.com/D5308
2013-03-09 22:53:15 +01:00
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'javelin-workflow',
|
2013-03-31 23:41:13 +02:00
|
|
|
4 => 'javelin-stratcom',
|
2013-03-06 00:45:36 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/conpherence/behavior-pontificate.js',
|
|
|
|
),
|
2013-01-25 02:23:05 +01:00
|
|
|
'javelin-behavior-conpherence-widget-pane' =>
|
|
|
|
array(
|
2013-06-12 04:10:12 +02:00
|
|
|
'uri' => '/res/562ca20e/rsrc/js/application/conpherence/behavior-widget-pane.js',
|
2013-01-25 02:23:05 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-stratcom',
|
2013-03-26 21:30:35 +01:00
|
|
|
3 => 'javelin-workflow',
|
|
|
|
4 => 'javelin-util',
|
|
|
|
5 => 'phabricator-notification',
|
2013-04-16 01:27:41 +02:00
|
|
|
6 => 'javelin-behavior-device',
|
2013-05-24 19:50:18 +02:00
|
|
|
7 => 'phabricator-dropdown-menu',
|
|
|
|
8 => 'phabricator-menu-item',
|
2013-01-25 02:23:05 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/conpherence/behavior-widget-pane.js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-countdown-timer' =>
|
|
|
|
array(
|
2013-07-23 15:16:19 +02:00
|
|
|
'uri' => '/res/13d40efa/rsrc/js/application/countdown/timer.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/countdown/timer.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-dark-console' =>
|
|
|
|
array(
|
2013-04-26 03:30:13 +02:00
|
|
|
'uri' => '/res/1e2c7a5e/rsrc/js/core/behavior-dark-console.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
4 => 'javelin-request',
|
|
|
|
5 => 'phabricator-keyboard-shortcut',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-dark-console.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2012-07-25 20:51:27 +02:00
|
|
|
'javelin-behavior-device' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/12e43f5a/rsrc/js/core/behavior-device.js',
|
2012-07-25 20:51:27 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-vector',
|
2012-08-31 03:58:51 +02:00
|
|
|
4 => 'javelin-install',
|
2012-07-25 20:51:27 +02:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-device.js',
|
2012-07-25 20:51:27 +02:00
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-differential-accept-with-errors' =>
|
|
|
|
array(
|
2012-12-18 00:16:44 +01:00
|
|
|
'uri' => '/res/8fea67b3/rsrc/js/application/differential/behavior-accept-with-errors.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-accept-with-errors.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-differential-add-reviewers-and-ccs' =>
|
|
|
|
array(
|
2013-07-10 22:45:14 +02:00
|
|
|
'uri' => '/res/fd9f2c1c/rsrc/js/application/differential/behavior-add-reviewers-and-ccs.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
Use Javelin placeholders and new sorting rules broadly; consolidate tokenizer construction code
Summary:
- We have three nearly-identical blocks of Tokenizer construction code; consolidate them into Prefab.
- Add placeholder support.
- Augment server-side stuff to specify placeholder text.
Test Plan: Verified behavior of Differential edit tokenizers, Differential comment tokenizers, Maniphest edit tokenizers, Maniphest comment tokenizers, Maniphest filter tokenizers, Differential filter tokenizers, Owners filter tokenizers, Owners edit tokenizers, Herald edit tokenizers, Audit filter tokenizers.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran, epriestley
Maniphest Tasks: T772, T946
Differential Revision: https://secure.phabricator.com/D1844
2012-03-10 00:46:39 +01:00
|
|
|
2 => 'phabricator-prefab',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-add-reviewers-and-ccs.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-differential-comment-jump' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/8ffb4222/rsrc/js/application/differential/behavior-comment-jump.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-stratcom',
|
2012-01-05 02:10:34 +01:00
|
|
|
2 => 'javelin-dom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-comment-jump.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-differential-diff-radios' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/004cb66f/rsrc/js/application/differential/behavior-diff-radios.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-diff-radios.js',
|
|
|
|
),
|
2012-01-05 01:52:13 +01:00
|
|
|
'javelin-behavior-differential-dropdown-menus' =>
|
|
|
|
array(
|
2013-07-09 04:56:40 +02:00
|
|
|
'uri' => '/res/722c679c/rsrc/js/application/differential/behavior-dropdown-menus.js',
|
2012-01-05 01:52:13 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
2012-01-05 23:41:11 +01:00
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'javelin-stratcom',
|
|
|
|
4 => 'phabricator-dropdown-menu',
|
|
|
|
5 => 'phabricator-menu-item',
|
2013-04-23 20:32:24 +02:00
|
|
|
6 => 'phabricator-phtize',
|
2012-01-05 01:52:13 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-dropdown-menus.js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-differential-edit-inline-comments' =>
|
|
|
|
array(
|
Don't mangle inline comments with tables in them in Differential
Summary:
Fixes T3814. Broadly, remarkup tables in inline comments did not work properly. I ran into several messes here and cleaned up some of them:
- Some of this code is doing `JX.$N('div', {}, JX.$H(response.markup))`, to turn an HTML response into a node, passing that around, and then doing junk with it. This is super old and gross.
- The slightly more modern pattern is `JX.$H(response.markup).getFragment().firstChild`, but this is kind of yuck too and not as safe as it could be.
- Introduce `JX.$H(response.markup).getNode()`, which actually expresses intent here. We have a bunch of `getFragment().firstChild` callsites which should switch to this, but I didn't clean those up yet because I don't want to test them all.
- Switch the `JX.$N('div', {}, JX.$H(response.markup))`-style callsites to `JX.$H(response.markup).getNode()`.
- `copyRows()` is too aggressive in finding `<tr />` tags. This actually causes the bug in T3814. We only want to find these tags at top level, not all tags. Don't copy `<tr />` tags which belong to some deeper table.
- Once this is fixed, there's another bug with mousing over the cells in tables in inline comments. We select the nearest `<td />`, but that's the cell in the remarkup table. Instead, select the correct `<td />`.
- At this point, these last two callsites were looking ugly. I provided `findAbove()` to clean them up.
Test Plan: Created, edited, deleted, moused over, and reloaded a revision with inline comments including remarkup tables. Used "Show more context" links.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran
Maniphest Tasks: T3814
Differential Revision: https://secure.phabricator.com/D6924
2013-09-11 00:31:32 +02:00
|
|
|
'uri' => '/res/935d4012/rsrc/js/application/differential/behavior-edit-inline-comments.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-util',
|
|
|
|
4 => 'javelin-vector',
|
|
|
|
5 => 'differential-inline-comment-editor',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-edit-inline-comments.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-differential-feedback-preview' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/4421fac6/rsrc/js/application/differential/behavior-comment-preview.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-request',
|
|
|
|
4 => 'javelin-util',
|
|
|
|
5 => 'phabricator-shaped-request',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-comment-preview.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-differential-keyboard-navigation' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/22ed93ba/rsrc/js/application/differential/behavior-keyboard-nav.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
Add more keyboard navigation options for inline comments
Summary:
- Use n/p to jump between comments.
- Use r to reply to the selected comment.
- Use e to edit the selected comment.
Test Plan: Verified n, p, r, e, j, k, J, K, "click edit" and "click reply"
behavior in as many weird cases as I could come up with.
Reviewers: btrahan, jungejason, nh, cpiro, jl
Reviewed By: btrahan
CC: aran, btrahan, epriestley
Maniphest Tasks: T583
Differential Revision: https://secure.phabricator.com/D1308
2012-01-04 17:21:22 +01:00
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'phabricator-keyboard-shortcut',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-keyboard-nav.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-differential-populate' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/bb9a29f4/rsrc/js/application/differential/behavior-populate.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-workflow',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'javelin-dom',
|
2012-03-13 04:04:12 +01:00
|
|
|
4 => 'javelin-stratcom',
|
2013-01-15 00:44:16 +01:00
|
|
|
5 => 'javelin-behavior-device',
|
Stabilize scroll position as diffs load
Summary:
Try to lock the screen to whatever the user is looking at as we load changesets.
Notably, this improves the use case of taking a known action on a diff. Currently, you have to wait for everything to load or the comments keep getting scrolled down. After this change, the comments stay in the same place on screen.
Test Plan:
Raised the autoload changeset limit from 100 to 1000, looked at a 220 changeset diff.
- Reloaded it while scrolled at the top; normal behavior (no scrolling).
- Reloaded it, scrolled to the bottom. Comment area now stable.
- Reloaded it, kind of scrolled around the middle? Behavior seemed stable/reasonable. This one is kind of heursitic so it's hard to say I'm getting it totally right or not, but it's less important than the "bottom" case.
Reviewers: vrana, btrahan, chad, dctrwatson
Reviewed By: btrahan
CC: aran
Differential Revision: https://secure.phabricator.com/D4774
2013-02-01 19:52:07 +01:00
|
|
|
6 => 'javelin-vector',
|
|
|
|
7 => 'phabricator-tooltip',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-populate.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-differential-show-all-comments' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/8801848d/rsrc/js/application/differential/behavior-show-all-comments.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-show-all-comments.js',
|
|
|
|
),
|
2012-05-01 01:08:01 +02:00
|
|
|
'javelin-behavior-differential-show-field-details' =>
|
|
|
|
array(
|
2012-05-01 19:15:56 +02:00
|
|
|
'uri' => '/res/8d57f459/rsrc/js/application/differential/behavior-show-field-details.js',
|
2012-05-01 01:08:01 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-show-field-details.js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-differential-show-more' =>
|
|
|
|
array(
|
Don't mangle inline comments with tables in them in Differential
Summary:
Fixes T3814. Broadly, remarkup tables in inline comments did not work properly. I ran into several messes here and cleaned up some of them:
- Some of this code is doing `JX.$N('div', {}, JX.$H(response.markup))`, to turn an HTML response into a node, passing that around, and then doing junk with it. This is super old and gross.
- The slightly more modern pattern is `JX.$H(response.markup).getFragment().firstChild`, but this is kind of yuck too and not as safe as it could be.
- Introduce `JX.$H(response.markup).getNode()`, which actually expresses intent here. We have a bunch of `getFragment().firstChild` callsites which should switch to this, but I didn't clean those up yet because I don't want to test them all.
- Switch the `JX.$N('div', {}, JX.$H(response.markup))`-style callsites to `JX.$H(response.markup).getNode()`.
- `copyRows()` is too aggressive in finding `<tr />` tags. This actually causes the bug in T3814. We only want to find these tags at top level, not all tags. Don't copy `<tr />` tags which belong to some deeper table.
- Once this is fixed, there's another bug with mousing over the cells in tables in inline comments. We select the nearest `<td />`, but that's the cell in the remarkup table. Instead, select the correct `<td />`.
- At this point, these last two callsites were looking ugly. I provided `findAbove()` to clean them up.
Test Plan: Created, edited, deleted, moused over, and reloaded a revision with inline comments including remarkup tables. Used "Show more context" links.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran
Maniphest Tasks: T3814
Differential Revision: https://secure.phabricator.com/D6924
2013-09-11 00:31:32 +02:00
|
|
|
'uri' => '/res/03b7bc9e/rsrc/js/application/differential/behavior-show-more.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-workflow',
|
|
|
|
3 => 'javelin-util',
|
|
|
|
4 => 'javelin-stratcom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-show-more.js',
|
|
|
|
),
|
2012-06-14 07:47:46 +02:00
|
|
|
'javelin-behavior-differential-toggle-files' =>
|
|
|
|
array(
|
2013-08-14 01:27:26 +02:00
|
|
|
'uri' => '/res/beb89813/rsrc/js/application/differential/behavior-toggle-files.js',
|
2012-06-14 07:47:46 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-stratcom',
|
2013-08-14 01:05:09 +02:00
|
|
|
3 => 'phabricator-phtize',
|
2012-06-14 07:47:46 +02:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-toggle-files.js',
|
|
|
|
),
|
2012-04-17 03:53:38 +02:00
|
|
|
'javelin-behavior-differential-user-select' =>
|
|
|
|
array(
|
2012-09-24 22:56:04 +02:00
|
|
|
'uri' => '/res/23c51a5d/rsrc/js/application/differential/behavior-user-select.js',
|
2012-04-17 03:53:38 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/differential/behavior-user-select.js',
|
|
|
|
),
|
2012-08-01 01:27:48 +02:00
|
|
|
'javelin-behavior-diffusion-commit-branches' =>
|
|
|
|
array(
|
2012-08-01 03:28:08 +02:00
|
|
|
'uri' => '/res/1ede335a/rsrc/js/application/diffusion/behavior-commit-branches.js',
|
2012-08-01 01:27:48 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'javelin-request',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/diffusion/behavior-commit-branches.js',
|
|
|
|
),
|
2012-03-24 01:11:15 +01:00
|
|
|
'javelin-behavior-diffusion-commit-graph' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/536b8483/rsrc/js/application/diffusion/behavior-commit-graph.js',
|
2012-03-24 01:11:15 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/diffusion/behavior-commit-graph.js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-diffusion-jump-to' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/bade44bd/rsrc/js/application/diffusion/behavior-jump-to.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-vector',
|
|
|
|
2 => 'javelin-dom',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/diffusion/behavior-jump-to.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-diffusion-pull-lastmodified' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/29fe2790/rsrc/js/application/diffusion/behavior-pull-lastmodified.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'javelin-request',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/diffusion/behavior-pull-lastmodified.js',
|
|
|
|
),
|
2013-06-25 00:55:08 +02:00
|
|
|
'javelin-behavior-doorkeeper-tag' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/59480572/rsrc/js/application/doorkeeper/behavior-doorkeeper-tag.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-json',
|
|
|
|
3 => 'javelin-workflow',
|
|
|
|
4 => 'javelin-magical-init',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/doorkeeper/behavior-doorkeeper-tag.js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-error-log' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/acefdea7/rsrc/js/core/behavior-error-log.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-dom',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-error-log.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2012-04-04 21:14:10 +02:00
|
|
|
'javelin-behavior-fancy-datepicker' =>
|
|
|
|
array(
|
2013-05-31 01:19:43 +02:00
|
|
|
'uri' => '/res/dcd7c2ca/rsrc/js/core/behavior-fancy-datepicker.js',
|
2012-04-04 21:14:10 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
2 => 'javelin-dom',
|
2012-10-23 21:07:08 +02:00
|
|
|
3 => 'javelin-stratcom',
|
|
|
|
4 => 'javelin-vector',
|
2012-04-04 21:14:10 +02:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-fancy-datepicker.js',
|
2012-04-04 21:14:10 +02:00
|
|
|
),
|
Modernize file uploads
Summary:
Modernizes file uploads. In particular:
- Adds a mobile menu, with an "Upload File" item.
- Adds crumbs to the list view, detail view and upload view.
- Adds "Upload File" action to crumbs.
- Moves upload file to a separate page.
- Removes the combined upload file + recent files page.
- Makes upload file use a normal file control by default (works on mobile).
- Home page, file list and file upload page are now global drop targets which accept files dropped anywhere on them. Dragging a file into the window shows a mask and an instructional message.
- User education on this is a little weak but I think that's a big can of worms?
- Fixes a bug where dropping multiple files into a Remarkup text area produced bad results (resolves T2190).
T879 is related, although it's specifically about Maniphest. I've declined to make global drop targets yet there because there are multiple drop targets on the page with different meanings. That UI needs updating in general.
@chad, do we have an "upload" icon (counterpart to "download")?
Test Plan: Uploaded files in Maniphest, Differential, Files, and from Home. Dragged and dropped multiple files into Differential. Used crumbs, mobile.
Reviewers: chad, btrahan
Reviewed By: btrahan
CC: aran
Maniphest Tasks: T2190
Differential Revision: https://secure.phabricator.com/D4200
2012-12-17 01:34:01 +01:00
|
|
|
'javelin-behavior-global-drag-and-drop' =>
|
2012-01-05 02:10:34 +01:00
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/ee8e9c39/rsrc/js/core/behavior-global-drag-and-drop.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-uri',
|
Modernize file uploads
Summary:
Modernizes file uploads. In particular:
- Adds a mobile menu, with an "Upload File" item.
- Adds crumbs to the list view, detail view and upload view.
- Adds "Upload File" action to crumbs.
- Moves upload file to a separate page.
- Removes the combined upload file + recent files page.
- Makes upload file use a normal file control by default (works on mobile).
- Home page, file list and file upload page are now global drop targets which accept files dropped anywhere on them. Dragging a file into the window shows a mask and an instructional message.
- User education on this is a little weak but I think that's a big can of worms?
- Fixes a bug where dropping multiple files into a Remarkup text area produced bad results (resolves T2190).
T879 is related, although it's specifically about Maniphest. I've declined to make global drop targets yet there because there are multiple drop targets on the page with different meanings. That UI needs updating in general.
@chad, do we have an "upload" icon (counterpart to "download")?
Test Plan: Uploaded files in Maniphest, Differential, Files, and from Home. Dragged and dropped multiple files into Differential. Used crumbs, mobile.
Reviewers: chad, btrahan
Reviewed By: btrahan
CC: aran
Maniphest Tasks: T2190
Differential Revision: https://secure.phabricator.com/D4200
2012-12-17 01:34:01 +01:00
|
|
|
3 => 'javelin-mask',
|
|
|
|
4 => 'phabricator-drag-and-drop-file-upload',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-global-drag-and-drop.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-12-07 19:46:09 +01:00
|
|
|
'javelin-behavior-harbormaster-reorder-steps' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/035fe63d/rsrc/js/application/harbormaster/behavior-reorder-steps.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-workflow',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
4 => 'phabricator-draggable-list',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/harbormaster/behavior-reorder-steps.js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-herald-rule-editor' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/77a0c945/rsrc/js/application/herald/herald-rule-editor.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'herald-rule-editor',
|
|
|
|
1 => 'javelin-behavior',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/herald/herald-rule-editor.js',
|
|
|
|
),
|
2013-03-05 00:03:54 +01:00
|
|
|
'javelin-behavior-history-install' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/9099a161/rsrc/js/core/behavior-history-install.js',
|
2013-03-05 00:03:54 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-history',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-history-install.js',
|
2013-03-05 00:03:54 +01:00
|
|
|
),
|
2013-10-17 18:32:34 +02:00
|
|
|
'javelin-behavior-icon-composer' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/0be5c462/rsrc/js/application/files/behavior-icon-composer.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/files/behavior-icon-composer.js',
|
|
|
|
),
|
2012-08-22 17:20:23 +02:00
|
|
|
'javelin-behavior-konami' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/b7bb7c24/rsrc/js/core/behavior-konami.js',
|
2012-08-22 17:20:23 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-konami.js',
|
2012-08-22 17:20:23 +02:00
|
|
|
),
|
2013-10-17 18:32:34 +02:00
|
|
|
'javelin-behavior-launch-icon-composer' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/202488ac/rsrc/js/application/files/behavior-launch-icon-composer.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-workflow',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/files/behavior-launch-icon-composer.js',
|
|
|
|
),
|
2012-10-23 04:06:56 +02:00
|
|
|
'javelin-behavior-lightbox-attachments' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/72b4d3a8/rsrc/js/core/behavior-lightbox-attachments.js',
|
2012-10-23 04:06:56 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-mask',
|
2012-10-24 02:34:43 +02:00
|
|
|
4 => 'javelin-util',
|
|
|
|
5 => 'phabricator-busy',
|
2012-10-23 04:06:56 +02:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-lightbox-attachments.js',
|
2012-10-23 04:06:56 +02:00
|
|
|
),
|
2012-07-30 19:44:08 +02:00
|
|
|
'javelin-behavior-line-chart' =>
|
|
|
|
array(
|
2012-07-31 01:08:10 +02:00
|
|
|
'uri' => '/res/1aa5ac88/rsrc/js/application/maniphest/behavior-line-chart.js',
|
2012-07-30 19:44:08 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-vector',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/maniphest/behavior-line-chart.js',
|
|
|
|
),
|
2013-03-05 23:31:20 +01:00
|
|
|
'javelin-behavior-load-blame' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/138e2961/rsrc/js/application/diffusion/behavior-load-blame.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-request',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/diffusion/behavior-load-blame.js',
|
|
|
|
),
|
2012-02-24 22:00:48 +01:00
|
|
|
'javelin-behavior-maniphest-batch-editor' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/81b2b86f/rsrc/js/application/maniphest/behavior-batch-editor.js',
|
2012-02-24 22:00:48 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'phabricator-prefab',
|
|
|
|
4 => 'multirow-row-manager',
|
2012-03-21 22:01:04 +01:00
|
|
|
5 => 'javelin-json',
|
2012-02-24 22:00:48 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/maniphest/behavior-batch-editor.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-maniphest-batch-selector' =>
|
|
|
|
array(
|
Improve handling of email verification and "activated" accounts
Summary:
Small step forward which improves existing stuff or lays groudwork for future stuff:
- Currently, to check for email verification, we have to single-query the email address on every page. Instead, denoramlize it into the user object.
- Migrate all the existing users.
- When the user verifies an email, mark them as `isEmailVerified` if the email is their primary email.
- Just make the checks look at the `isEmailVerified` field.
- Add a new check, `isUserActivated()`, to cover email-verified plus disabled. Currently, a non-verified-but-not-disabled user could theoretically use Conduit over SSH, if anyone deployed it. Tighten that up.
- Add an `isApproved` flag, which is always true for now. In a future diff, I want to add a default-on admin approval queue for new accounts, to prevent configuration mistakes. The way it will work is:
- When the queue is enabled, registering users are created with `isApproved = false`.
- Admins are sent an email, "[Phabricator] New User Approval (alincoln)", telling them that a new user is waiting for approval.
- They go to the web UI and approve the user.
- Manually-created accounts are auto-approved.
- The email will have instructions for disabling the queue.
I think this queue will be helpful for new installs and give them peace of mind, and when you go to disable it we have a better opportunity to warn you about exactly what that means.
Generally, I want to improve the default safety of registration, since if you just blindly coast through the path of least resistance right now your install ends up pretty open, and realistically few installs are on VPNs.
Test Plan:
- Ran migration, verified `isEmailVerified` populated correctly.
- Created a new user, checked DB for verified (not verified).
- Verified, checked DB (now verified).
- Used Conduit, People, Diffusion.
Reviewers: btrahan
Reviewed By: btrahan
CC: chad, aran
Differential Revision: https://secure.phabricator.com/D7572
2013-11-12 23:37:04 +01:00
|
|
|
'uri' => '/res/a82658b3/rsrc/js/application/maniphest/behavior-batch-selector.js',
|
2012-02-24 22:00:48 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-stratcom',
|
2013-03-23 22:38:01 +01:00
|
|
|
3 => 'javelin-util',
|
2012-02-24 22:00:48 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/maniphest/behavior-batch-selector.js',
|
|
|
|
),
|
2013-05-31 03:55:25 +02:00
|
|
|
'javelin-behavior-maniphest-list-editor' =>
|
|
|
|
array(
|
2013-06-06 01:22:27 +02:00
|
|
|
'uri' => '/res/a251e72f/rsrc/js/application/maniphest/behavior-list-edit.js',
|
2013-05-31 03:55:25 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-workflow',
|
|
|
|
4 => 'javelin-fx',
|
|
|
|
5 => 'javelin-util',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/maniphest/behavior-list-edit.js',
|
|
|
|
),
|
2012-04-02 21:12:04 +02:00
|
|
|
'javelin-behavior-maniphest-subpriority-editor' =>
|
|
|
|
array(
|
Improve handling of email verification and "activated" accounts
Summary:
Small step forward which improves existing stuff or lays groudwork for future stuff:
- Currently, to check for email verification, we have to single-query the email address on every page. Instead, denoramlize it into the user object.
- Migrate all the existing users.
- When the user verifies an email, mark them as `isEmailVerified` if the email is their primary email.
- Just make the checks look at the `isEmailVerified` field.
- Add a new check, `isUserActivated()`, to cover email-verified plus disabled. Currently, a non-verified-but-not-disabled user could theoretically use Conduit over SSH, if anyone deployed it. Tighten that up.
- Add an `isApproved` flag, which is always true for now. In a future diff, I want to add a default-on admin approval queue for new accounts, to prevent configuration mistakes. The way it will work is:
- When the queue is enabled, registering users are created with `isApproved = false`.
- Admins are sent an email, "[Phabricator] New User Approval (alincoln)", telling them that a new user is waiting for approval.
- They go to the web UI and approve the user.
- Manually-created accounts are auto-approved.
- The email will have instructions for disabling the queue.
I think this queue will be helpful for new installs and give them peace of mind, and when you go to disable it we have a better opportunity to warn you about exactly what that means.
Generally, I want to improve the default safety of registration, since if you just blindly coast through the path of least resistance right now your install ends up pretty open, and realistically few installs are on VPNs.
Test Plan:
- Ran migration, verified `isEmailVerified` populated correctly.
- Created a new user, checked DB for verified (not verified).
- Verified, checked DB (now verified).
- Used Conduit, People, Diffusion.
Reviewers: btrahan
Reviewed By: btrahan
CC: chad, aran
Differential Revision: https://secure.phabricator.com/D7572
2013-11-12 23:37:04 +01:00
|
|
|
'uri' => '/res/95f3d4a6/rsrc/js/application/maniphest/behavior-subpriorityeditor.js',
|
2012-04-02 21:12:04 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
2013-06-05 00:28:31 +02:00
|
|
|
1 => 'javelin-dom',
|
2013-06-06 02:36:33 +02:00
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-workflow',
|
|
|
|
4 => 'phabricator-draggable-list',
|
2012-04-02 21:12:04 +02:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/maniphest/behavior-subpriorityeditor.js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-maniphest-transaction-controls' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/e8498688/rsrc/js/application/maniphest/behavior-transaction-controls.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
Use Javelin placeholders and new sorting rules broadly; consolidate tokenizer construction code
Summary:
- We have three nearly-identical blocks of Tokenizer construction code; consolidate them into Prefab.
- Add placeholder support.
- Augment server-side stuff to specify placeholder text.
Test Plan: Verified behavior of Differential edit tokenizers, Differential comment tokenizers, Maniphest edit tokenizers, Maniphest comment tokenizers, Maniphest filter tokenizers, Differential filter tokenizers, Owners filter tokenizers, Owners edit tokenizers, Herald edit tokenizers, Audit filter tokenizers.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran, epriestley
Maniphest Tasks: T772, T946
Differential Revision: https://secure.phabricator.com/D1844
2012-03-10 00:46:39 +01:00
|
|
|
2 => 'phabricator-prefab',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/maniphest/behavior-transaction-controls.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-maniphest-transaction-expand' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/966410de/rsrc/js/application/maniphest/behavior-transaction-expand.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-workflow',
|
|
|
|
3 => 'javelin-stratcom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/maniphest/behavior-transaction-expand.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-maniphest-transaction-preview' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/9447a3f9/rsrc/js/application/maniphest/behavior-transaction-preview.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-util',
|
2012-04-14 16:05:58 +02:00
|
|
|
3 => 'javelin-json',
|
|
|
|
4 => 'javelin-stratcom',
|
|
|
|
5 => 'phabricator-shaped-request',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/maniphest/behavior-transaction-preview.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-owners-path-editor' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/9cf78ffc/rsrc/js/application/owners/owners-path-editor.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'owners-path-editor',
|
|
|
|
1 => 'javelin-behavior',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/owners/owners-path-editor.js',
|
|
|
|
),
|
2013-11-21 21:35:36 +01:00
|
|
|
'javelin-behavior-passphrase-credential-control' =>
|
|
|
|
array(
|
2013-11-22 23:35:35 +01:00
|
|
|
'uri' => '/res/70823662/rsrc/js/application/passphrase/phame-credential-control.js',
|
2013-11-21 21:35:36 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-workflow',
|
|
|
|
4 => 'javelin-util',
|
2013-11-22 23:35:35 +01:00
|
|
|
5 => 'javelin-uri',
|
2013-11-21 21:35:36 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/passphrase/phame-credential-control.js',
|
|
|
|
),
|
2013-10-14 23:34:57 +02:00
|
|
|
'javelin-behavior-persona-login' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/128fdf56/rsrc/js/application/auth/behavior-persona-login.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-resource',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-workflow',
|
|
|
|
4 => 'javelin-util',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/auth/behavior-persona-login.js',
|
|
|
|
),
|
2012-08-22 00:03:01 +02:00
|
|
|
'javelin-behavior-phabricator-active-nav' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/9c8d3df8/rsrc/js/core/behavior-active-nav.js',
|
2012-08-22 00:03:01 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-vector',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
4 => 'javelin-uri',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-active-nav.js',
|
2012-08-22 00:03:01 +02:00
|
|
|
),
|
2012-02-16 02:49:23 +01:00
|
|
|
'javelin-behavior-phabricator-autofocus' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/bf92b8d6/rsrc/js/core/behavior-autofocus.js',
|
2012-02-16 02:49:23 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-autofocus.js',
|
2012-02-16 02:49:23 +01:00
|
|
|
),
|
2013-07-04 05:24:28 +02:00
|
|
|
'javelin-behavior-phabricator-busy-example' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/dbe12f2f/rsrc/js/application/uiexample/busy-example.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'phabricator-busy',
|
|
|
|
1 => 'javelin-behavior',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/uiexample/busy-example.js',
|
|
|
|
),
|
2013-02-06 17:32:36 +01:00
|
|
|
'javelin-behavior-phabricator-file-tree' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/e5bf93df/rsrc/js/core/behavior-file-tree.js',
|
2013-02-06 17:32:36 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'phabricator-keyboard-shortcut',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-file-tree.js',
|
2013-02-06 17:32:36 +01:00
|
|
|
),
|
Add support for device swipe events
Summary:
Ref T2700. Allow JS to listen for swipes on devices.
There are a bunch of tricky cases here and I probably didn't get them all totally right, but this interaction broadly looks like this:
- We implement gesture recognition for the mouse in device modes (narrow browser), and for touch events from an actual device.
- The sigil `touchable` indicates that a node wants to react to touch events.
- When the user touches a `touchable` node, we start listening for moves. They might be tapping/clicking (in which case we don't care), but they might also be gesturing.
- Once the user moves their finger/pointer far enough away from the tap origin, we recognize it as a gesture. I hardcoded this at 20px; I wasn't able to find any "official" Apple value, but 20px seems like a common default.
- At this point, we look at where their finger has moved.
- If they moved it mostly up/down, we interpret the gesture as "scroll" and just stop listening. The device does its own thing.
- However, if they moved it mostly left/right, we interpret it as a "swipe". We start killing the moves so the device doesn't scroll.
- Once we've recognized that a gesture is underway, we send a "gesture.swipe.start" event and then "gesture.swipe.move" events for every move.
- When the user ends the gesture, we send "gesture.swipe.end".
- If the user cancels the gesture (currently, only by tapping with a second finger), we send "gesture.swipe.cancel".
- Gesture events have raw position data and some convenience fields.
Test Plan:
Wrote UI example and used it from the Desktop, iPhone simulator, and a real iphone.
- The code always seems to get "scroll" vs "swipe" correct (i.e., consistent with my intentions).
- The threshold feels pretty good to me.
- Tapping with a second finger cancels the action.
Reviewers: chad, btrahan
Reviewed By: chad
CC: aran
Maniphest Tasks: T2700
Differential Revision: https://secure.phabricator.com/D5308
2013-03-09 22:53:15 +01:00
|
|
|
'javelin-behavior-phabricator-gesture' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/16e1e77c/rsrc/js/core/behavior-gesture.js',
|
Add support for device swipe events
Summary:
Ref T2700. Allow JS to listen for swipes on devices.
There are a bunch of tricky cases here and I probably didn't get them all totally right, but this interaction broadly looks like this:
- We implement gesture recognition for the mouse in device modes (narrow browser), and for touch events from an actual device.
- The sigil `touchable` indicates that a node wants to react to touch events.
- When the user touches a `touchable` node, we start listening for moves. They might be tapping/clicking (in which case we don't care), but they might also be gesturing.
- Once the user moves their finger/pointer far enough away from the tap origin, we recognize it as a gesture. I hardcoded this at 20px; I wasn't able to find any "official" Apple value, but 20px seems like a common default.
- At this point, we look at where their finger has moved.
- If they moved it mostly up/down, we interpret the gesture as "scroll" and just stop listening. The device does its own thing.
- However, if they moved it mostly left/right, we interpret it as a "swipe". We start killing the moves so the device doesn't scroll.
- Once we've recognized that a gesture is underway, we send a "gesture.swipe.start" event and then "gesture.swipe.move" events for every move.
- When the user ends the gesture, we send "gesture.swipe.end".
- If the user cancels the gesture (currently, only by tapping with a second finger), we send "gesture.swipe.cancel".
- Gesture events have raw position data and some convenience fields.
Test Plan:
Wrote UI example and used it from the Desktop, iPhone simulator, and a real iphone.
- The code always seems to get "scroll" vs "swipe" correct (i.e., consistent with my intentions).
- The threshold feels pretty good to me.
- Tapping with a second finger cancels the action.
Reviewers: chad, btrahan
Reviewed By: chad
CC: aran
Maniphest Tasks: T2700
Differential Revision: https://secure.phabricator.com/D5308
2013-03-09 22:53:15 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-behavior-device',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-vector',
|
|
|
|
4 => 'javelin-dom',
|
|
|
|
5 => 'javelin-magical-init',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-gesture.js',
|
Add support for device swipe events
Summary:
Ref T2700. Allow JS to listen for swipes on devices.
There are a bunch of tricky cases here and I probably didn't get them all totally right, but this interaction broadly looks like this:
- We implement gesture recognition for the mouse in device modes (narrow browser), and for touch events from an actual device.
- The sigil `touchable` indicates that a node wants to react to touch events.
- When the user touches a `touchable` node, we start listening for moves. They might be tapping/clicking (in which case we don't care), but they might also be gesturing.
- Once the user moves their finger/pointer far enough away from the tap origin, we recognize it as a gesture. I hardcoded this at 20px; I wasn't able to find any "official" Apple value, but 20px seems like a common default.
- At this point, we look at where their finger has moved.
- If they moved it mostly up/down, we interpret the gesture as "scroll" and just stop listening. The device does its own thing.
- However, if they moved it mostly left/right, we interpret it as a "swipe". We start killing the moves so the device doesn't scroll.
- Once we've recognized that a gesture is underway, we send a "gesture.swipe.start" event and then "gesture.swipe.move" events for every move.
- When the user ends the gesture, we send "gesture.swipe.end".
- If the user cancels the gesture (currently, only by tapping with a second finger), we send "gesture.swipe.cancel".
- Gesture events have raw position data and some convenience fields.
Test Plan:
Wrote UI example and used it from the Desktop, iPhone simulator, and a real iphone.
- The code always seems to get "scroll" vs "swipe" correct (i.e., consistent with my intentions).
- The threshold feels pretty good to me.
- Tapping with a second finger cancels the action.
Reviewers: chad, btrahan
Reviewed By: chad
CC: aran
Maniphest Tasks: T2700
Differential Revision: https://secure.phabricator.com/D5308
2013-03-09 22:53:15 +01:00
|
|
|
),
|
|
|
|
'javelin-behavior-phabricator-gesture-example' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/91d1e7f2/rsrc/js/application/uiexample/gesture-example.js',
|
Add support for device swipe events
Summary:
Ref T2700. Allow JS to listen for swipes on devices.
There are a bunch of tricky cases here and I probably didn't get them all totally right, but this interaction broadly looks like this:
- We implement gesture recognition for the mouse in device modes (narrow browser), and for touch events from an actual device.
- The sigil `touchable` indicates that a node wants to react to touch events.
- When the user touches a `touchable` node, we start listening for moves. They might be tapping/clicking (in which case we don't care), but they might also be gesturing.
- Once the user moves their finger/pointer far enough away from the tap origin, we recognize it as a gesture. I hardcoded this at 20px; I wasn't able to find any "official" Apple value, but 20px seems like a common default.
- At this point, we look at where their finger has moved.
- If they moved it mostly up/down, we interpret the gesture as "scroll" and just stop listening. The device does its own thing.
- However, if they moved it mostly left/right, we interpret it as a "swipe". We start killing the moves so the device doesn't scroll.
- Once we've recognized that a gesture is underway, we send a "gesture.swipe.start" event and then "gesture.swipe.move" events for every move.
- When the user ends the gesture, we send "gesture.swipe.end".
- If the user cancels the gesture (currently, only by tapping with a second finger), we send "gesture.swipe.cancel".
- Gesture events have raw position data and some convenience fields.
Test Plan:
Wrote UI example and used it from the Desktop, iPhone simulator, and a real iphone.
- The code always seems to get "scroll" vs "swipe" correct (i.e., consistent with my intentions).
- The threshold feels pretty good to me.
- Tapping with a second finger cancels the action.
Reviewers: chad, btrahan
Reviewed By: chad
CC: aran
Maniphest Tasks: T2700
Differential Revision: https://secure.phabricator.com/D5308
2013-03-09 22:53:15 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-stratcom',
|
|
|
|
1 => 'javelin-behavior',
|
|
|
|
2 => 'javelin-vector',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/uiexample/gesture-example.js',
|
|
|
|
),
|
Hovercard front-end code & stuff
Summary:
Refs T1048; Depends on D5557, D5558
They hover right above your eyes. Try it out at home :D (in that case, don't forget to checkout D5557 and D5558)
Worth a lot of improvement. But it's great for now after a little bit of styling.
Scrape load (search current document for all hovercards and pre-load them) and lazy load (e.g. previewing comments which is not covered by scrape load) implemented.
Added some seemingly useful graceful situations. Too much to the left, too much to the top.
Test Plan:
Tested on Ubuntu, Chrome and FF. No Windows yet, since I have it live at no place. Works pretty fine, at least it will appear.
Could test left graceful fallback. Don't know what happens if you place it too far to the top. I expect either good results or placement about the center of the screen in case of glitches.
For now, they'll disappear right away once the mouse leaves the object tag. Intended is when leaving both tag and hovercard.
Reviewers: epriestley, chad, btrahan
CC: aran, Korvin
Maniphest Tasks: T1048
Differential Revision: https://secure.phabricator.com/D5563
Conflicts:
src/__celerity_resource_map__.php
2013-04-05 17:31:35 +02:00
|
|
|
'javelin-behavior-phabricator-hovercards' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/4fe6b436/rsrc/js/core/behavior-hovercard.js',
|
Hovercard front-end code & stuff
Summary:
Refs T1048; Depends on D5557, D5558
They hover right above your eyes. Try it out at home :D (in that case, don't forget to checkout D5557 and D5558)
Worth a lot of improvement. But it's great for now after a little bit of styling.
Scrape load (search current document for all hovercards and pre-load them) and lazy load (e.g. previewing comments which is not covered by scrape load) implemented.
Added some seemingly useful graceful situations. Too much to the left, too much to the top.
Test Plan:
Tested on Ubuntu, Chrome and FF. No Windows yet, since I have it live at no place. Works pretty fine, at least it will appear.
Could test left graceful fallback. Don't know what happens if you place it too far to the top. I expect either good results or placement about the center of the screen in case of glitches.
For now, they'll disappear right away once the mouse leaves the object tag. Intended is when leaving both tag and hovercard.
Reviewers: epriestley, chad, btrahan
CC: aran, Korvin
Maniphest Tasks: T1048
Differential Revision: https://secure.phabricator.com/D5563
Conflicts:
src/__celerity_resource_map__.php
2013-04-05 17:31:35 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-behavior-device',
|
|
|
|
2 => 'javelin-stratcom',
|
2013-04-05 20:01:56 +02:00
|
|
|
3 => 'javelin-vector',
|
|
|
|
4 => 'phabricator-hovercard',
|
Hovercard front-end code & stuff
Summary:
Refs T1048; Depends on D5557, D5558
They hover right above your eyes. Try it out at home :D (in that case, don't forget to checkout D5557 and D5558)
Worth a lot of improvement. But it's great for now after a little bit of styling.
Scrape load (search current document for all hovercards and pre-load them) and lazy load (e.g. previewing comments which is not covered by scrape load) implemented.
Added some seemingly useful graceful situations. Too much to the left, too much to the top.
Test Plan:
Tested on Ubuntu, Chrome and FF. No Windows yet, since I have it live at no place. Works pretty fine, at least it will appear.
Could test left graceful fallback. Don't know what happens if you place it too far to the top. I expect either good results or placement about the center of the screen in case of glitches.
For now, they'll disappear right away once the mouse leaves the object tag. Intended is when leaving both tag and hovercard.
Reviewers: epriestley, chad, btrahan
CC: aran, Korvin
Maniphest Tasks: T1048
Differential Revision: https://secure.phabricator.com/D5563
Conflicts:
src/__celerity_resource_map__.php
2013-04-05 17:31:35 +02:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-hovercard.js',
|
Hovercard front-end code & stuff
Summary:
Refs T1048; Depends on D5557, D5558
They hover right above your eyes. Try it out at home :D (in that case, don't forget to checkout D5557 and D5558)
Worth a lot of improvement. But it's great for now after a little bit of styling.
Scrape load (search current document for all hovercards and pre-load them) and lazy load (e.g. previewing comments which is not covered by scrape load) implemented.
Added some seemingly useful graceful situations. Too much to the left, too much to the top.
Test Plan:
Tested on Ubuntu, Chrome and FF. No Windows yet, since I have it live at no place. Works pretty fine, at least it will appear.
Could test left graceful fallback. Don't know what happens if you place it too far to the top. I expect either good results or placement about the center of the screen in case of glitches.
For now, they'll disappear right away once the mouse leaves the object tag. Intended is when leaving both tag and hovercard.
Reviewers: epriestley, chad, btrahan
CC: aran, Korvin
Maniphest Tasks: T1048
Differential Revision: https://secure.phabricator.com/D5563
Conflicts:
src/__celerity_resource_map__.php
2013-04-05 17:31:35 +02:00
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-phabricator-keyboard-pager' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/6a5445b8/rsrc/js/core/behavior-keyboard-pager.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-uri',
|
|
|
|
2 => 'phabricator-keyboard-shortcut',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-keyboard-pager.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-behavior-phabricator-keyboard-shortcuts' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/b971e713/rsrc/js/core/behavior-keyboard-shortcuts.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-workflow',
|
|
|
|
2 => 'javelin-json',
|
2012-03-20 03:17:40 +01:00
|
|
|
3 => 'javelin-dom',
|
|
|
|
4 => 'phabricator-keyboard-shortcut',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-keyboard-shortcuts.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-08-04 21:11:10 +02:00
|
|
|
'javelin-behavior-phabricator-line-linker' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/1cefdb6a/rsrc/js/core/behavior-line-linker.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-history',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/core/behavior-line-linker.js',
|
|
|
|
),
|
2012-08-01 21:31:33 +02:00
|
|
|
'javelin-behavior-phabricator-nav' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/afabcf16/rsrc/js/core/behavior-phabricator-nav.js',
|
2012-08-01 21:31:33 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
2012-08-31 03:58:51 +02:00
|
|
|
1 => 'javelin-behavior-device',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
4 => 'javelin-magical-init',
|
|
|
|
5 => 'javelin-vector',
|
2013-05-19 02:04:22 +02:00
|
|
|
6 => 'javelin-request',
|
|
|
|
7 => 'javelin-util',
|
2012-08-01 21:31:33 +02:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-phabricator-nav.js',
|
2012-08-01 21:31:33 +02:00
|
|
|
),
|
2012-06-14 00:00:24 +02:00
|
|
|
'javelin-behavior-phabricator-notification-example' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/7c50cefd/rsrc/js/application/uiexample/notification-example.js',
|
2012-06-14 00:00:24 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'phabricator-notification',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-behavior',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/uiexample/notification-example.js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-phabricator-object-selector' =>
|
|
|
|
array(
|
2013-12-01 04:47:20 +01:00
|
|
|
'uri' => '/res/613ed910/rsrc/js/core/behavior-object-selector.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-request',
|
|
|
|
3 => 'javelin-util',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-object-selector.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
Kind-of-terrible (?) oncopy handler
Summary: Works in Safari, Firefox, Chrome.
Test Plan: Copied some text, threw up a little in my mouth.
Reviewers: aran, tuomaspelkonen, tomo, rstout, btrahan
Reviewed By: aran
CC: aran, epriestley, ddfisher
Maniphest Tasks: T145, T995
Differential Revision: https://secure.phabricator.com/D244
2012-03-16 03:04:59 +01:00
|
|
|
'javelin-behavior-phabricator-oncopy' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/cd3a9345/rsrc/js/core/behavior-oncopy.js',
|
Kind-of-terrible (?) oncopy handler
Summary: Works in Safari, Firefox, Chrome.
Test Plan: Copied some text, threw up a little in my mouth.
Reviewers: aran, tuomaspelkonen, tomo, rstout, btrahan
Reviewed By: aran
CC: aran, epriestley, ddfisher
Maniphest Tasks: T145, T995
Differential Revision: https://secure.phabricator.com/D244
2012-03-16 03:04:59 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-oncopy.js',
|
Kind-of-terrible (?) oncopy handler
Summary: Works in Safari, Firefox, Chrome.
Test Plan: Copied some text, threw up a little in my mouth.
Reviewers: aran, tuomaspelkonen, tomo, rstout, btrahan
Reviewed By: aran
CC: aran, epriestley, ddfisher
Maniphest Tasks: T145, T995
Differential Revision: https://secure.phabricator.com/D244
2012-03-16 03:04:59 +01:00
|
|
|
),
|
2012-10-02 03:48:39 +02:00
|
|
|
'javelin-behavior-phabricator-remarkup-assist' =>
|
|
|
|
array(
|
2013-10-17 04:06:30 +02:00
|
|
|
'uri' => '/res/4153e95f/rsrc/js/core/behavior-phabricator-remarkup-assist.js',
|
2012-10-02 03:48:39 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
2013-10-17 04:01:23 +02:00
|
|
|
3 => 'phabricator-phtize',
|
|
|
|
4 => 'phabricator-textareautils',
|
|
|
|
5 => 'javelin-workflow',
|
|
|
|
6 => 'javelin-vector',
|
2012-10-02 03:48:39 +02:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-phabricator-remarkup-assist.js',
|
2012-10-02 03:48:39 +02:00
|
|
|
),
|
2013-02-17 15:37:02 +01:00
|
|
|
'javelin-behavior-phabricator-reveal-content' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/fef525ef/rsrc/js/core/behavior-reveal-content.js',
|
2013-02-17 15:37:02 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-reveal-content.js',
|
2013-02-17 15:37:02 +01:00
|
|
|
),
|
2012-08-01 02:58:21 +02:00
|
|
|
'javelin-behavior-phabricator-search-typeahead' =>
|
|
|
|
array(
|
2013-07-29 16:31:59 +02:00
|
|
|
'uri' => '/res/409d9567/rsrc/js/core/behavior-search-typeahead.js',
|
2012-08-01 02:58:21 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-typeahead-ondemand-source',
|
|
|
|
2 => 'javelin-typeahead',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
4 => 'javelin-uri',
|
2012-08-01 21:36:33 +02:00
|
|
|
5 => 'javelin-util',
|
|
|
|
6 => 'javelin-stratcom',
|
2012-08-01 02:58:21 +02:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-search-typeahead.js',
|
2012-08-01 02:58:21 +02:00
|
|
|
),
|
2012-03-13 02:21:02 +01:00
|
|
|
'javelin-behavior-phabricator-tooltips' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/a0ac5320/rsrc/js/core/behavior-tooltip.js',
|
2012-03-13 02:21:02 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
2012-08-31 03:59:08 +02:00
|
|
|
1 => 'javelin-behavior-device',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'phabricator-tooltip',
|
2012-03-13 02:21:02 +01:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-tooltip.js',
|
2012-03-13 02:21:02 +01:00
|
|
|
),
|
2012-12-21 14:51:33 +01:00
|
|
|
'javelin-behavior-phabricator-transaction-comment-form' =>
|
|
|
|
array(
|
2013-07-29 02:40:11 +02:00
|
|
|
'uri' => '/res/3c8d3c10/rsrc/js/application/transactions/behavior-transaction-comment-form.js',
|
2012-12-21 14:51:33 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-util',
|
2013-06-25 00:41:59 +02:00
|
|
|
3 => 'javelin-fx',
|
|
|
|
4 => 'javelin-request',
|
|
|
|
5 => 'phabricator-shaped-request',
|
2012-12-21 14:51:33 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/transactions/behavior-transaction-comment-form.js',
|
|
|
|
),
|
2012-12-11 23:03:16 +01:00
|
|
|
'javelin-behavior-phabricator-transaction-list' =>
|
|
|
|
array(
|
2013-08-26 20:53:11 +02:00
|
|
|
'uri' => '/res/f05b3c6b/rsrc/js/application/transactions/behavior-transaction-list.js',
|
2012-12-11 23:03:16 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-workflow',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
4 => 'javelin-fx',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/transactions/behavior-transaction-list.js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-phabricator-watch-anchor' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/69a90817/rsrc/js/core/behavior-watch-anchor.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
2012-01-06 01:36:59 +01:00
|
|
|
3 => 'javelin-vector',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-watch-anchor.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2012-04-12 22:09:04 +02:00
|
|
|
'javelin-behavior-phame-post-preview' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/181d1cbe/rsrc/js/application/phame/phame-post-preview.js',
|
2012-04-12 22:09:04 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'phabricator-shaped-request',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/phame/phame-post-preview.js',
|
|
|
|
),
|
2013-07-19 00:04:08 +02:00
|
|
|
'javelin-behavior-pholio-mock-edit' =>
|
|
|
|
array(
|
Allow only one global top menu to be open at a time
Summary: Fixes T3715. Makes "visible" global instead of per-menu, so all the menus share a visible state.
Test Plan: For menus A and B, clicked "A, A", "A, B, A", "A, B, B", "A, B, B, A", etc. Couldn't figure out a way to break it.
Reviewers: btrahan, chad
Reviewed By: chad
CC: aran
Maniphest Tasks: T3715
Differential Revision: https://secure.phabricator.com/D6745
2013-08-13 23:57:52 +02:00
|
|
|
'uri' => '/res/1fd14497/rsrc/js/application/pholio/behavior-pholio-mock-edit.js',
|
2013-07-19 00:04:08 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-workflow',
|
|
|
|
4 => 'phabricator-phtize',
|
|
|
|
5 => 'phabricator-drag-and-drop-file-upload',
|
2013-08-12 21:08:54 +02:00
|
|
|
6 => 'phabricator-draggable-list',
|
2013-07-19 00:04:08 +02:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/pholio/behavior-pholio-mock-edit.js',
|
|
|
|
),
|
2013-01-28 20:18:50 +01:00
|
|
|
'javelin-behavior-pholio-mock-view' =>
|
|
|
|
array(
|
2013-08-04 21:11:10 +02:00
|
|
|
'uri' => '/res/f9588dcf/rsrc/js/application/pholio/behavior-pholio-mock-view.js',
|
2013-01-28 20:18:50 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
2013-02-23 15:28:34 +01:00
|
|
|
1 => 'javelin-util',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
4 => 'javelin-vector',
|
|
|
|
5 => 'javelin-magical-init',
|
|
|
|
6 => 'javelin-request',
|
2013-03-05 03:43:29 +01:00
|
|
|
7 => 'javelin-history',
|
2013-03-05 21:30:05 +01:00
|
|
|
8 => 'javelin-workflow',
|
2013-03-05 21:30:58 +01:00
|
|
|
9 => 'javelin-mask',
|
|
|
|
10 => 'javelin-behavior-device',
|
|
|
|
11 => 'phabricator-keyboard-shortcut',
|
2013-01-28 20:18:50 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/pholio/behavior-pholio-mock-view.js',
|
|
|
|
),
|
2013-10-19 21:07:50 +02:00
|
|
|
'javelin-behavior-phui-object-box-tabs' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/c2318be8/rsrc/js/phui/behavior-phui-object-box-tabs.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/phui/behavior-phui-object-box-tabs.js',
|
|
|
|
),
|
2013-10-13 02:08:11 +02:00
|
|
|
'javelin-behavior-policy-control' =>
|
|
|
|
array(
|
2013-10-15 01:59:16 +02:00
|
|
|
'uri' => '/res/ce9f54c8/rsrc/js/application/policy/behavior-policy-control.js',
|
2013-10-13 02:08:11 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'phabricator-dropdown-menu',
|
|
|
|
4 => 'phabricator-menu-item',
|
2013-10-15 01:59:16 +02:00
|
|
|
5 => 'javelin-workflow',
|
2013-10-13 02:08:11 +02:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/policy/behavior-policy-control.js',
|
|
|
|
),
|
2013-10-09 23:05:10 +02:00
|
|
|
'javelin-behavior-policy-rule-editor' =>
|
|
|
|
array(
|
2013-10-14 20:58:38 +02:00
|
|
|
'uri' => '/res/4665236c/rsrc/js/application/policy/behavior-policy-rule-editor.js',
|
2013-10-09 23:05:10 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'multirow-row-manager',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-util',
|
|
|
|
4 => 'phabricator-prefab',
|
|
|
|
5 => 'javelin-tokenizer',
|
|
|
|
6 => 'javelin-typeahead',
|
|
|
|
7 => 'javelin-typeahead-preloaded-source',
|
|
|
|
8 => 'javelin-json',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/policy/behavior-policy-rule-editor.js',
|
|
|
|
),
|
2012-08-10 19:44:04 +02:00
|
|
|
'javelin-behavior-ponder-votebox' =>
|
|
|
|
array(
|
2013-07-14 00:58:30 +02:00
|
|
|
'uri' => '/res/c28daa12/rsrc/js/application/ponder/behavior-votebox.js',
|
2012-08-10 19:44:04 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-util',
|
2012-10-01 21:56:33 +02:00
|
|
|
3 => 'javelin-stratcom',
|
|
|
|
4 => 'javelin-request',
|
2012-08-10 19:44:04 +02:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/ponder/behavior-votebox.js',
|
|
|
|
),
|
2012-08-08 19:03:41 +02:00
|
|
|
'javelin-behavior-project-create' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/e91f3f8f/rsrc/js/application/projects/behavior-project-create.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-workflow',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/projects/behavior-project-create.js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-refresh-csrf' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/6c54100f/rsrc/js/core/behavior-refresh-csrf.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-request',
|
|
|
|
1 => 'javelin-behavior',
|
|
|
|
2 => 'javelin-dom',
|
2012-10-24 02:34:43 +02:00
|
|
|
3 => 'phabricator-busy',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-refresh-csrf.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-03-15 12:28:43 +01:00
|
|
|
'javelin-behavior-releeph-preview-branch' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/f694854d/rsrc/js/application/releeph/releeph-preview-branch.js',
|
2013-03-15 12:28:43 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
2013-05-19 02:04:22 +02:00
|
|
|
2 => 'javelin-uri',
|
|
|
|
3 => 'javelin-request',
|
2013-03-15 12:28:43 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/releeph/releeph-preview-branch.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-releeph-request-state-change' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/07ecde0c/rsrc/js/application/releeph/releeph-request-state-change.js',
|
2013-03-15 12:28:43 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-stratcom',
|
2013-05-19 02:04:22 +02:00
|
|
|
3 => 'javelin-request',
|
2013-03-15 12:28:43 +01:00
|
|
|
4 => 'phabricator-keyboard-shortcut',
|
|
|
|
5 => 'phabricator-notification',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/releeph/releeph-request-state-change.js',
|
|
|
|
),
|
|
|
|
'javelin-behavior-releeph-request-typeahead' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/2c2350a0/rsrc/js/application/releeph/releeph-request-typeahead.js',
|
2013-03-15 12:28:43 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-typeahead',
|
|
|
|
3 => 'javelin-typeahead-ondemand-source',
|
|
|
|
4 => 'javelin-dom',
|
2013-03-15 12:28:43 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/releeph/releeph-request-typeahead.js',
|
|
|
|
),
|
2013-08-05 19:46:39 +02:00
|
|
|
'javelin-behavior-remarkup-preview' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/6ec98508/rsrc/js/core/behavior-remarkup-preview.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'phabricator-shaped-request',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/core/behavior-remarkup-preview.js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-repository-crossreference' =>
|
|
|
|
array(
|
2013-05-12 15:52:53 +02:00
|
|
|
'uri' => '/res/d3f9d50b/rsrc/js/application/repository/repository-crossreference.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
2012-09-17 23:50:49 +02:00
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-uri',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/repository/repository-crossreference.js',
|
|
|
|
),
|
2013-06-06 01:22:27 +02:00
|
|
|
'javelin-behavior-search-reorder-queries' =>
|
|
|
|
array(
|
2013-06-06 02:36:33 +02:00
|
|
|
'uri' => '/res/9864b481/rsrc/js/application/search/behavior-reorder-queries.js',
|
2013-06-06 01:22:27 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
2013-06-06 02:36:33 +02:00
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-workflow',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
4 => 'phabricator-draggable-list',
|
2013-06-06 01:22:27 +02:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/search/behavior-reorder-queries.js',
|
|
|
|
),
|
2013-11-02 01:35:43 +01:00
|
|
|
'javelin-behavior-select-on-click' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/f021b754/rsrc/js/core/behavior-select-on-click.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/core/behavior-select-on-click.js',
|
|
|
|
),
|
2013-05-04 00:48:59 +02:00
|
|
|
'javelin-behavior-slowvote-embed' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/8e85e20d/rsrc/js/application/slowvote/behavior-slowvote-embed.js',
|
2013-05-04 00:48:59 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-request',
|
2013-05-04 00:48:59 +02:00
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/slowvote/behavior-slowvote-embed.js',
|
|
|
|
),
|
2012-04-05 01:09:29 +02:00
|
|
|
'javelin-behavior-stripe-payment-form' =>
|
|
|
|
array(
|
2013-04-29 21:14:50 +02:00
|
|
|
'uri' => '/res/c1a12d77/rsrc/js/application/phortune/behavior-stripe-payment-form.js',
|
2012-04-05 01:09:29 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
2013-04-29 21:14:50 +02:00
|
|
|
2 => 'phortune-credit-card-form',
|
2012-04-05 01:09:29 +02:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/phortune/behavior-stripe-payment-form.js',
|
|
|
|
),
|
2013-04-29 21:14:50 +02:00
|
|
|
'javelin-behavior-test-payment-form' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/a8fe8616/rsrc/js/application/phortune/behavior-test-payment-form.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'phortune-credit-card-form',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/phortune/behavior-test-payment-form.js',
|
|
|
|
),
|
2012-07-31 01:08:42 +02:00
|
|
|
'javelin-behavior-toggle-class' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/79921b7f/rsrc/js/core/behavior-toggle-class.js',
|
2012-07-31 01:08:42 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-toggle-class.js',
|
2012-07-31 01:08:42 +02:00
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-behavior-view-placeholder' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/6abdb85b/rsrc/externals/javelin/ext/view/ViewPlaceholder.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-view-renderer',
|
2013-05-19 02:04:22 +02:00
|
|
|
3 => 'javelin-install',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/ext/view/ViewPlaceholder.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-behavior-workflow' =>
|
|
|
|
array(
|
2013-10-14 20:58:38 +02:00
|
|
|
'uri' => '/res/144d3196/rsrc/js/core/behavior-workflow.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-workflow',
|
2012-10-17 17:28:37 +02:00
|
|
|
3 => 'javelin-dom',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/behavior-workflow.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-color' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/f17034de/rsrc/externals/javelin/ext/fx/Color.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/ext/fx/Color.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-cookie' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/ee0d399f/rsrc/externals/javelin/lib/Cookie.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/Cookie.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-dom' =>
|
|
|
|
array(
|
Don't mangle inline comments with tables in them in Differential
Summary:
Fixes T3814. Broadly, remarkup tables in inline comments did not work properly. I ran into several messes here and cleaned up some of them:
- Some of this code is doing `JX.$N('div', {}, JX.$H(response.markup))`, to turn an HTML response into a node, passing that around, and then doing junk with it. This is super old and gross.
- The slightly more modern pattern is `JX.$H(response.markup).getFragment().firstChild`, but this is kind of yuck too and not as safe as it could be.
- Introduce `JX.$H(response.markup).getNode()`, which actually expresses intent here. We have a bunch of `getFragment().firstChild` callsites which should switch to this, but I didn't clean those up yet because I don't want to test them all.
- Switch the `JX.$N('div', {}, JX.$H(response.markup))`-style callsites to `JX.$H(response.markup).getNode()`.
- `copyRows()` is too aggressive in finding `<tr />` tags. This actually causes the bug in T3814. We only want to find these tags at top level, not all tags. Don't copy `<tr />` tags which belong to some deeper table.
- Once this is fixed, there's another bug with mousing over the cells in tables in inline comments. We select the nearest `<td />`, but that's the cell in the remarkup table. Instead, select the correct `<td />`.
- At this point, these last two callsites were looking ugly. I provided `findAbove()` to clean them up.
Test Plan: Created, edited, deleted, moused over, and reloaded a revision with inline comments including remarkup tables. Used "Show more context" links.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran
Maniphest Tasks: T3814
Differential Revision: https://secure.phabricator.com/D6924
2013-09-11 00:31:32 +02:00
|
|
|
'uri' => '/res/580c0aeb/rsrc/externals/javelin/lib/DOM.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-magical-init',
|
|
|
|
1 => 'javelin-install',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'javelin-vector',
|
|
|
|
4 => 'javelin-stratcom',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/DOM.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-dynval' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/ea6f2a9d/rsrc/externals/javelin/ext/reactor/core/DynVal.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-reactornode',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'javelin-reactor',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/ext/reactor/core/DynVal.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-event' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/5f70f4d0/rsrc/externals/javelin/core/Event.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/core/Event.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-fx' =>
|
|
|
|
array(
|
2013-06-22 03:57:10 +02:00
|
|
|
'uri' => '/res/23fb3d44/rsrc/externals/javelin/ext/fx/FX.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-color',
|
|
|
|
1 => 'javelin-install',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/ext/fx/FX.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-history' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/6c084b09/rsrc/externals/javelin/lib/History.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-stratcom',
|
|
|
|
1 => 'javelin-install',
|
|
|
|
2 => 'javelin-uri',
|
|
|
|
3 => 'javelin-util',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/History.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-install' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/904356c0/rsrc/externals/javelin/core/install.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-util',
|
|
|
|
1 => 'javelin-magical-init',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/core/install.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-json' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/cf83e72c/rsrc/externals/javelin/lib/JSON.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/JSON.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-magical-init' =>
|
|
|
|
array(
|
2013-10-13 02:08:56 +02:00
|
|
|
'uri' => '/res/374d1f02/rsrc/externals/javelin/core/init.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/core/init.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-mask' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/465cf513/rsrc/externals/javelin/lib/Mask.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2012-10-23 20:39:33 +02:00
|
|
|
1 => 'javelin-dom',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/Mask.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-reactor' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/c05f2658/rsrc/externals/javelin/ext/reactor/core/Reactor.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/ext/reactor/core/Reactor.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-reactor-dom' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/5e03117e/rsrc/externals/javelin/ext/reactor/dom/RDOM.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-dom',
|
|
|
|
1 => 'javelin-dynval',
|
2013-05-19 02:04:22 +02:00
|
|
|
2 => 'javelin-reactor',
|
|
|
|
3 => 'javelin-reactornode',
|
|
|
|
4 => 'javelin-install',
|
|
|
|
5 => 'javelin-util',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/ext/reactor/dom/RDOM.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-reactor-node-calmer' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/a93dd6b6/rsrc/externals/javelin/ext/reactor/core/ReactorNodeCalmer.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-reactor',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/ext/reactor/core/ReactorNodeCalmer.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-reactornode' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/4eac475b/rsrc/externals/javelin/ext/reactor/core/ReactorNode.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-reactor',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'javelin-reactor-node-calmer',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/ext/reactor/core/ReactorNode.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-request' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/687bdcfc/rsrc/externals/javelin/lib/Request.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'javelin-behavior',
|
|
|
|
4 => 'javelin-json',
|
|
|
|
5 => 'javelin-dom',
|
2012-11-21 03:01:25 +01:00
|
|
|
6 => 'javelin-resource',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/Request.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-resource' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/33a3bb57/rsrc/externals/javelin/lib/Resource.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
0 => 'javelin-util',
|
|
|
|
1 => 'javelin-uri',
|
|
|
|
2 => 'javelin-install',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/Resource.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-stratcom' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/714946e7/rsrc/externals/javelin/core/Stratcom.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-event',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
3 => 'javelin-magical-init',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/core/Stratcom.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-tokenizer' =>
|
|
|
|
array(
|
2013-09-20 00:42:02 +02:00
|
|
|
'uri' => '/res/cddb70f3/rsrc/externals/javelin/lib/control/tokenizer/Tokenizer.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-dom',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-install',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/control/tokenizer/Tokenizer.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-typeahead' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/fd79f758/rsrc/externals/javelin/lib/control/typeahead/Typeahead.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-vector',
|
|
|
|
3 => 'javelin-util',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/control/typeahead/Typeahead.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-typeahead-composite-source' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/487b3da2/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadCompositeSource.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-typeahead-source',
|
|
|
|
2 => 'javelin-util',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadCompositeSource.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-typeahead-normalizer' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/5a4bd979/rsrc/externals/javelin/lib/control/typeahead/normalizer/TypeaheadNormalizer.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/control/typeahead/normalizer/TypeaheadNormalizer.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-typeahead-ondemand-source' =>
|
|
|
|
array(
|
2013-07-29 16:31:59 +02:00
|
|
|
'uri' => '/res/92286a21/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadOnDemandSource.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
2013-05-19 02:04:22 +02:00
|
|
|
2 => 'javelin-request',
|
|
|
|
3 => 'javelin-typeahead-source',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadOnDemandSource.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-typeahead-preloaded-source' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/147900c7/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadPreloadedSource.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
2013-05-19 02:04:22 +02:00
|
|
|
2 => 'javelin-request',
|
|
|
|
3 => 'javelin-typeahead-source',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadPreloadedSource.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-typeahead-source' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/13289259/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadSource.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-typeahead-normalizer',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadSource.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2012-09-17 23:50:49 +02:00
|
|
|
'javelin-typeahead-static-source' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/bb0a5173/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadStaticSource.js',
|
2012-09-17 23:50:49 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-typeahead-source',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadStaticSource.js',
|
2012-09-17 23:50:49 +02:00
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'javelin-uri' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/75aa4597/rsrc/externals/javelin/lib/URI.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/URI.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-util' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/90222113/rsrc/externals/javelin/core/util.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/core/util.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-vector' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/58ea3dd7/rsrc/externals/javelin/lib/Vector.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-event',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/Vector.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-view' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/38daaec0/rsrc/externals/javelin/ext/view/View.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/ext/view/View.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-view-html' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/0d225e8c/rsrc/externals/javelin/ext/view/HTMLView.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-view-visitor',
|
|
|
|
3 => 'javelin-util',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/ext/view/HTMLView.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-view-interpreter' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/b0c07f96/rsrc/externals/javelin/ext/view/ViewInterpreter.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-view',
|
|
|
|
1 => 'javelin-install',
|
2013-05-19 02:04:22 +02:00
|
|
|
2 => 'javelin-dom',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/ext/view/ViewInterpreter.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-view-renderer' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/fe0d2f60/rsrc/externals/javelin/ext/view/ViewRenderer.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-util',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/ext/view/ViewRenderer.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-view-visitor' =>
|
|
|
|
array(
|
2013-04-11 19:06:05 +02:00
|
|
|
'uri' => '/res/b1606cec/rsrc/externals/javelin/ext/view/ViewVisitor.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/ext/view/ViewVisitor.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'javelin-workflow' =>
|
|
|
|
array(
|
2013-10-14 20:58:38 +02:00
|
|
|
'uri' => '/res/09a97dda/rsrc/externals/javelin/lib/Workflow.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-stratcom',
|
|
|
|
1 => 'javelin-request',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-vector',
|
|
|
|
4 => 'javelin-install',
|
|
|
|
5 => 'javelin-util',
|
|
|
|
6 => 'javelin-mask',
|
|
|
|
7 => 'javelin-uri',
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/javelin/lib/Workflow.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2012-10-23 04:06:56 +02:00
|
|
|
'lightbox-attachment-css' =>
|
|
|
|
array(
|
2012-12-30 18:30:21 +01:00
|
|
|
'uri' => '/res/4657e15d/rsrc/css/aphront/lightbox-attachment.css',
|
2012-10-23 04:06:56 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/lightbox-attachment.css',
|
|
|
|
),
|
2012-02-24 22:00:48 +01:00
|
|
|
'maniphest-batch-editor' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/fb15d744/rsrc/css/application/maniphest/batch-editor.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/maniphest/batch-editor.css',
|
|
|
|
),
|
2012-03-01 23:19:11 +01:00
|
|
|
'maniphest-report-css' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/2e633fcf/rsrc/css/application/maniphest/report.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/maniphest/report.css',
|
|
|
|
),
|
2012-01-25 20:23:00 +01:00
|
|
|
'maniphest-task-edit-css' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/f5926f5a/rsrc/css/application/maniphest/task-edit.css',
|
2012-01-25 20:23:00 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/maniphest/task-edit.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'maniphest-task-summary-css' =>
|
|
|
|
array(
|
2013-09-03 16:00:06 +02:00
|
|
|
'uri' => '/res/5de3b188/rsrc/css/application/maniphest/task-summary.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/maniphest/task-summary.css',
|
|
|
|
),
|
|
|
|
'multirow-row-manager' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/408fae4f/rsrc/js/core/MultirowRowManager.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-stratcom',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-util',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/MultirowRowManager.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'owners-path-editor' =>
|
|
|
|
array(
|
2012-12-07 02:23:56 +01:00
|
|
|
'uri' => '/res/29b68354/rsrc/js/application/owners/OwnersPathEditor.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'multirow-row-manager',
|
|
|
|
1 => 'javelin-install',
|
|
|
|
2 => 'path-typeahead',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
4 => 'javelin-util',
|
2012-12-07 02:23:56 +01:00
|
|
|
5 => 'phabricator-prefab',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/owners/OwnersPathEditor.js',
|
|
|
|
),
|
|
|
|
'owners-path-editor-css' =>
|
|
|
|
array(
|
2013-09-02 17:10:47 +02:00
|
|
|
'uri' => '/res/c91cc4a8/rsrc/css/application/owners/owners-path-editor.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/owners/owners-path-editor.css',
|
|
|
|
),
|
2013-03-13 14:44:27 +01:00
|
|
|
'paste-css' =>
|
|
|
|
array(
|
2013-03-16 01:15:57 +01:00
|
|
|
'uri' => '/res/216fbfe9/rsrc/css/application/paste/paste.css',
|
2013-03-13 14:44:27 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/paste/paste.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'path-typeahead' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/50246fb6/rsrc/js/application/herald/PathTypeahead.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-typeahead',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-request',
|
|
|
|
4 => 'javelin-typeahead-ondemand-source',
|
|
|
|
5 => 'javelin-util',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/herald/PathTypeahead.js',
|
|
|
|
),
|
2013-07-10 01:23:54 +02:00
|
|
|
'people-profile-css' =>
|
|
|
|
array(
|
2013-10-17 18:32:34 +02:00
|
|
|
'uri' => '/res/f1da102e/rsrc/css/application/people/people-profile.css',
|
2013-07-10 01:23:54 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/people/people-profile.css',
|
|
|
|
),
|
2013-04-05 16:40:27 +02:00
|
|
|
'phabricator-action-header-view-css' =>
|
|
|
|
array(
|
2013-09-24 17:42:04 +02:00
|
|
|
'uri' => '/res/cd8b4a61/rsrc/css/layout/phabricator-action-header-view.css',
|
2013-04-05 16:40:27 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/layout/phabricator-action-header-view.css',
|
|
|
|
),
|
2012-08-15 19:45:06 +02:00
|
|
|
'phabricator-action-list-view-css' =>
|
|
|
|
array(
|
2013-10-06 20:12:00 +02:00
|
|
|
'uri' => '/res/2dce4556/rsrc/css/layout/phabricator-action-list-view.css',
|
2012-08-15 19:45:06 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/layout/phabricator-action-list-view.css',
|
|
|
|
),
|
2012-08-02 23:07:21 +02:00
|
|
|
'phabricator-application-launch-view-css' =>
|
|
|
|
array(
|
2013-06-12 19:30:15 +02:00
|
|
|
'uri' => '/res/21a67228/rsrc/css/application/base/phabricator-application-launch-view.css',
|
2012-08-02 23:07:21 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/base/phabricator-application-launch-view.css',
|
|
|
|
),
|
2012-10-24 02:34:43 +02:00
|
|
|
'phabricator-busy' =>
|
|
|
|
array(
|
2013-07-04 05:24:28 +02:00
|
|
|
'uri' => '/res/083c11d2/rsrc/js/core/Busy.js',
|
2012-10-24 02:34:43 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-dom',
|
2013-07-04 05:24:28 +02:00
|
|
|
2 => 'javelin-fx',
|
2012-10-24 02:34:43 +02:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/Busy.js',
|
2012-10-24 02:34:43 +02:00
|
|
|
),
|
2012-02-17 19:21:38 +01:00
|
|
|
'phabricator-chatlog-css' =>
|
|
|
|
array(
|
2013-10-10 13:49:04 +02:00
|
|
|
'uri' => '/res/cf9b0aa7/rsrc/css/application/chatlog/chatlog.css',
|
2012-02-17 19:21:38 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/chatlog/chatlog.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'phabricator-content-source-view-css' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/f15a9527/rsrc/css/application/contentsource/content-source-view.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/contentsource/content-source-view.css',
|
|
|
|
),
|
|
|
|
'phabricator-core-css' =>
|
|
|
|
array(
|
2013-08-26 20:53:11 +02:00
|
|
|
'uri' => '/res/9e767fb1/rsrc/css/core/core.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/core/core.css',
|
|
|
|
),
|
|
|
|
'phabricator-countdown-css' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/d85bdfd5/rsrc/css/application/countdown/timer.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/countdown/timer.css',
|
|
|
|
),
|
2012-12-07 22:38:02 +01:00
|
|
|
'phabricator-crumbs-view-css' =>
|
|
|
|
array(
|
2013-10-15 03:21:06 +02:00
|
|
|
'uri' => '/res/f3c7068b/rsrc/css/layout/phabricator-crumbs-view.css',
|
2012-12-07 22:38:02 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/layout/phabricator-crumbs-view.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'phabricator-drag-and-drop-file-upload' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/396d3b3b/rsrc/js/core/DragAndDropFileUpload.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
2 => 'javelin-request',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
4 => 'javelin-uri',
|
2012-10-09 00:23:05 +02:00
|
|
|
5 => 'phabricator-file-upload',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/DragAndDropFileUpload.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2013-06-05 00:28:31 +02:00
|
|
|
'phabricator-draggable-list' =>
|
|
|
|
array(
|
2013-09-25 22:27:58 +02:00
|
|
|
'uri' => '/res/75c556db/rsrc/js/core/DraggableList.js',
|
2013-06-05 00:28:31 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-util',
|
|
|
|
4 => 'javelin-vector',
|
|
|
|
5 => 'javelin-magical-init',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/core/DraggableList.js',
|
|
|
|
),
|
2012-01-05 01:52:13 +01:00
|
|
|
'phabricator-dropdown-menu' =>
|
|
|
|
array(
|
2013-10-13 18:33:45 +02:00
|
|
|
'uri' => '/res/147ca011/rsrc/js/core/DropdownMenu.js',
|
2012-01-05 01:52:13 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-vector',
|
|
|
|
4 => 'javelin-stratcom',
|
|
|
|
5 => 'phabricator-menu-item',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/DropdownMenu.js',
|
2012-01-05 01:52:13 +01:00
|
|
|
),
|
2013-01-23 00:16:26 +01:00
|
|
|
'phabricator-fatal-config-template-css' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/6e1a8d22/rsrc/css/application/config/config-template.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/config/config-template.css',
|
|
|
|
),
|
2012-02-24 22:02:35 +01:00
|
|
|
'phabricator-feed-css' =>
|
|
|
|
array(
|
2013-05-13 18:14:40 +02:00
|
|
|
'uri' => '/res/e19633ed/rsrc/css/application/feed/feed.css',
|
2012-02-24 22:02:35 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/feed/feed.css',
|
|
|
|
),
|
2012-10-09 00:23:05 +02:00
|
|
|
'phabricator-file-upload' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/c9605008/rsrc/js/core/FileUpload.js',
|
2012-10-09 00:23:05 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2012-10-09 17:34:06 +02:00
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'phabricator-notification',
|
2012-10-09 00:23:05 +02:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/FileUpload.js',
|
2012-10-09 00:23:05 +02:00
|
|
|
),
|
2012-08-22 00:03:01 +02:00
|
|
|
'phabricator-filetree-view-css' =>
|
|
|
|
array(
|
2013-01-22 18:56:18 +01:00
|
|
|
'uri' => '/res/c912ed91/rsrc/css/layout/phabricator-filetree-view.css',
|
2012-08-22 00:03:01 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/layout/phabricator-filetree-view.css',
|
|
|
|
),
|
2012-03-28 01:22:40 +02:00
|
|
|
'phabricator-flag-css' =>
|
|
|
|
array(
|
2013-09-09 23:14:34 +02:00
|
|
|
'uri' => '/res/cdb5cb1b/rsrc/css/application/flag/flag.css',
|
2012-03-28 01:22:40 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/flag/flag.css',
|
|
|
|
),
|
Hovercard front-end code & stuff
Summary:
Refs T1048; Depends on D5557, D5558
They hover right above your eyes. Try it out at home :D (in that case, don't forget to checkout D5557 and D5558)
Worth a lot of improvement. But it's great for now after a little bit of styling.
Scrape load (search current document for all hovercards and pre-load them) and lazy load (e.g. previewing comments which is not covered by scrape load) implemented.
Added some seemingly useful graceful situations. Too much to the left, too much to the top.
Test Plan:
Tested on Ubuntu, Chrome and FF. No Windows yet, since I have it live at no place. Works pretty fine, at least it will appear.
Could test left graceful fallback. Don't know what happens if you place it too far to the top. I expect either good results or placement about the center of the screen in case of glitches.
For now, they'll disappear right away once the mouse leaves the object tag. Intended is when leaving both tag and hovercard.
Reviewers: epriestley, chad, btrahan
CC: aran, Korvin
Maniphest Tasks: T1048
Differential Revision: https://secure.phabricator.com/D5563
Conflicts:
src/__celerity_resource_map__.php
2013-04-05 17:31:35 +02:00
|
|
|
'phabricator-hovercard' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/7fb94260/rsrc/js/core/Hovercard.js',
|
Hovercard front-end code & stuff
Summary:
Refs T1048; Depends on D5557, D5558
They hover right above your eyes. Try it out at home :D (in that case, don't forget to checkout D5557 and D5558)
Worth a lot of improvement. But it's great for now after a little bit of styling.
Scrape load (search current document for all hovercards and pre-load them) and lazy load (e.g. previewing comments which is not covered by scrape load) implemented.
Added some seemingly useful graceful situations. Too much to the left, too much to the top.
Test Plan:
Tested on Ubuntu, Chrome and FF. No Windows yet, since I have it live at no place. Works pretty fine, at least it will appear.
Could test left graceful fallback. Don't know what happens if you place it too far to the top. I expect either good results or placement about the center of the screen in case of glitches.
For now, they'll disappear right away once the mouse leaves the object tag. Intended is when leaving both tag and hovercard.
Reviewers: epriestley, chad, btrahan
CC: aran, Korvin
Maniphest Tasks: T1048
Differential Revision: https://secure.phabricator.com/D5563
Conflicts:
src/__celerity_resource_map__.php
2013-04-05 17:31:35 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2013-04-05 20:01:56 +02:00
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-vector',
|
|
|
|
3 => 'javelin-request',
|
|
|
|
4 => 'javelin-uri',
|
Hovercard front-end code & stuff
Summary:
Refs T1048; Depends on D5557, D5558
They hover right above your eyes. Try it out at home :D (in that case, don't forget to checkout D5557 and D5558)
Worth a lot of improvement. But it's great for now after a little bit of styling.
Scrape load (search current document for all hovercards and pre-load them) and lazy load (e.g. previewing comments which is not covered by scrape load) implemented.
Added some seemingly useful graceful situations. Too much to the left, too much to the top.
Test Plan:
Tested on Ubuntu, Chrome and FF. No Windows yet, since I have it live at no place. Works pretty fine, at least it will appear.
Could test left graceful fallback. Don't know what happens if you place it too far to the top. I expect either good results or placement about the center of the screen in case of glitches.
For now, they'll disappear right away once the mouse leaves the object tag. Intended is when leaving both tag and hovercard.
Reviewers: epriestley, chad, btrahan
CC: aran, Korvin
Maniphest Tasks: T1048
Differential Revision: https://secure.phabricator.com/D5563
Conflicts:
src/__celerity_resource_map__.php
2013-04-05 17:31:35 +02:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/Hovercard.js',
|
Hovercard front-end code & stuff
Summary:
Refs T1048; Depends on D5557, D5558
They hover right above your eyes. Try it out at home :D (in that case, don't forget to checkout D5557 and D5558)
Worth a lot of improvement. But it's great for now after a little bit of styling.
Scrape load (search current document for all hovercards and pre-load them) and lazy load (e.g. previewing comments which is not covered by scrape load) implemented.
Added some seemingly useful graceful situations. Too much to the left, too much to the top.
Test Plan:
Tested on Ubuntu, Chrome and FF. No Windows yet, since I have it live at no place. Works pretty fine, at least it will appear.
Could test left graceful fallback. Don't know what happens if you place it too far to the top. I expect either good results or placement about the center of the screen in case of glitches.
For now, they'll disappear right away once the mouse leaves the object tag. Intended is when leaving both tag and hovercard.
Reviewers: epriestley, chad, btrahan
CC: aran, Korvin
Maniphest Tasks: T1048
Differential Revision: https://secure.phabricator.com/D5563
Conflicts:
src/__celerity_resource_map__.php
2013-04-05 17:31:35 +02:00
|
|
|
),
|
2013-04-02 18:15:33 +02:00
|
|
|
'phabricator-hovercard-view-css' =>
|
|
|
|
array(
|
2013-09-07 18:13:55 +02:00
|
|
|
'uri' => '/res/79c61f0e/rsrc/css/layout/phabricator-hovercard-view.css',
|
2013-04-02 18:15:33 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/layout/phabricator-hovercard-view.css',
|
|
|
|
),
|
2012-02-24 22:02:35 +01:00
|
|
|
'phabricator-jump-nav' =>
|
|
|
|
array(
|
2013-09-02 17:10:47 +02:00
|
|
|
'uri' => '/res/7db8cead/rsrc/css/application/directory/phabricator-jump-nav.css',
|
2012-02-24 22:02:35 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/directory/phabricator-jump-nav.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'phabricator-keyboard-shortcut' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/44747afd/rsrc/js/core/KeyboardShortcut.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
2 => 'phabricator-keyboard-shortcut-manager',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/KeyboardShortcut.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'phabricator-keyboard-shortcut-manager' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/bf9bc02a/rsrc/js/core/KeyboardShortcutManager.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
2 => 'javelin-stratcom',
|
|
|
|
3 => 'javelin-dom',
|
|
|
|
4 => 'javelin-vector',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/KeyboardShortcutManager.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2012-07-31 01:09:14 +02:00
|
|
|
'phabricator-main-menu-view' =>
|
|
|
|
array(
|
2013-12-06 21:08:11 +01:00
|
|
|
'uri' => '/res/44456bed/rsrc/css/application/base/main-menu-view.css',
|
2012-07-31 01:09:14 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/base/main-menu-view.css',
|
|
|
|
),
|
2012-01-05 01:52:13 +01:00
|
|
|
'phabricator-menu-item' =>
|
|
|
|
array(
|
2013-10-14 20:50:05 +02:00
|
|
|
'uri' => '/res/e810b0a1/rsrc/js/core/DropdownMenuItem.js',
|
2012-01-05 01:52:13 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/DropdownMenuItem.js',
|
2012-01-05 01:52:13 +01:00
|
|
|
),
|
2012-08-01 21:31:33 +02:00
|
|
|
'phabricator-nav-view-css' =>
|
|
|
|
array(
|
2013-05-17 18:58:37 +02:00
|
|
|
'uri' => '/res/37955b6a/rsrc/css/aphront/phabricator-nav-view.css',
|
2012-08-01 21:31:33 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/phabricator-nav-view.css',
|
|
|
|
),
|
2012-06-14 00:00:24 +02:00
|
|
|
'phabricator-notification' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/0764da14/rsrc/js/core/Notification.js',
|
2012-06-14 00:00:24 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-stratcom',
|
2012-06-17 20:35:36 +02:00
|
|
|
3 => 'javelin-util',
|
2012-10-09 17:34:06 +02:00
|
|
|
4 => 'phabricator-notification-css',
|
2012-06-14 00:00:24 +02:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/Notification.js',
|
2012-06-14 00:00:24 +02:00
|
|
|
),
|
|
|
|
'phabricator-notification-css' =>
|
|
|
|
array(
|
2013-09-02 22:57:48 +02:00
|
|
|
'uri' => '/res/2b9cdac0/rsrc/css/aphront/notification.css',
|
2012-06-14 00:00:24 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/notification.css',
|
|
|
|
),
|
2012-07-31 01:09:14 +02:00
|
|
|
'phabricator-notification-menu-css' =>
|
|
|
|
array(
|
2013-12-03 20:58:10 +01:00
|
|
|
'uri' => '/res/48b02e64/rsrc/css/application/base/notification-menu.css',
|
2012-07-31 01:09:14 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/base/notification-menu.css',
|
|
|
|
),
|
2012-08-07 20:57:38 +02:00
|
|
|
'phabricator-object-list-view-css' =>
|
|
|
|
array(
|
2012-08-08 19:03:41 +02:00
|
|
|
'uri' => '/res/4f183668/rsrc/css/application/projects/phabricator-object-list-view.css',
|
2012-08-07 20:57:38 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/projects/phabricator-object-list-view.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'phabricator-object-selector-css' =>
|
|
|
|
array(
|
2013-12-01 04:47:20 +01:00
|
|
|
'uri' => '/res/575e4958/rsrc/css/application/objectselector/object-selector.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'aphront-dialog-view-css',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/objectselector/object-selector.css',
|
|
|
|
),
|
2013-04-23 20:32:24 +02:00
|
|
|
'phabricator-phtize' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/dc655a81/rsrc/js/core/phtize.js',
|
2013-04-23 20:32:24 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-util',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/core/phtize.js',
|
|
|
|
),
|
2012-02-24 22:02:35 +01:00
|
|
|
'phabricator-prefab' =>
|
2012-02-24 00:47:41 +01:00
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/511859ca/rsrc/js/core/Prefab.js',
|
2012-02-24 00:47:41 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
2012-02-24 22:02:35 +01:00
|
|
|
2 => 'javelin-dom',
|
Use Javelin placeholders and new sorting rules broadly; consolidate tokenizer construction code
Summary:
- We have three nearly-identical blocks of Tokenizer construction code; consolidate them into Prefab.
- Add placeholder support.
- Augment server-side stuff to specify placeholder text.
Test Plan: Verified behavior of Differential edit tokenizers, Differential comment tokenizers, Maniphest edit tokenizers, Maniphest comment tokenizers, Maniphest filter tokenizers, Differential filter tokenizers, Owners filter tokenizers, Owners edit tokenizers, Herald edit tokenizers, Audit filter tokenizers.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran, epriestley
Maniphest Tasks: T772, T946
Differential Revision: https://secure.phabricator.com/D1844
2012-03-10 00:46:39 +01:00
|
|
|
3 => 'javelin-typeahead',
|
|
|
|
4 => 'javelin-tokenizer',
|
|
|
|
5 => 'javelin-typeahead-preloaded-source',
|
|
|
|
6 => 'javelin-typeahead-ondemand-source',
|
|
|
|
7 => 'javelin-dom',
|
|
|
|
8 => 'javelin-stratcom',
|
|
|
|
9 => 'javelin-util',
|
2012-02-24 00:47:41 +01:00
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/Prefab.js',
|
2012-02-24 00:47:41 +01:00
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'phabricator-profile-css' =>
|
|
|
|
array(
|
2013-09-02 17:10:47 +02:00
|
|
|
'uri' => '/res/c1f72695/rsrc/css/application/profile/profile-view.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/profile/profile-view.css',
|
|
|
|
),
|
2012-04-02 19:27:31 +02:00
|
|
|
'phabricator-project-tag-css' =>
|
|
|
|
array(
|
2013-09-14 01:56:21 +02:00
|
|
|
'uri' => '/res/535b8b7a/rsrc/css/application/projects/project-tag.css',
|
2012-04-02 19:27:31 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/projects/project-tag.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'phabricator-remarkup-css' =>
|
|
|
|
array(
|
2013-10-17 04:12:14 +02:00
|
|
|
'uri' => '/res/4c313572/rsrc/css/core/remarkup.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/core/remarkup.css',
|
|
|
|
),
|
|
|
|
'phabricator-search-results-css' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/5407f3ea/rsrc/css/application/search/search-results.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/search/search-results.css',
|
|
|
|
),
|
2013-04-09 18:43:41 +02:00
|
|
|
'phabricator-settings-css' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/fb9d017f/rsrc/css/application/settings/settings.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/settings/settings.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'phabricator-shaped-request' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/d173af85/rsrc/js/core/ShapedRequest.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
2 => 'javelin-request',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/ShapedRequest.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
2012-12-07 22:33:03 +01:00
|
|
|
'phabricator-side-menu-view-css' =>
|
|
|
|
array(
|
2013-08-26 20:53:11 +02:00
|
|
|
'uri' => '/res/e83fbe58/rsrc/css/layout/phabricator-side-menu-view.css',
|
2012-12-07 22:33:03 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/layout/phabricator-side-menu-view.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'phabricator-slowvote-css' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/e61a54eb/rsrc/css/application/slowvote/slowvote.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/slowvote/slowvote.css',
|
|
|
|
),
|
2012-08-15 19:45:06 +02:00
|
|
|
'phabricator-source-code-view-css' =>
|
|
|
|
array(
|
2013-11-25 04:14:16 +01:00
|
|
|
'uri' => '/res/f70ef208/rsrc/css/layout/phabricator-source-code-view.css',
|
2012-08-15 19:45:06 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/layout/phabricator-source-code-view.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'phabricator-standard-page-view' =>
|
|
|
|
array(
|
2013-10-17 19:49:21 +02:00
|
|
|
'uri' => '/res/eebd59cd/rsrc/css/application/base/standard-page-view.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/base/standard-page-view.css',
|
|
|
|
),
|
2012-11-24 15:47:06 +01:00
|
|
|
'phabricator-tag-view-css' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/65ad2dc3/rsrc/css/layout/phabricator-tag-view.css',
|
2012-11-24 15:47:06 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/layout/phabricator-tag-view.css',
|
|
|
|
),
|
2012-10-02 03:48:39 +02:00
|
|
|
'phabricator-textareautils' =>
|
|
|
|
array(
|
2013-04-23 19:56:46 +02:00
|
|
|
'uri' => '/res/03c03e8b/rsrc/js/core/TextAreaUtils.js',
|
2012-10-02 03:48:39 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/TextAreaUtils.js',
|
2012-10-02 03:48:39 +02:00
|
|
|
),
|
2012-11-22 17:25:13 +01:00
|
|
|
'phabricator-timeline-view-css' =>
|
|
|
|
array(
|
2013-10-05 20:18:07 +02:00
|
|
|
'uri' => '/res/d139291d/rsrc/css/layout/phabricator-timeline-view.css',
|
2012-11-22 17:25:13 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/layout/phabricator-timeline-view.css',
|
|
|
|
),
|
2012-03-13 02:21:02 +01:00
|
|
|
'phabricator-tooltip' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/a23bc887/rsrc/js/core/ToolTip.js',
|
2012-03-13 02:21:02 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-util',
|
|
|
|
2 => 'javelin-dom',
|
|
|
|
3 => 'javelin-vector',
|
|
|
|
),
|
2013-04-23 19:56:46 +02:00
|
|
|
'disk' => '/rsrc/js/core/ToolTip.js',
|
2012-03-13 02:21:02 +01:00
|
|
|
),
|
2012-02-24 22:02:35 +01:00
|
|
|
'phabricator-transaction-view-css' =>
|
|
|
|
array(
|
2013-10-26 17:40:56 +02:00
|
|
|
'uri' => '/res/5e6237c6/rsrc/css/aphront/transaction.css',
|
2012-02-24 22:02:35 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/aphront/transaction.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'phabricator-ui-example-css' =>
|
|
|
|
array(
|
2012-07-31 01:08:42 +02:00
|
|
|
'uri' => '/res/376ab671/rsrc/css/application/uiexample/example.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/uiexample/example.css',
|
|
|
|
),
|
|
|
|
'phabricator-uiexample-javelin-view' =>
|
|
|
|
array(
|
2013-07-16 22:35:25 +02:00
|
|
|
'uri' => '/res/d42834b6/rsrc/js/application/uiexample/JavelinViewExample.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-dom',
|
2013-07-16 22:35:25 +02:00
|
|
|
2 => 'javelin-view',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/uiexample/JavelinViewExample.js',
|
|
|
|
),
|
|
|
|
'phabricator-uiexample-reactor-button' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/6bfe4f05/rsrc/js/application/uiexample/ReactorButtonExample.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-dom',
|
2012-01-05 02:10:34 +01:00
|
|
|
2 => 'javelin-util',
|
2013-05-19 02:04:22 +02:00
|
|
|
3 => 'javelin-dynval',
|
2012-01-05 02:10:34 +01:00
|
|
|
4 => 'javelin-reactor-dom',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/uiexample/ReactorButtonExample.js',
|
|
|
|
),
|
|
|
|
'phabricator-uiexample-reactor-checkbox' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/3e8b30ac/rsrc/js/application/uiexample/ReactorCheckboxExample.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-reactor-dom',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/uiexample/ReactorCheckboxExample.js',
|
|
|
|
),
|
|
|
|
'phabricator-uiexample-reactor-focus' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/d8f3b56e/rsrc/js/application/uiexample/ReactorFocusExample.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-reactor-dom',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/uiexample/ReactorFocusExample.js',
|
|
|
|
),
|
|
|
|
'phabricator-uiexample-reactor-input' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/936352d9/rsrc/js/application/uiexample/ReactorInputExample.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-reactor-dom',
|
|
|
|
2 => 'javelin-view-html',
|
|
|
|
3 => 'javelin-view-interpreter',
|
|
|
|
4 => 'javelin-view-renderer',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/uiexample/ReactorInputExample.js',
|
|
|
|
),
|
|
|
|
'phabricator-uiexample-reactor-mouseover' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/031a9f4f/rsrc/js/application/uiexample/ReactorMouseoverExample.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-reactor-dom',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/uiexample/ReactorMouseoverExample.js',
|
|
|
|
),
|
|
|
|
'phabricator-uiexample-reactor-radio' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/208c58e3/rsrc/js/application/uiexample/ReactorRadioExample.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-reactor-dom',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/uiexample/ReactorRadioExample.js',
|
|
|
|
),
|
|
|
|
'phabricator-uiexample-reactor-select' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/1b68a6db/rsrc/js/application/uiexample/ReactorSelectExample.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-reactor-dom',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/uiexample/ReactorSelectExample.js',
|
|
|
|
),
|
|
|
|
'phabricator-uiexample-reactor-sendclass' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/00cb3131/rsrc/js/application/uiexample/ReactorSendClassExample.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-reactor-dom',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/uiexample/ReactorSendClassExample.js',
|
|
|
|
),
|
|
|
|
'phabricator-uiexample-reactor-sendproperties' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/392f1e02/rsrc/js/application/uiexample/ReactorSendPropertiesExample.js',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
2013-05-19 02:04:22 +02:00
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-reactor-dom',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/uiexample/ReactorSendPropertiesExample.js',
|
|
|
|
),
|
2012-12-30 18:30:21 +01:00
|
|
|
'phabricator-zindex-css' =>
|
|
|
|
array(
|
2013-08-30 02:03:40 +02:00
|
|
|
'uri' => '/res/b443d508/rsrc/css/core/z-index.css',
|
2012-12-30 18:30:21 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/core/z-index.css',
|
|
|
|
),
|
2012-10-13 01:01:33 +02:00
|
|
|
'phame-css' =>
|
2012-10-02 00:37:02 +02:00
|
|
|
array(
|
2013-09-02 17:10:47 +02:00
|
|
|
'uri' => '/res/405e77b8/rsrc/css/application/phame/phame.css',
|
2012-10-02 00:37:02 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
2012-10-13 01:01:33 +02:00
|
|
|
'disk' => '/rsrc/css/application/phame/phame.css',
|
2012-10-02 00:37:02 +02:00
|
|
|
),
|
2013-01-20 18:29:34 +01:00
|
|
|
'pholio-css' =>
|
|
|
|
array(
|
2013-09-29 00:55:38 +02:00
|
|
|
'uri' => '/res/e64264c9/rsrc/css/application/pholio/pholio.css',
|
2013-01-20 18:29:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/pholio/pholio.css',
|
|
|
|
),
|
2013-07-16 22:31:20 +02:00
|
|
|
'pholio-edit-css' =>
|
|
|
|
array(
|
2013-09-02 22:57:48 +02:00
|
|
|
'uri' => '/res/04013652/rsrc/css/application/pholio/pholio-edit.css',
|
2013-07-16 22:31:20 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/pholio/pholio-edit.css',
|
|
|
|
),
|
2013-02-22 15:39:08 +01:00
|
|
|
'pholio-inline-comments-css' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/67e2f18c/rsrc/css/application/pholio/pholio-inline-comments.css',
|
2013-02-22 15:39:08 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/pholio/pholio-inline-comments.css',
|
|
|
|
),
|
2013-04-29 21:14:50 +02:00
|
|
|
'phortune-credit-card-form' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/bc948778/rsrc/js/application/phortune/phortune-credit-card-form.js',
|
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-install',
|
|
|
|
1 => 'javelin-dom',
|
|
|
|
2 => 'javelin-json',
|
|
|
|
3 => 'javelin-workflow',
|
|
|
|
4 => 'javelin-util',
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/js/application/phortune/phortune-credit-card-form.js',
|
|
|
|
),
|
|
|
|
'phortune-credit-card-form-css' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/563c8c6d/rsrc/css/application/phortune/phortune-credit-card-form.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/phortune/phortune-credit-card-form.css',
|
|
|
|
),
|
2013-04-01 05:07:47 +02:00
|
|
|
'phrequent-css' =>
|
|
|
|
array(
|
2013-09-02 17:10:47 +02:00
|
|
|
'uri' => '/res/e2f09149/rsrc/css/application/phrequent/phrequent.css',
|
2013-04-01 05:07:47 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/phrequent/phrequent.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'phriction-document-css' =>
|
|
|
|
array(
|
2013-10-30 00:06:13 +01:00
|
|
|
'uri' => '/res/97cbd7c6/rsrc/css/application/phriction/phriction-document-css.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/phriction/phriction-document-css.css',
|
|
|
|
),
|
2013-04-18 20:34:02 +02:00
|
|
|
'phui-box-css' =>
|
|
|
|
array(
|
2013-09-02 17:10:47 +02:00
|
|
|
'uri' => '/res/cd1b04cf/rsrc/css/phui/phui-box.css',
|
2013-04-18 20:34:02 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-box.css',
|
|
|
|
),
|
2013-06-13 03:23:35 +02:00
|
|
|
'phui-button-css' =>
|
|
|
|
array(
|
2013-12-03 17:34:04 +01:00
|
|
|
'uri' => '/res/5d0a3cec/rsrc/css/phui/phui-button.css',
|
2013-06-13 03:23:35 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-button.css',
|
|
|
|
),
|
2013-06-01 00:03:59 +02:00
|
|
|
'phui-document-view-css' =>
|
|
|
|
array(
|
2013-10-14 20:38:05 +02:00
|
|
|
'uri' => '/res/cac7a825/rsrc/css/phui/phui-document.css',
|
2013-06-01 00:03:59 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-document.css',
|
|
|
|
),
|
2013-04-15 04:32:26 +02:00
|
|
|
'phui-feed-story-css' =>
|
|
|
|
array(
|
2013-09-07 18:13:55 +02:00
|
|
|
'uri' => '/res/8f28c686/rsrc/css/phui/phui-feed-story.css',
|
2013-04-15 04:32:26 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-feed-story.css',
|
|
|
|
),
|
Update form styles, implement in many places
Summary:
This creates a common form look and feel across the site. I spent a bit of time working out a number of kinks in our various renderings. Some things:
- Font Styles are correctly applied for form elements now.
- Everything lines up!
- Selects are larger, easier to read, interact.
- Inputs have been squared.
- Consistant CSS applied glow (try it!)
- Improved Mobile Responsiveness
- CSS applied to all form elements, not just Aphront
- Many other minor tweaks.
I tried to hit as many high profile forms as possible in an effort to increase consistency. Stopped for now and will follow up after this lands. I know Evan is not a super fan of the glow, but after working with it for a week, it's way cleaner and responsive than the OS controls. Give it a try.
Test Plan: Tested many applications, forms, mobile and tablet.
Reviewers: epriestley, btrahan
Reviewed By: epriestley
CC: aran, Korvin
Differential Revision: https://secure.phabricator.com/D5860
2013-05-07 23:07:06 +02:00
|
|
|
'phui-form-css' =>
|
|
|
|
array(
|
2013-09-02 17:10:47 +02:00
|
|
|
'uri' => '/res/29b48d06/rsrc/css/phui/phui-form.css',
|
Update form styles, implement in many places
Summary:
This creates a common form look and feel across the site. I spent a bit of time working out a number of kinks in our various renderings. Some things:
- Font Styles are correctly applied for form elements now.
- Everything lines up!
- Selects are larger, easier to read, interact.
- Inputs have been squared.
- Consistant CSS applied glow (try it!)
- Improved Mobile Responsiveness
- CSS applied to all form elements, not just Aphront
- Many other minor tweaks.
I tried to hit as many high profile forms as possible in an effort to increase consistency. Stopped for now and will follow up after this lands. I know Evan is not a super fan of the glow, but after working with it for a week, it's way cleaner and responsive than the OS controls. Give it a try.
Test Plan: Tested many applications, forms, mobile and tablet.
Reviewers: epriestley, btrahan
Reviewed By: epriestley
CC: aran, Korvin
Differential Revision: https://secure.phabricator.com/D5860
2013-05-07 23:07:06 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-form.css',
|
|
|
|
),
|
2013-08-26 20:53:11 +02:00
|
|
|
'phui-form-view-css' =>
|
|
|
|
array(
|
2013-11-22 01:09:04 +01:00
|
|
|
'uri' => '/res/c77cb7c8/rsrc/css/phui/phui-form-view.css',
|
2013-08-26 20:53:11 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-form-view.css',
|
|
|
|
),
|
2013-09-17 18:12:37 +02:00
|
|
|
'phui-header-view-css' =>
|
|
|
|
array(
|
2013-12-05 16:16:25 +01:00
|
|
|
'uri' => '/res/d282803f/rsrc/css/phui/phui-header-view.css',
|
2013-09-17 18:12:37 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-header-view.css',
|
|
|
|
),
|
2013-04-20 02:44:20 +02:00
|
|
|
'phui-icon-view-css' =>
|
|
|
|
array(
|
2013-09-17 18:12:37 +02:00
|
|
|
'uri' => '/res/28fb5ae5/rsrc/css/phui/phui-icon.css',
|
2013-04-20 02:44:20 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-icon.css',
|
|
|
|
),
|
2013-10-25 20:09:06 +02:00
|
|
|
'phui-info-panel-css' =>
|
|
|
|
array(
|
2013-10-25 22:59:02 +02:00
|
|
|
'uri' => '/res/e0ba8d04/rsrc/css/phui/phui-info-panel.css',
|
2013-10-25 20:09:06 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-info-panel.css',
|
|
|
|
),
|
2013-06-05 17:41:43 +02:00
|
|
|
'phui-list-view-css' =>
|
|
|
|
array(
|
2013-10-22 17:48:12 +02:00
|
|
|
'uri' => '/res/fbf42225/rsrc/css/phui/phui-list.css',
|
2013-06-05 17:41:43 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-list.css',
|
|
|
|
),
|
2013-09-29 00:55:38 +02:00
|
|
|
'phui-object-box-css' =>
|
|
|
|
array(
|
2013-10-06 20:12:00 +02:00
|
|
|
'uri' => '/res/8504279f/rsrc/css/phui/phui-object-box.css',
|
2013-09-29 00:55:38 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-object-box.css',
|
|
|
|
),
|
2013-09-09 23:14:34 +02:00
|
|
|
'phui-object-item-list-view-css' =>
|
|
|
|
array(
|
2013-12-05 18:14:58 +01:00
|
|
|
'uri' => '/res/6637c8f0/rsrc/css/phui/phui-object-item-list-view.css',
|
2013-09-09 23:14:34 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-object-item-list-view.css',
|
|
|
|
),
|
2013-08-07 19:58:09 +02:00
|
|
|
'phui-pinboard-view-css' =>
|
|
|
|
array(
|
2013-09-02 17:10:47 +02:00
|
|
|
'uri' => '/res/f791ea99/rsrc/css/phui/phui-pinboard-view.css',
|
2013-08-07 19:58:09 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-pinboard-view.css',
|
|
|
|
),
|
2013-10-11 16:53:56 +02:00
|
|
|
'phui-property-list-view-css' =>
|
|
|
|
array(
|
2013-11-04 20:07:51 +01:00
|
|
|
'uri' => '/res/e1e6674b/rsrc/css/phui/phui-property-list-view.css',
|
2013-10-11 16:53:56 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-property-list-view.css',
|
|
|
|
),
|
2013-08-05 19:46:39 +02:00
|
|
|
'phui-remarkup-preview-css' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/50fa4178/rsrc/css/phui/phui-remarkup-preview.css',
|
2013-08-05 19:46:39 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-remarkup-preview.css',
|
|
|
|
),
|
2013-06-13 03:23:35 +02:00
|
|
|
'phui-spacing-css' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/28891fd3/rsrc/css/phui/phui-spacing.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-spacing.css',
|
|
|
|
),
|
2013-07-24 23:13:22 +02:00
|
|
|
'phui-status-list-view-css' =>
|
|
|
|
array(
|
2013-10-30 04:26:41 +01:00
|
|
|
'uri' => '/res/868f8a95/rsrc/css/phui/phui-status.css',
|
2013-07-24 23:13:22 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-status.css',
|
|
|
|
),
|
2013-04-22 23:28:23 +02:00
|
|
|
'phui-text-css' =>
|
|
|
|
array(
|
2013-06-20 05:25:41 +02:00
|
|
|
'uri' => '/res/63e53cac/rsrc/css/phui/phui-text.css',
|
2013-04-22 23:28:23 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-text.css',
|
|
|
|
),
|
2013-09-06 23:06:12 +02:00
|
|
|
'phui-workboard-view-css' =>
|
|
|
|
array(
|
2013-11-06 19:18:29 +01:00
|
|
|
'uri' => '/res/908b64b3/rsrc/css/phui/phui-workboard-view.css',
|
2013-09-06 23:06:12 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-workboard-view.css',
|
|
|
|
),
|
|
|
|
'phui-workpanel-view-css' =>
|
|
|
|
array(
|
2013-11-06 03:55:42 +01:00
|
|
|
'uri' => '/res/0b9a41d8/rsrc/css/phui/phui-workpanel-view.css',
|
2013-09-06 23:06:12 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/phui/phui-workpanel-view.css',
|
|
|
|
),
|
2013-10-09 22:52:04 +02:00
|
|
|
'policy-css' =>
|
|
|
|
array(
|
2013-10-09 23:05:10 +02:00
|
|
|
'uri' => '/res/51325bff/rsrc/css/application/policy/policy.css',
|
2013-10-09 22:52:04 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/policy/policy.css',
|
|
|
|
),
|
2013-10-09 23:05:10 +02:00
|
|
|
'policy-edit-css' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/1e2a2b5e/rsrc/css/application/policy/policy-edit.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/policy/policy-edit.css',
|
|
|
|
),
|
adding comments to ponder
Summary: This is pretty spartan, but it does the job.
Test Plan:
Patch, update storage, add some comment
to your favorite question or answer.
Reviewers: nh, vrana, epriestley
Reviewed By: epriestley
CC: aran, Korvin, starruler, syrneus, me.here, victorzarate7
Maniphest Tasks: T1645
Differential Revision: https://secure.phabricator.com/D3471
2012-09-11 21:13:20 +02:00
|
|
|
'ponder-comment-table-css' =>
|
|
|
|
array(
|
2013-09-29 00:55:38 +02:00
|
|
|
'uri' => '/res/4aa4b865/rsrc/css/application/ponder/comments.css',
|
adding comments to ponder
Summary: This is pretty spartan, but it does the job.
Test Plan:
Patch, update storage, add some comment
to your favorite question or answer.
Reviewers: nh, vrana, epriestley
Reviewed By: epriestley
CC: aran, Korvin, starruler, syrneus, me.here, victorzarate7
Maniphest Tasks: T1645
Differential Revision: https://secure.phabricator.com/D3471
2012-09-11 21:13:20 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/ponder/comments.css',
|
|
|
|
),
|
2012-08-10 19:44:04 +02:00
|
|
|
'ponder-feed-view-css' =>
|
|
|
|
array(
|
2013-05-20 16:55:23 +02:00
|
|
|
'uri' => '/res/cab09075/rsrc/css/application/ponder/feed.css',
|
2012-08-10 19:44:04 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/ponder/feed.css',
|
|
|
|
),
|
|
|
|
'ponder-post-css' =>
|
|
|
|
array(
|
adding comments to ponder
Summary: This is pretty spartan, but it does the job.
Test Plan:
Patch, update storage, add some comment
to your favorite question or answer.
Reviewers: nh, vrana, epriestley
Reviewed By: epriestley
CC: aran, Korvin, starruler, syrneus, me.here, victorzarate7
Maniphest Tasks: T1645
Differential Revision: https://secure.phabricator.com/D3471
2012-09-11 21:13:20 +02:00
|
|
|
'uri' => '/res/013b9e2c/rsrc/css/application/ponder/post.css',
|
2012-08-10 19:44:04 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/ponder/post.css',
|
|
|
|
),
|
|
|
|
'ponder-vote-css' =>
|
|
|
|
array(
|
2013-07-29 15:30:07 +02:00
|
|
|
'uri' => '/res/6bbe8538/rsrc/css/application/ponder/vote.css',
|
2012-08-10 19:44:04 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/ponder/vote.css',
|
|
|
|
),
|
2013-04-11 15:32:41 +02:00
|
|
|
'raphael-core' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/5dc5e17c/rsrc/externals/raphael/raphael.js',
|
2013-04-11 15:32:41 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/raphael/raphael.js',
|
2013-04-11 15:32:41 +02:00
|
|
|
),
|
|
|
|
'raphael-g' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/229b89a1/rsrc/externals/raphael/g.raphael.js',
|
2013-04-11 15:32:41 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/raphael/g.raphael.js',
|
2013-04-11 15:32:41 +02:00
|
|
|
),
|
|
|
|
'raphael-g-line' =>
|
|
|
|
array(
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/96da30f7/rsrc/externals/raphael/g.raphael.line.js',
|
2013-04-11 15:32:41 +02:00
|
|
|
'type' => 'js',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
2013-04-11 19:06:05 +02:00
|
|
|
'disk' => '/rsrc/externals/raphael/g.raphael.line.js',
|
2013-04-11 15:32:41 +02:00
|
|
|
),
|
2013-03-15 12:28:43 +01:00
|
|
|
'releeph-branch' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/6ad6420d/rsrc/css/application/releeph/releeph-branch.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/releeph/releeph-branch.css',
|
|
|
|
),
|
|
|
|
'releeph-colors' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/dff4b26a/rsrc/css/application/releeph/releeph-colors.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/releeph/releeph-colors.css',
|
|
|
|
),
|
|
|
|
'releeph-core' =>
|
|
|
|
array(
|
2013-09-02 17:10:47 +02:00
|
|
|
'uri' => '/res/dad04eff/rsrc/css/application/releeph/releeph-core.css',
|
2013-03-15 12:28:43 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/releeph/releeph-core.css',
|
|
|
|
),
|
|
|
|
'releeph-intents' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/4e73e9dd/rsrc/css/application/releeph/releeph-intents.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/releeph/releeph-intents.css',
|
|
|
|
),
|
|
|
|
'releeph-preview-branch' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/65e5dece/rsrc/css/application/releeph/releeph-preview-branch.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/releeph/releeph-preview-branch.css',
|
|
|
|
),
|
|
|
|
'releeph-project' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/b9376e59/rsrc/css/application/releeph/releeph-project.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/releeph/releeph-project.css',
|
|
|
|
),
|
|
|
|
'releeph-request-differential-create-dialog' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/4df30ce1/rsrc/css/application/releeph/releeph-request-differential-create-dialog.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/releeph/releeph-request-differential-create-dialog.css',
|
|
|
|
),
|
|
|
|
'releeph-request-typeahead-css' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/9c9a1acf/rsrc/css/application/releeph/releeph-request-typeahead.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/releeph/releeph-request-typeahead.css',
|
|
|
|
),
|
|
|
|
'releeph-status' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/588529df/rsrc/css/application/releeph/releeph-status.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/releeph/releeph-status.css',
|
|
|
|
),
|
2012-12-30 18:30:21 +01:00
|
|
|
'setup-issue-css' =>
|
|
|
|
array(
|
2013-09-02 17:10:47 +02:00
|
|
|
'uri' => '/res/135c19ed/rsrc/css/application/config/setup-issue.css',
|
2012-12-30 18:30:21 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/config/setup-issue.css',
|
|
|
|
),
|
2013-04-05 16:40:27 +02:00
|
|
|
'sprite-actions-css' =>
|
2013-04-04 19:38:50 +02:00
|
|
|
array(
|
Add action icons to object list views
Summary:
We have a few interfaces where add "Edit", "Delete" or some other action to a list. Currently, this happens via icons, but these are cumbersome and weird, are inconsistent, can't be workflow'd, are hard to hit on desktops and virtually impossible to hit on mobile, and generally just feel iffy to me. Prominent examples are Projects and Flags. I'd like to try adding an "edit" action to Maniphest (to provide quick edit from list views, basically). It looks like some of Releeph would benefit here, as well.
Instead, provide first-class actions:
{F42978}
They produce targets which my meaty ham-fists can plausibly hit on mobile, too:
{F42979}
(We could do some kind of swipe-to-expose thing eventually, but I think putting them by default is OK?)
Test Plan: Added UIExamples. Checked desktop/mobile.
Reviewers: chad, btrahan, edward
Reviewed By: btrahan
CC: aran
Differential Revision: https://secure.phabricator.com/D5890
2013-05-10 21:57:01 +02:00
|
|
|
'uri' => '/res/bd43efa8/rsrc/css/sprite-actions.css',
|
2013-04-04 19:38:50 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-actions.css',
|
|
|
|
),
|
2012-12-07 22:38:02 +01:00
|
|
|
'sprite-apps-css' =>
|
|
|
|
array(
|
2013-11-20 16:30:00 +01:00
|
|
|
'uri' => '/res/262fc049/rsrc/css/sprite-apps.css',
|
2012-12-07 22:38:02 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-apps.css',
|
|
|
|
),
|
|
|
|
'sprite-apps-large-css' =>
|
|
|
|
array(
|
2013-11-20 16:30:00 +01:00
|
|
|
'uri' => '/res/bb7b692d/rsrc/css/sprite-apps-large.css',
|
2012-12-07 22:38:02 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-apps-large.css',
|
|
|
|
),
|
|
|
|
'sprite-apps-xlarge-css' =>
|
|
|
|
array(
|
2013-01-10 19:00:18 +01:00
|
|
|
'uri' => '/res/33a8e644/rsrc/css/sprite-apps-xlarge.css',
|
2012-12-07 22:38:02 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-apps-xlarge.css',
|
|
|
|
),
|
2013-03-13 21:03:51 +01:00
|
|
|
'sprite-conpherence-css' =>
|
2013-01-29 02:49:09 +01:00
|
|
|
array(
|
2013-03-13 21:03:51 +01:00
|
|
|
'uri' => '/res/f6793453/rsrc/css/sprite-conpherence.css',
|
2013-01-29 02:49:09 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
2013-03-13 21:03:51 +01:00
|
|
|
'disk' => '/rsrc/css/sprite-conpherence.css',
|
2013-01-29 02:49:09 +01:00
|
|
|
),
|
2013-03-10 22:16:16 +01:00
|
|
|
'sprite-docs-css' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/b32f93bc/rsrc/css/sprite-docs.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-docs.css',
|
|
|
|
),
|
2012-12-07 22:38:02 +01:00
|
|
|
'sprite-gradient-css' =>
|
|
|
|
array(
|
2013-09-29 00:55:38 +02:00
|
|
|
'uri' => '/res/e31d9063/rsrc/css/sprite-gradient.css',
|
2012-12-07 22:38:02 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-gradient.css',
|
|
|
|
),
|
Add action icons to object list views
Summary:
We have a few interfaces where add "Edit", "Delete" or some other action to a list. Currently, this happens via icons, but these are cumbersome and weird, are inconsistent, can't be workflow'd, are hard to hit on desktops and virtually impossible to hit on mobile, and generally just feel iffy to me. Prominent examples are Projects and Flags. I'd like to try adding an "edit" action to Maniphest (to provide quick edit from list views, basically). It looks like some of Releeph would benefit here, as well.
Instead, provide first-class actions:
{F42978}
They produce targets which my meaty ham-fists can plausibly hit on mobile, too:
{F42979}
(We could do some kind of swipe-to-expose thing eventually, but I think putting them by default is OK?)
Test Plan: Added UIExamples. Checked desktop/mobile.
Reviewers: chad, btrahan, edward
Reviewed By: btrahan
CC: aran
Differential Revision: https://secure.phabricator.com/D5890
2013-05-10 21:57:01 +02:00
|
|
|
'sprite-icons-css' =>
|
2012-11-24 01:35:39 +01:00
|
|
|
array(
|
2013-12-01 04:47:20 +01:00
|
|
|
'uri' => '/res/1418d812/rsrc/css/sprite-icons.css',
|
2012-11-24 01:35:39 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
Add action icons to object list views
Summary:
We have a few interfaces where add "Edit", "Delete" or some other action to a list. Currently, this happens via icons, but these are cumbersome and weird, are inconsistent, can't be workflow'd, are hard to hit on desktops and virtually impossible to hit on mobile, and generally just feel iffy to me. Prominent examples are Projects and Flags. I'd like to try adding an "edit" action to Maniphest (to provide quick edit from list views, basically). It looks like some of Releeph would benefit here, as well.
Instead, provide first-class actions:
{F42978}
They produce targets which my meaty ham-fists can plausibly hit on mobile, too:
{F42979}
(We could do some kind of swipe-to-expose thing eventually, but I think putting them by default is OK?)
Test Plan: Added UIExamples. Checked desktop/mobile.
Reviewers: chad, btrahan, edward
Reviewed By: btrahan
CC: aran
Differential Revision: https://secure.phabricator.com/D5890
2013-05-10 21:57:01 +02:00
|
|
|
'disk' => '/rsrc/css/sprite-icons.css',
|
2012-11-24 01:35:39 +01:00
|
|
|
),
|
2013-06-11 19:22:09 +02:00
|
|
|
'sprite-login-css' =>
|
|
|
|
array(
|
2013-10-15 01:33:49 +02:00
|
|
|
'uri' => '/res/48dc427d/rsrc/css/sprite-login.css',
|
2013-06-11 19:22:09 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-login.css',
|
|
|
|
),
|
2013-12-06 21:08:11 +01:00
|
|
|
'sprite-main-header-css' =>
|
|
|
|
array(
|
|
|
|
'uri' => '/res/b788fd75/rsrc/css/sprite-main-header.css',
|
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-main-header.css',
|
|
|
|
),
|
2012-11-27 23:03:25 +01:00
|
|
|
'sprite-menu-css' =>
|
|
|
|
array(
|
2013-07-28 22:47:09 +02:00
|
|
|
'uri' => '/res/764ab039/rsrc/css/sprite-menu.css',
|
2012-11-27 23:03:25 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-menu.css',
|
|
|
|
),
|
2013-04-04 20:35:22 +02:00
|
|
|
'sprite-minicons-css' =>
|
2013-04-04 19:38:50 +02:00
|
|
|
array(
|
2013-04-05 16:40:27 +02:00
|
|
|
'uri' => '/res/2dba70cd/rsrc/css/sprite-minicons.css',
|
2013-04-04 19:38:50 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-minicons.css',
|
|
|
|
),
|
2013-04-23 01:41:00 +02:00
|
|
|
'sprite-payments-css' =>
|
|
|
|
array(
|
2013-04-23 01:43:29 +02:00
|
|
|
'uri' => '/res/876697b6/rsrc/css/sprite-payments.css',
|
2013-04-23 01:41:00 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-payments.css',
|
|
|
|
),
|
2013-10-13 04:15:38 +02:00
|
|
|
'sprite-projects-css' =>
|
|
|
|
array(
|
2013-10-17 18:32:34 +02:00
|
|
|
'uri' => '/res/40eacbfb/rsrc/css/sprite-projects.css',
|
2013-10-13 04:15:38 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-projects.css',
|
|
|
|
),
|
2013-07-17 17:44:11 +02:00
|
|
|
'sprite-status-css' =>
|
|
|
|
array(
|
2013-11-20 16:30:00 +01:00
|
|
|
'uri' => '/res/a7f117c7/rsrc/css/sprite-status.css',
|
2013-07-17 17:44:11 +02:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-status.css',
|
|
|
|
),
|
2013-02-15 16:47:14 +01:00
|
|
|
'sprite-tokens-css' =>
|
|
|
|
array(
|
2013-11-04 20:50:19 +01:00
|
|
|
'uri' => '/res/eeca7cf1/rsrc/css/sprite-tokens.css',
|
2013-02-15 16:47:14 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/sprite-tokens.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
'syntax-highlighting-css' =>
|
|
|
|
array(
|
2013-09-02 17:12:18 +02:00
|
|
|
'uri' => '/res/db7c0e13/rsrc/css/core/syntax.css',
|
2012-01-05 02:10:34 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/core/syntax.css',
|
|
|
|
),
|
2013-02-15 16:47:14 +01:00
|
|
|
'tokens-css' =>
|
|
|
|
array(
|
2013-07-20 21:29:05 +02:00
|
|
|
'uri' => '/res/bbddf548/rsrc/css/application/tokens/tokens.css',
|
2013-02-15 16:47:14 +01:00
|
|
|
'type' => 'css',
|
|
|
|
'requires' =>
|
|
|
|
array(
|
|
|
|
),
|
|
|
|
'disk' => '/rsrc/css/application/tokens/tokens.css',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
), array(
|
|
|
|
'packages' =>
|
|
|
|
array(
|
2013-12-06 21:08:11 +01:00
|
|
|
'33d9080b' =>
|
2012-03-15 06:42:30 +01:00
|
|
|
array(
|
|
|
|
'name' => 'core.pkg.css',
|
|
|
|
'symbols' =>
|
|
|
|
array(
|
|
|
|
0 => 'phabricator-core-css',
|
2012-12-30 18:30:21 +01:00
|
|
|
1 => 'phabricator-zindex-css',
|
2013-06-13 03:23:35 +02:00
|
|
|
2 => 'phui-button-css',
|
2012-12-30 18:30:21 +01:00
|
|
|
3 => 'phabricator-standard-page-view',
|
|
|
|
4 => 'aphront-dialog-view-css',
|
2013-08-26 20:53:11 +02:00
|
|
|
5 => 'phui-form-view-css',
|
2012-12-30 18:30:21 +01:00
|
|
|
6 => 'aphront-panel-view-css',
|
2013-01-09 21:03:58 +01:00
|
|
|
7 => 'aphront-table-view-css',
|
2013-03-14 00:28:27 +01:00
|
|
|
8 => 'aphront-tokenizer-control-css',
|
|
|
|
9 => 'aphront-typeahead-control-css',
|
|
|
|
10 => 'aphront-list-filter-view-css',
|
2013-05-31 19:51:53 +02:00
|
|
|
11 => 'phabricator-jump-nav',
|
|
|
|
12 => 'phabricator-remarkup-css',
|
|
|
|
13 => 'syntax-highlighting-css',
|
|
|
|
14 => 'aphront-pager-view-css',
|
|
|
|
15 => 'phabricator-transaction-view-css',
|
|
|
|
16 => 'aphront-tooltip-css',
|
|
|
|
17 => 'phabricator-flag-css',
|
|
|
|
18 => 'aphront-error-view-css',
|
|
|
|
19 => 'sprite-icons-css',
|
|
|
|
20 => 'sprite-gradient-css',
|
|
|
|
21 => 'sprite-menu-css',
|
|
|
|
22 => 'sprite-apps-large-css',
|
2013-09-27 19:50:40 +02:00
|
|
|
23 => 'sprite-status-css',
|
|
|
|
24 => 'phabricator-main-menu-view',
|
|
|
|
25 => 'phabricator-notification-css',
|
|
|
|
26 => 'phabricator-notification-menu-css',
|
|
|
|
27 => 'lightbox-attachment-css',
|
|
|
|
28 => 'phui-header-view-css',
|
|
|
|
29 => 'phabricator-filetree-view-css',
|
|
|
|
30 => 'phabricator-nav-view-css',
|
|
|
|
31 => 'phabricator-side-menu-view-css',
|
|
|
|
32 => 'phabricator-crumbs-view-css',
|
|
|
|
33 => 'phui-object-item-list-view-css',
|
|
|
|
34 => 'global-drag-and-drop-css',
|
|
|
|
35 => 'phui-spacing-css',
|
|
|
|
36 => 'phui-form-css',
|
|
|
|
37 => 'phui-icon-view-css',
|
|
|
|
38 => 'phabricator-application-launch-view-css',
|
|
|
|
39 => 'phabricator-action-list-view-css',
|
2013-10-11 16:53:56 +02:00
|
|
|
40 => 'phui-property-list-view-css',
|
2013-09-27 19:50:40 +02:00
|
|
|
41 => 'phabricator-tag-view-css',
|
|
|
|
42 => 'phui-list-view-css',
|
2012-03-15 06:42:30 +01:00
|
|
|
),
|
2013-12-06 21:08:11 +01:00
|
|
|
'uri' => '/res/pkg/33d9080b/core.pkg.css',
|
2012-03-15 06:42:30 +01:00
|
|
|
'type' => 'css',
|
|
|
|
),
|
2013-10-17 04:06:30 +02:00
|
|
|
'2c1dba03' =>
|
2012-03-15 06:42:30 +01:00
|
|
|
array(
|
|
|
|
'name' => 'core.pkg.js',
|
|
|
|
'symbols' =>
|
|
|
|
array(
|
2012-11-21 03:01:25 +01:00
|
|
|
0 => 'javelin-behavior-aphront-basic-tokenizer',
|
|
|
|
1 => 'javelin-behavior-workflow',
|
|
|
|
2 => 'javelin-behavior-aphront-form-disable-on-submit',
|
|
|
|
3 => 'phabricator-keyboard-shortcut-manager',
|
|
|
|
4 => 'phabricator-keyboard-shortcut',
|
|
|
|
5 => 'javelin-behavior-phabricator-keyboard-shortcuts',
|
|
|
|
6 => 'javelin-behavior-refresh-csrf',
|
|
|
|
7 => 'javelin-behavior-phabricator-watch-anchor',
|
|
|
|
8 => 'javelin-behavior-phabricator-autofocus',
|
2013-04-02 15:26:26 +02:00
|
|
|
9 => 'phabricator-menu-item',
|
|
|
|
10 => 'phabricator-dropdown-menu',
|
2013-04-24 02:19:44 +02:00
|
|
|
11 => 'phabricator-phtize',
|
|
|
|
12 => 'javelin-behavior-phabricator-oncopy',
|
|
|
|
13 => 'phabricator-tooltip',
|
|
|
|
14 => 'javelin-behavior-phabricator-tooltips',
|
|
|
|
15 => 'phabricator-prefab',
|
|
|
|
16 => 'javelin-behavior-device',
|
|
|
|
17 => 'javelin-behavior-toggle-class',
|
|
|
|
18 => 'javelin-behavior-lightbox-attachments',
|
|
|
|
19 => 'phabricator-busy',
|
|
|
|
20 => 'javelin-aphlict',
|
|
|
|
21 => 'phabricator-notification',
|
|
|
|
22 => 'javelin-behavior-aphlict-listen',
|
|
|
|
23 => 'javelin-behavior-phabricator-search-typeahead',
|
|
|
|
24 => 'javelin-behavior-konami',
|
|
|
|
25 => 'javelin-behavior-aphlict-dropdown',
|
|
|
|
26 => 'javelin-behavior-history-install',
|
|
|
|
27 => 'javelin-behavior-phabricator-gesture',
|
|
|
|
28 => 'javelin-behavior-phabricator-active-nav',
|
|
|
|
29 => 'javelin-behavior-phabricator-nav',
|
|
|
|
30 => 'javelin-behavior-phabricator-remarkup-assist',
|
|
|
|
31 => 'phabricator-textareautils',
|
|
|
|
32 => 'phabricator-file-upload',
|
|
|
|
33 => 'javelin-behavior-global-drag-and-drop',
|
|
|
|
34 => 'javelin-behavior-phabricator-reveal-content',
|
2013-05-19 02:12:42 +02:00
|
|
|
35 => 'phabricator-hovercard',
|
|
|
|
36 => 'javelin-behavior-phabricator-hovercards',
|
2013-09-27 19:50:40 +02:00
|
|
|
37 => 'javelin-color',
|
|
|
|
38 => 'javelin-fx',
|
2012-03-15 06:42:30 +01:00
|
|
|
),
|
2013-10-17 04:06:30 +02:00
|
|
|
'uri' => '/res/pkg/2c1dba03/core.pkg.js',
|
2012-11-21 03:01:25 +01:00
|
|
|
'type' => 'js',
|
|
|
|
),
|
2013-04-26 03:30:13 +02:00
|
|
|
'4ccfeb47' =>
|
2012-11-21 03:01:25 +01:00
|
|
|
array(
|
|
|
|
'name' => 'darkconsole.pkg.js',
|
|
|
|
'symbols' =>
|
|
|
|
array(
|
DarkConsole: fix rendering, move request log, load over ajax
Summary:
This accomplishes three major goals:
# Fixes phutil_render_tag -> phutil_tag callsites in DarkConsole.
# Moves the Ajax request log to a new panel on the left. This panel (and the tabs panel) get scrollbars when they get large, instead of making the page constantly scroll down.
# Loads the panel content over ajax, instead of dumping it into the page body / ajax response body. I've been planning to do this for about 3 years, which is why the plugins are architected the way they are. This should make debugging easier by making response bodies not be 50%+ darkconsole stuff.
Additionally, load the plugins dynamically (the old method predates library maps and PhutilSymbolLoader).
Test Plan:
{F30675}
- Switched between requests and tabs, reloaded page, saw same tab.
- Used "analyze queries", "profile page", triggered errors.
- Verified page does not load anything by default if dark console is closed with Charles.
- Generally banged on it a bit.
Reviewers: vrana, btrahan, chad
Reviewed By: vrana
CC: aran
Maniphest Tasks: T2432
Differential Revision: https://secure.phabricator.com/D4692
2013-01-29 03:45:32 +01:00
|
|
|
0 => 'javelin-behavior-dark-console',
|
|
|
|
1 => 'javelin-behavior-error-log',
|
2012-11-21 03:01:25 +01:00
|
|
|
),
|
2013-04-26 03:30:13 +02:00
|
|
|
'uri' => '/res/pkg/4ccfeb47/darkconsole.pkg.js',
|
2012-03-15 06:42:30 +01:00
|
|
|
'type' => 'js',
|
|
|
|
),
|
2013-12-01 04:47:20 +01:00
|
|
|
67248472 =>
|
2012-03-13 02:21:02 +01:00
|
|
|
array(
|
|
|
|
'name' => 'differential.pkg.css',
|
|
|
|
'symbols' =>
|
|
|
|
array(
|
|
|
|
0 => 'differential-core-view-css',
|
|
|
|
1 => 'differential-changeset-view-css',
|
2012-05-01 19:15:56 +02:00
|
|
|
2 => 'differential-results-table-css',
|
2012-03-13 02:21:02 +01:00
|
|
|
3 => 'differential-revision-history-css',
|
2012-08-20 23:05:46 +02:00
|
|
|
4 => 'differential-revision-list-css',
|
|
|
|
5 => 'differential-table-of-contents-css',
|
|
|
|
6 => 'differential-revision-comment-css',
|
|
|
|
7 => 'differential-revision-add-comment-css',
|
|
|
|
8 => 'differential-revision-comment-list-css',
|
|
|
|
9 => 'phabricator-object-selector-css',
|
2013-01-30 20:30:38 +01:00
|
|
|
10 => 'phabricator-content-source-view-css',
|
|
|
|
11 => 'differential-local-commits-view-css',
|
|
|
|
12 => 'inline-comment-summary-css',
|
2012-03-13 02:21:02 +01:00
|
|
|
),
|
2013-12-01 04:47:20 +01:00
|
|
|
'uri' => '/res/pkg/67248472/differential.pkg.css',
|
2012-03-13 02:21:02 +01:00
|
|
|
'type' => 'css',
|
|
|
|
),
|
2013-12-01 04:47:20 +01:00
|
|
|
'92f459f0' =>
|
2012-03-10 01:04:25 +01:00
|
|
|
array(
|
|
|
|
'name' => 'differential.pkg.js',
|
|
|
|
'symbols' =>
|
|
|
|
array(
|
|
|
|
0 => 'phabricator-drag-and-drop-file-upload',
|
|
|
|
1 => 'phabricator-shaped-request',
|
|
|
|
2 => 'javelin-behavior-differential-feedback-preview',
|
|
|
|
3 => 'javelin-behavior-differential-edit-inline-comments',
|
|
|
|
4 => 'javelin-behavior-differential-populate',
|
|
|
|
5 => 'javelin-behavior-differential-show-more',
|
|
|
|
6 => 'javelin-behavior-differential-diff-radios',
|
|
|
|
7 => 'javelin-behavior-differential-accept-with-errors',
|
|
|
|
8 => 'javelin-behavior-differential-comment-jump',
|
|
|
|
9 => 'javelin-behavior-differential-add-reviewers-and-ccs',
|
|
|
|
10 => 'javelin-behavior-differential-keyboard-navigation',
|
2013-07-19 00:04:08 +02:00
|
|
|
11 => 'javelin-behavior-aphront-drag-and-drop-textarea',
|
|
|
|
12 => 'javelin-behavior-phabricator-object-selector',
|
|
|
|
13 => 'javelin-behavior-repository-crossreference',
|
|
|
|
14 => 'javelin-behavior-load-blame',
|
|
|
|
15 => 'differential-inline-comment-editor',
|
|
|
|
16 => 'javelin-behavior-differential-dropdown-menus',
|
|
|
|
17 => 'javelin-behavior-differential-toggle-files',
|
|
|
|
18 => 'javelin-behavior-differential-user-select',
|
2012-03-10 01:04:25 +01:00
|
|
|
),
|
2013-12-01 04:47:20 +01:00
|
|
|
'uri' => '/res/pkg/92f459f0/differential.pkg.js',
|
2012-03-10 01:04:25 +01:00
|
|
|
'type' => 'js',
|
|
|
|
),
|
2013-11-02 01:35:43 +01:00
|
|
|
'7aa115b4' =>
|
2012-03-15 06:42:30 +01:00
|
|
|
array(
|
|
|
|
'name' => 'diffusion.pkg.css',
|
|
|
|
'symbols' =>
|
|
|
|
array(
|
|
|
|
0 => 'diffusion-commit-view-css',
|
2012-04-17 02:51:30 +02:00
|
|
|
1 => 'diffusion-icons-css',
|
2012-03-15 06:42:30 +01:00
|
|
|
),
|
2013-11-02 01:35:43 +01:00
|
|
|
'uri' => '/res/pkg/7aa115b4/diffusion.pkg.css',
|
2012-03-15 06:42:30 +01:00
|
|
|
'type' => 'css',
|
|
|
|
),
|
2013-05-19 02:04:22 +02:00
|
|
|
96909266 =>
|
2012-04-17 02:51:30 +02:00
|
|
|
array(
|
|
|
|
'name' => 'diffusion.pkg.js',
|
|
|
|
'symbols' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior-diffusion-pull-lastmodified',
|
|
|
|
1 => 'javelin-behavior-diffusion-commit-graph',
|
|
|
|
2 => 'javelin-behavior-audit-preview',
|
|
|
|
),
|
2013-05-19 02:04:22 +02:00
|
|
|
'uri' => '/res/pkg/96909266/diffusion.pkg.js',
|
2012-04-17 02:51:30 +02:00
|
|
|
'type' => 'js',
|
|
|
|
),
|
2013-10-14 20:58:38 +02:00
|
|
|
'3e3be199' =>
|
Use Javelin placeholders and new sorting rules broadly; consolidate tokenizer construction code
Summary:
- We have three nearly-identical blocks of Tokenizer construction code; consolidate them into Prefab.
- Add placeholder support.
- Augment server-side stuff to specify placeholder text.
Test Plan: Verified behavior of Differential edit tokenizers, Differential comment tokenizers, Maniphest edit tokenizers, Maniphest comment tokenizers, Maniphest filter tokenizers, Differential filter tokenizers, Owners filter tokenizers, Owners edit tokenizers, Herald edit tokenizers, Audit filter tokenizers.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran, epriestley
Maniphest Tasks: T772, T946
Differential Revision: https://secure.phabricator.com/D1844
2012-03-10 00:46:39 +01:00
|
|
|
array(
|
|
|
|
'name' => 'javelin.pkg.js',
|
|
|
|
'symbols' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-util',
|
|
|
|
1 => 'javelin-install',
|
|
|
|
2 => 'javelin-event',
|
|
|
|
3 => 'javelin-stratcom',
|
|
|
|
4 => 'javelin-behavior',
|
2012-11-21 03:01:25 +01:00
|
|
|
5 => 'javelin-resource',
|
|
|
|
6 => 'javelin-request',
|
|
|
|
7 => 'javelin-vector',
|
|
|
|
8 => 'javelin-dom',
|
|
|
|
9 => 'javelin-json',
|
|
|
|
10 => 'javelin-uri',
|
|
|
|
11 => 'javelin-workflow',
|
|
|
|
12 => 'javelin-mask',
|
|
|
|
13 => 'javelin-typeahead',
|
|
|
|
14 => 'javelin-typeahead-normalizer',
|
|
|
|
15 => 'javelin-typeahead-source',
|
|
|
|
16 => 'javelin-typeahead-preloaded-source',
|
|
|
|
17 => 'javelin-typeahead-ondemand-source',
|
|
|
|
18 => 'javelin-tokenizer',
|
2013-05-19 02:12:42 +02:00
|
|
|
19 => 'javelin-history',
|
Use Javelin placeholders and new sorting rules broadly; consolidate tokenizer construction code
Summary:
- We have three nearly-identical blocks of Tokenizer construction code; consolidate them into Prefab.
- Add placeholder support.
- Augment server-side stuff to specify placeholder text.
Test Plan: Verified behavior of Differential edit tokenizers, Differential comment tokenizers, Maniphest edit tokenizers, Maniphest comment tokenizers, Maniphest filter tokenizers, Differential filter tokenizers, Owners filter tokenizers, Owners edit tokenizers, Herald edit tokenizers, Audit filter tokenizers.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran, epriestley
Maniphest Tasks: T772, T946
Differential Revision: https://secure.phabricator.com/D1844
2012-03-10 00:46:39 +01:00
|
|
|
),
|
2013-10-14 20:58:38 +02:00
|
|
|
'uri' => '/res/pkg/3e3be199/javelin.pkg.js',
|
Use Javelin placeholders and new sorting rules broadly; consolidate tokenizer construction code
Summary:
- We have three nearly-identical blocks of Tokenizer construction code; consolidate them into Prefab.
- Add placeholder support.
- Augment server-side stuff to specify placeholder text.
Test Plan: Verified behavior of Differential edit tokenizers, Differential comment tokenizers, Maniphest edit tokenizers, Maniphest comment tokenizers, Maniphest filter tokenizers, Differential filter tokenizers, Owners filter tokenizers, Owners edit tokenizers, Herald edit tokenizers, Audit filter tokenizers.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran, epriestley
Maniphest Tasks: T772, T946
Differential Revision: https://secure.phabricator.com/D1844
2012-03-10 00:46:39 +01:00
|
|
|
'type' => 'js',
|
|
|
|
),
|
2013-09-23 23:30:38 +02:00
|
|
|
49898640 =>
|
2012-03-10 01:04:25 +01:00
|
|
|
array(
|
|
|
|
'name' => 'maniphest.pkg.css',
|
|
|
|
'symbols' =>
|
|
|
|
array(
|
|
|
|
0 => 'maniphest-task-summary-css',
|
2013-09-23 23:30:38 +02:00
|
|
|
1 => 'phabricator-project-tag-css',
|
2012-03-10 01:04:25 +01:00
|
|
|
),
|
2013-09-23 23:30:38 +02:00
|
|
|
'uri' => '/res/pkg/49898640/maniphest.pkg.css',
|
2012-03-10 01:04:25 +01:00
|
|
|
'type' => 'css',
|
|
|
|
),
|
Improve handling of email verification and "activated" accounts
Summary:
Small step forward which improves existing stuff or lays groudwork for future stuff:
- Currently, to check for email verification, we have to single-query the email address on every page. Instead, denoramlize it into the user object.
- Migrate all the existing users.
- When the user verifies an email, mark them as `isEmailVerified` if the email is their primary email.
- Just make the checks look at the `isEmailVerified` field.
- Add a new check, `isUserActivated()`, to cover email-verified plus disabled. Currently, a non-verified-but-not-disabled user could theoretically use Conduit over SSH, if anyone deployed it. Tighten that up.
- Add an `isApproved` flag, which is always true for now. In a future diff, I want to add a default-on admin approval queue for new accounts, to prevent configuration mistakes. The way it will work is:
- When the queue is enabled, registering users are created with `isApproved = false`.
- Admins are sent an email, "[Phabricator] New User Approval (alincoln)", telling them that a new user is waiting for approval.
- They go to the web UI and approve the user.
- Manually-created accounts are auto-approved.
- The email will have instructions for disabling the queue.
I think this queue will be helpful for new installs and give them peace of mind, and when you go to disable it we have a better opportunity to warn you about exactly what that means.
Generally, I want to improve the default safety of registration, since if you just blindly coast through the path of least resistance right now your install ends up pretty open, and realistically few installs are on VPNs.
Test Plan:
- Ran migration, verified `isEmailVerified` populated correctly.
- Created a new user, checked DB for verified (not verified).
- Verified, checked DB (now verified).
- Used Conduit, People, Diffusion.
Reviewers: btrahan
Reviewed By: btrahan
CC: chad, aran
Differential Revision: https://secure.phabricator.com/D7572
2013-11-12 23:37:04 +01:00
|
|
|
'0474f45c' =>
|
Use Javelin placeholders and new sorting rules broadly; consolidate tokenizer construction code
Summary:
- We have three nearly-identical blocks of Tokenizer construction code; consolidate them into Prefab.
- Add placeholder support.
- Augment server-side stuff to specify placeholder text.
Test Plan: Verified behavior of Differential edit tokenizers, Differential comment tokenizers, Maniphest edit tokenizers, Maniphest comment tokenizers, Maniphest filter tokenizers, Differential filter tokenizers, Owners filter tokenizers, Owners edit tokenizers, Herald edit tokenizers, Audit filter tokenizers.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran, epriestley
Maniphest Tasks: T772, T946
Differential Revision: https://secure.phabricator.com/D1844
2012-03-10 00:46:39 +01:00
|
|
|
array(
|
|
|
|
'name' => 'maniphest.pkg.js',
|
|
|
|
'symbols' =>
|
|
|
|
array(
|
|
|
|
0 => 'javelin-behavior-maniphest-batch-selector',
|
|
|
|
1 => 'javelin-behavior-maniphest-transaction-controls',
|
|
|
|
2 => 'javelin-behavior-maniphest-transaction-preview',
|
|
|
|
3 => 'javelin-behavior-maniphest-transaction-expand',
|
2012-04-17 02:51:30 +02:00
|
|
|
4 => 'javelin-behavior-maniphest-subpriority-editor',
|
Use Javelin placeholders and new sorting rules broadly; consolidate tokenizer construction code
Summary:
- We have three nearly-identical blocks of Tokenizer construction code; consolidate them into Prefab.
- Add placeholder support.
- Augment server-side stuff to specify placeholder text.
Test Plan: Verified behavior of Differential edit tokenizers, Differential comment tokenizers, Maniphest edit tokenizers, Maniphest comment tokenizers, Maniphest filter tokenizers, Differential filter tokenizers, Owners filter tokenizers, Owners edit tokenizers, Herald edit tokenizers, Audit filter tokenizers.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran, epriestley
Maniphest Tasks: T772, T946
Differential Revision: https://secure.phabricator.com/D1844
2012-03-10 00:46:39 +01:00
|
|
|
),
|
Improve handling of email verification and "activated" accounts
Summary:
Small step forward which improves existing stuff or lays groudwork for future stuff:
- Currently, to check for email verification, we have to single-query the email address on every page. Instead, denoramlize it into the user object.
- Migrate all the existing users.
- When the user verifies an email, mark them as `isEmailVerified` if the email is their primary email.
- Just make the checks look at the `isEmailVerified` field.
- Add a new check, `isUserActivated()`, to cover email-verified plus disabled. Currently, a non-verified-but-not-disabled user could theoretically use Conduit over SSH, if anyone deployed it. Tighten that up.
- Add an `isApproved` flag, which is always true for now. In a future diff, I want to add a default-on admin approval queue for new accounts, to prevent configuration mistakes. The way it will work is:
- When the queue is enabled, registering users are created with `isApproved = false`.
- Admins are sent an email, "[Phabricator] New User Approval (alincoln)", telling them that a new user is waiting for approval.
- They go to the web UI and approve the user.
- Manually-created accounts are auto-approved.
- The email will have instructions for disabling the queue.
I think this queue will be helpful for new installs and give them peace of mind, and when you go to disable it we have a better opportunity to warn you about exactly what that means.
Generally, I want to improve the default safety of registration, since if you just blindly coast through the path of least resistance right now your install ends up pretty open, and realistically few installs are on VPNs.
Test Plan:
- Ran migration, verified `isEmailVerified` populated correctly.
- Created a new user, checked DB for verified (not verified).
- Verified, checked DB (now verified).
- Used Conduit, People, Diffusion.
Reviewers: btrahan
Reviewed By: btrahan
CC: chad, aran
Differential Revision: https://secure.phabricator.com/D7572
2013-11-12 23:37:04 +01:00
|
|
|
'uri' => '/res/pkg/0474f45c/maniphest.pkg.js',
|
Use Javelin placeholders and new sorting rules broadly; consolidate tokenizer construction code
Summary:
- We have three nearly-identical blocks of Tokenizer construction code; consolidate them into Prefab.
- Add placeholder support.
- Augment server-side stuff to specify placeholder text.
Test Plan: Verified behavior of Differential edit tokenizers, Differential comment tokenizers, Maniphest edit tokenizers, Maniphest comment tokenizers, Maniphest filter tokenizers, Differential filter tokenizers, Owners filter tokenizers, Owners edit tokenizers, Herald edit tokenizers, Audit filter tokenizers.
Reviewers: btrahan
Reviewed By: btrahan
CC: aran, epriestley
Maniphest Tasks: T772, T946
Differential Revision: https://secure.phabricator.com/D1844
2012-03-10 00:46:39 +01:00
|
|
|
'type' => 'js',
|
|
|
|
),
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
'reverse' =>
|
|
|
|
array(
|
2013-12-06 21:08:11 +01:00
|
|
|
'aphront-dialog-view-css' => '33d9080b',
|
|
|
|
'aphront-error-view-css' => '33d9080b',
|
|
|
|
'aphront-list-filter-view-css' => '33d9080b',
|
|
|
|
'aphront-pager-view-css' => '33d9080b',
|
|
|
|
'aphront-panel-view-css' => '33d9080b',
|
|
|
|
'aphront-table-view-css' => '33d9080b',
|
|
|
|
'aphront-tokenizer-control-css' => '33d9080b',
|
|
|
|
'aphront-tooltip-css' => '33d9080b',
|
|
|
|
'aphront-typeahead-control-css' => '33d9080b',
|
2013-12-01 04:47:20 +01:00
|
|
|
'differential-changeset-view-css' => '67248472',
|
|
|
|
'differential-core-view-css' => '67248472',
|
|
|
|
'differential-inline-comment-editor' => '92f459f0',
|
|
|
|
'differential-local-commits-view-css' => '67248472',
|
|
|
|
'differential-results-table-css' => '67248472',
|
|
|
|
'differential-revision-add-comment-css' => '67248472',
|
|
|
|
'differential-revision-comment-css' => '67248472',
|
|
|
|
'differential-revision-comment-list-css' => '67248472',
|
|
|
|
'differential-revision-history-css' => '67248472',
|
|
|
|
'differential-revision-list-css' => '67248472',
|
|
|
|
'differential-table-of-contents-css' => '67248472',
|
2013-11-02 01:35:43 +01:00
|
|
|
'diffusion-commit-view-css' => '7aa115b4',
|
|
|
|
'diffusion-icons-css' => '7aa115b4',
|
2013-12-06 21:08:11 +01:00
|
|
|
'global-drag-and-drop-css' => '33d9080b',
|
2013-12-01 04:47:20 +01:00
|
|
|
'inline-comment-summary-css' => '67248472',
|
2013-10-17 04:06:30 +02:00
|
|
|
'javelin-aphlict' => '2c1dba03',
|
2013-10-14 20:58:38 +02:00
|
|
|
'javelin-behavior' => '3e3be199',
|
2013-10-17 04:06:30 +02:00
|
|
|
'javelin-behavior-aphlict-dropdown' => '2c1dba03',
|
|
|
|
'javelin-behavior-aphlict-listen' => '2c1dba03',
|
|
|
|
'javelin-behavior-aphront-basic-tokenizer' => '2c1dba03',
|
2013-12-01 04:47:20 +01:00
|
|
|
'javelin-behavior-aphront-drag-and-drop-textarea' => '92f459f0',
|
2013-10-17 04:06:30 +02:00
|
|
|
'javelin-behavior-aphront-form-disable-on-submit' => '2c1dba03',
|
2013-05-19 02:04:22 +02:00
|
|
|
'javelin-behavior-audit-preview' => '96909266',
|
2013-04-26 03:30:13 +02:00
|
|
|
'javelin-behavior-dark-console' => '4ccfeb47',
|
2013-10-17 04:06:30 +02:00
|
|
|
'javelin-behavior-device' => '2c1dba03',
|
2013-12-01 04:47:20 +01:00
|
|
|
'javelin-behavior-differential-accept-with-errors' => '92f459f0',
|
|
|
|
'javelin-behavior-differential-add-reviewers-and-ccs' => '92f459f0',
|
|
|
|
'javelin-behavior-differential-comment-jump' => '92f459f0',
|
|
|
|
'javelin-behavior-differential-diff-radios' => '92f459f0',
|
|
|
|
'javelin-behavior-differential-dropdown-menus' => '92f459f0',
|
|
|
|
'javelin-behavior-differential-edit-inline-comments' => '92f459f0',
|
|
|
|
'javelin-behavior-differential-feedback-preview' => '92f459f0',
|
|
|
|
'javelin-behavior-differential-keyboard-navigation' => '92f459f0',
|
|
|
|
'javelin-behavior-differential-populate' => '92f459f0',
|
|
|
|
'javelin-behavior-differential-show-more' => '92f459f0',
|
|
|
|
'javelin-behavior-differential-toggle-files' => '92f459f0',
|
|
|
|
'javelin-behavior-differential-user-select' => '92f459f0',
|
2013-05-19 02:04:22 +02:00
|
|
|
'javelin-behavior-diffusion-commit-graph' => '96909266',
|
|
|
|
'javelin-behavior-diffusion-pull-lastmodified' => '96909266',
|
2013-04-26 03:30:13 +02:00
|
|
|
'javelin-behavior-error-log' => '4ccfeb47',
|
2013-10-17 04:06:30 +02:00
|
|
|
'javelin-behavior-global-drag-and-drop' => '2c1dba03',
|
|
|
|
'javelin-behavior-history-install' => '2c1dba03',
|
|
|
|
'javelin-behavior-konami' => '2c1dba03',
|
|
|
|
'javelin-behavior-lightbox-attachments' => '2c1dba03',
|
2013-12-01 04:47:20 +01:00
|
|
|
'javelin-behavior-load-blame' => '92f459f0',
|
Improve handling of email verification and "activated" accounts
Summary:
Small step forward which improves existing stuff or lays groudwork for future stuff:
- Currently, to check for email verification, we have to single-query the email address on every page. Instead, denoramlize it into the user object.
- Migrate all the existing users.
- When the user verifies an email, mark them as `isEmailVerified` if the email is their primary email.
- Just make the checks look at the `isEmailVerified` field.
- Add a new check, `isUserActivated()`, to cover email-verified plus disabled. Currently, a non-verified-but-not-disabled user could theoretically use Conduit over SSH, if anyone deployed it. Tighten that up.
- Add an `isApproved` flag, which is always true for now. In a future diff, I want to add a default-on admin approval queue for new accounts, to prevent configuration mistakes. The way it will work is:
- When the queue is enabled, registering users are created with `isApproved = false`.
- Admins are sent an email, "[Phabricator] New User Approval (alincoln)", telling them that a new user is waiting for approval.
- They go to the web UI and approve the user.
- Manually-created accounts are auto-approved.
- The email will have instructions for disabling the queue.
I think this queue will be helpful for new installs and give them peace of mind, and when you go to disable it we have a better opportunity to warn you about exactly what that means.
Generally, I want to improve the default safety of registration, since if you just blindly coast through the path of least resistance right now your install ends up pretty open, and realistically few installs are on VPNs.
Test Plan:
- Ran migration, verified `isEmailVerified` populated correctly.
- Created a new user, checked DB for verified (not verified).
- Verified, checked DB (now verified).
- Used Conduit, People, Diffusion.
Reviewers: btrahan
Reviewed By: btrahan
CC: chad, aran
Differential Revision: https://secure.phabricator.com/D7572
2013-11-12 23:37:04 +01:00
|
|
|
'javelin-behavior-maniphest-batch-selector' => '0474f45c',
|
|
|
|
'javelin-behavior-maniphest-subpriority-editor' => '0474f45c',
|
|
|
|
'javelin-behavior-maniphest-transaction-controls' => '0474f45c',
|
|
|
|
'javelin-behavior-maniphest-transaction-expand' => '0474f45c',
|
|
|
|
'javelin-behavior-maniphest-transaction-preview' => '0474f45c',
|
2013-10-17 04:06:30 +02:00
|
|
|
'javelin-behavior-phabricator-active-nav' => '2c1dba03',
|
|
|
|
'javelin-behavior-phabricator-autofocus' => '2c1dba03',
|
|
|
|
'javelin-behavior-phabricator-gesture' => '2c1dba03',
|
|
|
|
'javelin-behavior-phabricator-hovercards' => '2c1dba03',
|
|
|
|
'javelin-behavior-phabricator-keyboard-shortcuts' => '2c1dba03',
|
|
|
|
'javelin-behavior-phabricator-nav' => '2c1dba03',
|
2013-12-01 04:47:20 +01:00
|
|
|
'javelin-behavior-phabricator-object-selector' => '92f459f0',
|
2013-10-17 04:06:30 +02:00
|
|
|
'javelin-behavior-phabricator-oncopy' => '2c1dba03',
|
|
|
|
'javelin-behavior-phabricator-remarkup-assist' => '2c1dba03',
|
|
|
|
'javelin-behavior-phabricator-reveal-content' => '2c1dba03',
|
|
|
|
'javelin-behavior-phabricator-search-typeahead' => '2c1dba03',
|
|
|
|
'javelin-behavior-phabricator-tooltips' => '2c1dba03',
|
|
|
|
'javelin-behavior-phabricator-watch-anchor' => '2c1dba03',
|
|
|
|
'javelin-behavior-refresh-csrf' => '2c1dba03',
|
2013-12-01 04:47:20 +01:00
|
|
|
'javelin-behavior-repository-crossreference' => '92f459f0',
|
2013-10-17 04:06:30 +02:00
|
|
|
'javelin-behavior-toggle-class' => '2c1dba03',
|
|
|
|
'javelin-behavior-workflow' => '2c1dba03',
|
|
|
|
'javelin-color' => '2c1dba03',
|
2013-10-14 20:58:38 +02:00
|
|
|
'javelin-dom' => '3e3be199',
|
|
|
|
'javelin-event' => '3e3be199',
|
2013-10-17 04:06:30 +02:00
|
|
|
'javelin-fx' => '2c1dba03',
|
2013-10-14 20:58:38 +02:00
|
|
|
'javelin-history' => '3e3be199',
|
|
|
|
'javelin-install' => '3e3be199',
|
|
|
|
'javelin-json' => '3e3be199',
|
|
|
|
'javelin-mask' => '3e3be199',
|
|
|
|
'javelin-request' => '3e3be199',
|
|
|
|
'javelin-resource' => '3e3be199',
|
|
|
|
'javelin-stratcom' => '3e3be199',
|
|
|
|
'javelin-tokenizer' => '3e3be199',
|
|
|
|
'javelin-typeahead' => '3e3be199',
|
|
|
|
'javelin-typeahead-normalizer' => '3e3be199',
|
|
|
|
'javelin-typeahead-ondemand-source' => '3e3be199',
|
|
|
|
'javelin-typeahead-preloaded-source' => '3e3be199',
|
|
|
|
'javelin-typeahead-source' => '3e3be199',
|
|
|
|
'javelin-uri' => '3e3be199',
|
|
|
|
'javelin-util' => '3e3be199',
|
|
|
|
'javelin-vector' => '3e3be199',
|
|
|
|
'javelin-workflow' => '3e3be199',
|
2013-12-06 21:08:11 +01:00
|
|
|
'lightbox-attachment-css' => '33d9080b',
|
2013-09-23 23:30:38 +02:00
|
|
|
'maniphest-task-summary-css' => '49898640',
|
2013-12-06 21:08:11 +01:00
|
|
|
'phabricator-action-list-view-css' => '33d9080b',
|
|
|
|
'phabricator-application-launch-view-css' => '33d9080b',
|
2013-10-17 04:06:30 +02:00
|
|
|
'phabricator-busy' => '2c1dba03',
|
2013-12-01 04:47:20 +01:00
|
|
|
'phabricator-content-source-view-css' => '67248472',
|
2013-12-06 21:08:11 +01:00
|
|
|
'phabricator-core-css' => '33d9080b',
|
|
|
|
'phabricator-crumbs-view-css' => '33d9080b',
|
2013-12-01 04:47:20 +01:00
|
|
|
'phabricator-drag-and-drop-file-upload' => '92f459f0',
|
2013-10-17 04:06:30 +02:00
|
|
|
'phabricator-dropdown-menu' => '2c1dba03',
|
|
|
|
'phabricator-file-upload' => '2c1dba03',
|
2013-12-06 21:08:11 +01:00
|
|
|
'phabricator-filetree-view-css' => '33d9080b',
|
|
|
|
'phabricator-flag-css' => '33d9080b',
|
2013-10-17 04:06:30 +02:00
|
|
|
'phabricator-hovercard' => '2c1dba03',
|
2013-12-06 21:08:11 +01:00
|
|
|
'phabricator-jump-nav' => '33d9080b',
|
2013-10-17 04:06:30 +02:00
|
|
|
'phabricator-keyboard-shortcut' => '2c1dba03',
|
|
|
|
'phabricator-keyboard-shortcut-manager' => '2c1dba03',
|
2013-12-06 21:08:11 +01:00
|
|
|
'phabricator-main-menu-view' => '33d9080b',
|
2013-10-17 04:06:30 +02:00
|
|
|
'phabricator-menu-item' => '2c1dba03',
|
2013-12-06 21:08:11 +01:00
|
|
|
'phabricator-nav-view-css' => '33d9080b',
|
2013-10-17 04:06:30 +02:00
|
|
|
'phabricator-notification' => '2c1dba03',
|
2013-12-06 21:08:11 +01:00
|
|
|
'phabricator-notification-css' => '33d9080b',
|
|
|
|
'phabricator-notification-menu-css' => '33d9080b',
|
2013-12-01 04:47:20 +01:00
|
|
|
'phabricator-object-selector-css' => '67248472',
|
2013-10-17 04:06:30 +02:00
|
|
|
'phabricator-phtize' => '2c1dba03',
|
|
|
|
'phabricator-prefab' => '2c1dba03',
|
2013-09-23 23:30:38 +02:00
|
|
|
'phabricator-project-tag-css' => '49898640',
|
2013-12-06 21:08:11 +01:00
|
|
|
'phabricator-remarkup-css' => '33d9080b',
|
2013-12-01 04:47:20 +01:00
|
|
|
'phabricator-shaped-request' => '92f459f0',
|
2013-12-06 21:08:11 +01:00
|
|
|
'phabricator-side-menu-view-css' => '33d9080b',
|
|
|
|
'phabricator-standard-page-view' => '33d9080b',
|
|
|
|
'phabricator-tag-view-css' => '33d9080b',
|
2013-10-17 04:06:30 +02:00
|
|
|
'phabricator-textareautils' => '2c1dba03',
|
|
|
|
'phabricator-tooltip' => '2c1dba03',
|
2013-12-06 21:08:11 +01:00
|
|
|
'phabricator-transaction-view-css' => '33d9080b',
|
|
|
|
'phabricator-zindex-css' => '33d9080b',
|
|
|
|
'phui-button-css' => '33d9080b',
|
|
|
|
'phui-form-css' => '33d9080b',
|
|
|
|
'phui-form-view-css' => '33d9080b',
|
|
|
|
'phui-header-view-css' => '33d9080b',
|
|
|
|
'phui-icon-view-css' => '33d9080b',
|
|
|
|
'phui-list-view-css' => '33d9080b',
|
|
|
|
'phui-object-item-list-view-css' => '33d9080b',
|
|
|
|
'phui-property-list-view-css' => '33d9080b',
|
|
|
|
'phui-spacing-css' => '33d9080b',
|
|
|
|
'sprite-apps-large-css' => '33d9080b',
|
|
|
|
'sprite-gradient-css' => '33d9080b',
|
|
|
|
'sprite-icons-css' => '33d9080b',
|
|
|
|
'sprite-menu-css' => '33d9080b',
|
|
|
|
'sprite-status-css' => '33d9080b',
|
|
|
|
'syntax-highlighting-css' => '33d9080b',
|
2012-01-05 02:10:34 +01:00
|
|
|
),
|
|
|
|
));
|