From 230fce735e7c495fad208db021538511b6123e9a Mon Sep 17 00:00:00 2001 From: epriestley Date: Sun, 20 Apr 2014 11:54:37 -0700 Subject: [PATCH] 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 --- src/__phutil_library_map__.php | 14 +++++++------- .../ReleephProductActionController.php | 0 .../ReleephProductController.php | 0 .../ReleephProductCreateController.php | 0 .../ReleephProductEditController.php | 0 .../ReleephProductHistoryController.php | 0 .../ReleephProductListController.php | 0 .../ReleephProductViewController.php | 0 8 files changed, 7 insertions(+), 7 deletions(-) rename src/applications/releeph/controller/{project => product}/ReleephProductActionController.php (100%) rename src/applications/releeph/controller/{project => product}/ReleephProductController.php (100%) rename src/applications/releeph/controller/{project => product}/ReleephProductCreateController.php (100%) rename src/applications/releeph/controller/{project => product}/ReleephProductEditController.php (100%) rename src/applications/releeph/controller/{project => product}/ReleephProductHistoryController.php (100%) rename src/applications/releeph/controller/{project => product}/ReleephProductListController.php (100%) rename src/applications/releeph/controller/{project => product}/ReleephProductViewController.php (100%) diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index 5ceead1a7c..cbc178ee66 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -2535,18 +2535,18 @@ phutil_register_library_map(array( 'ReleephPHIDTypeBranch' => 'applications/releeph/phid/ReleephPHIDTypeBranch.php', 'ReleephPHIDTypeProduct' => 'applications/releeph/phid/ReleephPHIDTypeProduct.php', 'ReleephPHIDTypeRequest' => 'applications/releeph/phid/ReleephPHIDTypeRequest.php', - 'ReleephProductActionController' => 'applications/releeph/controller/project/ReleephProductActionController.php', - 'ReleephProductController' => 'applications/releeph/controller/project/ReleephProductController.php', - 'ReleephProductCreateController' => 'applications/releeph/controller/project/ReleephProductCreateController.php', - 'ReleephProductEditController' => 'applications/releeph/controller/project/ReleephProductEditController.php', + 'ReleephProductActionController' => 'applications/releeph/controller/product/ReleephProductActionController.php', + 'ReleephProductController' => 'applications/releeph/controller/product/ReleephProductController.php', + 'ReleephProductCreateController' => 'applications/releeph/controller/product/ReleephProductCreateController.php', + 'ReleephProductEditController' => 'applications/releeph/controller/product/ReleephProductEditController.php', 'ReleephProductEditor' => 'applications/releeph/editor/ReleephProductEditor.php', - 'ReleephProductHistoryController' => 'applications/releeph/controller/project/ReleephProductHistoryController.php', - 'ReleephProductListController' => 'applications/releeph/controller/project/ReleephProductListController.php', + 'ReleephProductHistoryController' => 'applications/releeph/controller/product/ReleephProductHistoryController.php', + 'ReleephProductListController' => 'applications/releeph/controller/product/ReleephProductListController.php', 'ReleephProductQuery' => 'applications/releeph/query/ReleephProductQuery.php', 'ReleephProductSearchEngine' => 'applications/releeph/query/ReleephProductSearchEngine.php', 'ReleephProductTransaction' => 'applications/releeph/storage/ReleephProductTransaction.php', 'ReleephProductTransactionQuery' => 'applications/releeph/query/ReleephProductTransactionQuery.php', - 'ReleephProductViewController' => 'applications/releeph/controller/project/ReleephProductViewController.php', + 'ReleephProductViewController' => 'applications/releeph/controller/product/ReleephProductViewController.php', 'ReleephProject' => 'applications/releeph/storage/ReleephProject.php', 'ReleephReasonFieldSpecification' => 'applications/releeph/field/specification/ReleephReasonFieldSpecification.php', 'ReleephRequest' => 'applications/releeph/storage/ReleephRequest.php', diff --git a/src/applications/releeph/controller/project/ReleephProductActionController.php b/src/applications/releeph/controller/product/ReleephProductActionController.php similarity index 100% rename from src/applications/releeph/controller/project/ReleephProductActionController.php rename to src/applications/releeph/controller/product/ReleephProductActionController.php diff --git a/src/applications/releeph/controller/project/ReleephProductController.php b/src/applications/releeph/controller/product/ReleephProductController.php similarity index 100% rename from src/applications/releeph/controller/project/ReleephProductController.php rename to src/applications/releeph/controller/product/ReleephProductController.php diff --git a/src/applications/releeph/controller/project/ReleephProductCreateController.php b/src/applications/releeph/controller/product/ReleephProductCreateController.php similarity index 100% rename from src/applications/releeph/controller/project/ReleephProductCreateController.php rename to src/applications/releeph/controller/product/ReleephProductCreateController.php diff --git a/src/applications/releeph/controller/project/ReleephProductEditController.php b/src/applications/releeph/controller/product/ReleephProductEditController.php similarity index 100% rename from src/applications/releeph/controller/project/ReleephProductEditController.php rename to src/applications/releeph/controller/product/ReleephProductEditController.php diff --git a/src/applications/releeph/controller/project/ReleephProductHistoryController.php b/src/applications/releeph/controller/product/ReleephProductHistoryController.php similarity index 100% rename from src/applications/releeph/controller/project/ReleephProductHistoryController.php rename to src/applications/releeph/controller/product/ReleephProductHistoryController.php diff --git a/src/applications/releeph/controller/project/ReleephProductListController.php b/src/applications/releeph/controller/product/ReleephProductListController.php similarity index 100% rename from src/applications/releeph/controller/project/ReleephProductListController.php rename to src/applications/releeph/controller/product/ReleephProductListController.php diff --git a/src/applications/releeph/controller/project/ReleephProductViewController.php b/src/applications/releeph/controller/product/ReleephProductViewController.php similarity index 100% rename from src/applications/releeph/controller/project/ReleephProductViewController.php rename to src/applications/releeph/controller/product/ReleephProductViewController.php