@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move /project/ controllers to /product/

Summary: Ref T3549. Move only, no extra changes.

Test Plan: Loaded application.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T3549

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

+7 -7
+7 -7
src/__phutil_library_map__.php
··· 2535 2535 'ReleephPHIDTypeBranch' => 'applications/releeph/phid/ReleephPHIDTypeBranch.php', 2536 2536 'ReleephPHIDTypeProduct' => 'applications/releeph/phid/ReleephPHIDTypeProduct.php', 2537 2537 'ReleephPHIDTypeRequest' => 'applications/releeph/phid/ReleephPHIDTypeRequest.php', 2538 - 'ReleephProductActionController' => 'applications/releeph/controller/project/ReleephProductActionController.php', 2539 - 'ReleephProductController' => 'applications/releeph/controller/project/ReleephProductController.php', 2540 - 'ReleephProductCreateController' => 'applications/releeph/controller/project/ReleephProductCreateController.php', 2541 - 'ReleephProductEditController' => 'applications/releeph/controller/project/ReleephProductEditController.php', 2538 + 'ReleephProductActionController' => 'applications/releeph/controller/product/ReleephProductActionController.php', 2539 + 'ReleephProductController' => 'applications/releeph/controller/product/ReleephProductController.php', 2540 + 'ReleephProductCreateController' => 'applications/releeph/controller/product/ReleephProductCreateController.php', 2541 + 'ReleephProductEditController' => 'applications/releeph/controller/product/ReleephProductEditController.php', 2542 2542 'ReleephProductEditor' => 'applications/releeph/editor/ReleephProductEditor.php', 2543 - 'ReleephProductHistoryController' => 'applications/releeph/controller/project/ReleephProductHistoryController.php', 2544 - 'ReleephProductListController' => 'applications/releeph/controller/project/ReleephProductListController.php', 2543 + 'ReleephProductHistoryController' => 'applications/releeph/controller/product/ReleephProductHistoryController.php', 2544 + 'ReleephProductListController' => 'applications/releeph/controller/product/ReleephProductListController.php', 2545 2545 'ReleephProductQuery' => 'applications/releeph/query/ReleephProductQuery.php', 2546 2546 'ReleephProductSearchEngine' => 'applications/releeph/query/ReleephProductSearchEngine.php', 2547 2547 'ReleephProductTransaction' => 'applications/releeph/storage/ReleephProductTransaction.php', 2548 2548 'ReleephProductTransactionQuery' => 'applications/releeph/query/ReleephProductTransactionQuery.php', 2549 - 'ReleephProductViewController' => 'applications/releeph/controller/project/ReleephProductViewController.php', 2549 + 'ReleephProductViewController' => 'applications/releeph/controller/product/ReleephProductViewController.php', 2550 2550 'ReleephProject' => 'applications/releeph/storage/ReleephProject.php', 2551 2551 'ReleephReasonFieldSpecification' => 'applications/releeph/field/specification/ReleephReasonFieldSpecification.php', 2552 2552 'ReleephRequest' => 'applications/releeph/storage/ReleephRequest.php',
src/applications/releeph/controller/project/ReleephProductActionController.php src/applications/releeph/controller/product/ReleephProductActionController.php
src/applications/releeph/controller/project/ReleephProductController.php src/applications/releeph/controller/product/ReleephProductController.php
src/applications/releeph/controller/project/ReleephProductCreateController.php src/applications/releeph/controller/product/ReleephProductCreateController.php
src/applications/releeph/controller/project/ReleephProductEditController.php src/applications/releeph/controller/product/ReleephProductEditController.php
src/applications/releeph/controller/project/ReleephProductHistoryController.php src/applications/releeph/controller/product/ReleephProductHistoryController.php
src/applications/releeph/controller/project/ReleephProductListController.php src/applications/releeph/controller/product/ReleephProductListController.php
src/applications/releeph/controller/project/ReleephProductViewController.php src/applications/releeph/controller/product/ReleephProductViewController.php