|
2516 | 2516 | 'ReleephPHIDTypeRequest' => 'applications/releeph/phid/ReleephPHIDTypeRequest.php',
|
2517 | 2517 | 'ReleephProductActionController' => 'applications/releeph/controller/project/ReleephProductActionController.php',
|
2518 | 2518 | 'ReleephProductController' => 'applications/releeph/controller/project/ReleephProductController.php',
|
| 2519 | + 'ReleephProductTransaction' => 'applications/releeph/storage/ReleephProductTransaction.php', |
| 2520 | + 'ReleephProductTransactionQuery' => 'applications/releeph/query/ReleephProductTransactionQuery.php', |
2519 | 2521 | 'ReleephProject' => 'applications/releeph/storage/ReleephProject.php',
|
2520 | 2522 | 'ReleephProjectController' => 'applications/releeph/controller/ReleephProjectController.php',
|
2521 | 2523 | 'ReleephProjectCreateController' => 'applications/releeph/controller/project/ReleephProjectCreateController.php',
|
|
2524 | 2526 | 'ReleephProjectListController' => 'applications/releeph/controller/project/ReleephProjectListController.php',
|
2525 | 2527 | 'ReleephProjectQuery' => 'applications/releeph/query/ReleephProjectQuery.php',
|
2526 | 2528 | 'ReleephProjectSearchEngine' => 'applications/releeph/query/ReleephProjectSearchEngine.php',
|
2527 |
| - 'ReleephProjectTransaction' => 'applications/releeph/storage/ReleephProjectTransaction.php', |
2528 |
| - 'ReleephProjectTransactionQuery' => 'applications/releeph/query/ReleephProjectTransactionQuery.php', |
2529 | 2529 | 'ReleephProjectViewController' => 'applications/releeph/controller/project/ReleephProjectViewController.php',
|
2530 | 2530 | 'ReleephReasonFieldSpecification' => 'applications/releeph/field/specification/ReleephReasonFieldSpecification.php',
|
2531 | 2531 | 'ReleephRequest' => 'applications/releeph/storage/ReleephRequest.php',
|
|
5490 | 5490 | 'ReleephPHIDTypeRequest' => 'PhabricatorPHIDType',
|
5491 | 5491 | 'ReleephProductActionController' => 'ReleephProductController',
|
5492 | 5492 | 'ReleephProductController' => 'ReleephController',
|
| 5493 | + 'ReleephProductTransaction' => 'PhabricatorApplicationTransaction', |
| 5494 | + 'ReleephProductTransactionQuery' => 'PhabricatorApplicationTransactionQuery', |
5493 | 5495 | 'ReleephProject' =>
|
5494 | 5496 | array(
|
5495 | 5497 | 0 => 'ReleephDAO',
|
|
5498 | 5500 | 'ReleephProjectController' => 'ReleephController',
|
5499 | 5501 | 'ReleephProjectCreateController' => 'ReleephProjectController',
|
5500 | 5502 | 'ReleephProjectEditController' => 'ReleephProjectController',
|
5501 |
| - 'ReleephProjectHistoryController' => 'ReleephProjectController', |
| 5503 | + 'ReleephProjectHistoryController' => 'ReleephProductController', |
5502 | 5504 | 'ReleephProjectListController' =>
|
5503 | 5505 | array(
|
5504 | 5506 | 0 => 'ReleephController',
|
5505 | 5507 | 1 => 'PhabricatorApplicationSearchResultsControllerInterface',
|
5506 | 5508 | ),
|
5507 | 5509 | 'ReleephProjectQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
5508 | 5510 | 'ReleephProjectSearchEngine' => 'PhabricatorApplicationSearchEngine',
|
5509 |
| - 'ReleephProjectTransaction' => 'PhabricatorApplicationTransaction', |
5510 |
| - 'ReleephProjectTransactionQuery' => 'PhabricatorApplicationTransactionQuery', |
5511 | 5511 | 'ReleephProjectViewController' =>
|
5512 | 5512 | array(
|
5513 | 5513 | 0 => 'ReleephProjectController',
|
|
0 commit comments