|
1305 | 1305 | 'FlagDeleteConduitAPIMethod' => 'applications/flag/conduit/FlagDeleteConduitAPIMethod.php',
|
1306 | 1306 | 'FlagEditConduitAPIMethod' => 'applications/flag/conduit/FlagEditConduitAPIMethod.php',
|
1307 | 1307 | 'FlagQueryConduitAPIMethod' => 'applications/flag/conduit/FlagQueryConduitAPIMethod.php',
|
| 1308 | + 'FuelComponentView' => 'view/fuel/FuelComponentView.php', |
| 1309 | + 'FuelGridCellView' => 'view/fuel/FuelGridCellView.php', |
| 1310 | + 'FuelGridRowView' => 'view/fuel/FuelGridRowView.php', |
| 1311 | + 'FuelGridView' => 'view/fuel/FuelGridView.php', |
| 1312 | + 'FuelMapItemView' => 'view/fuel/FuelMapItemView.php', |
| 1313 | + 'FuelMapView' => 'view/fuel/FuelMapView.php', |
| 1314 | + 'FuelView' => 'view/fuel/FuelView.php', |
1308 | 1315 | 'FundBacker' => 'applications/fund/storage/FundBacker.php',
|
1309 | 1316 | 'FundBackerCart' => 'applications/fund/phortune/FundBackerCart.php',
|
1310 | 1317 | 'FundBackerEditor' => 'applications/fund/editor/FundBackerEditor.php',
|
|
7439 | 7446 | 'FlagDeleteConduitAPIMethod' => 'FlagConduitAPIMethod',
|
7440 | 7447 | 'FlagEditConduitAPIMethod' => 'FlagConduitAPIMethod',
|
7441 | 7448 | 'FlagQueryConduitAPIMethod' => 'FlagConduitAPIMethod',
|
| 7449 | + 'FuelComponentView' => 'FuelView', |
| 7450 | + 'FuelGridCellView' => 'FuelView', |
| 7451 | + 'FuelGridRowView' => 'FuelView', |
| 7452 | + 'FuelGridView' => 'FuelComponentView', |
| 7453 | + 'FuelMapItemView' => 'AphrontView', |
| 7454 | + 'FuelMapView' => 'FuelComponentView', |
| 7455 | + 'FuelView' => 'AphrontView', |
7442 | 7456 | 'FundBacker' => array(
|
7443 | 7457 | 'FundDAO',
|
7444 | 7458 | 'PhabricatorPolicyInterface',
|
|
0 commit comments