From 3595378504f3553d8612f4d7b63c9971128e5547 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 20 Jan 2023 17:12:25 +1300 Subject: [PATCH] MNT Remove legacy upgrader config --- .upgrade.yml | 25 ------------------------- _config/legacy.yml | 3 --- 2 files changed, 28 deletions(-) delete mode 100644 .upgrade.yml delete mode 100644 _config/legacy.yml diff --git a/.upgrade.yml b/.upgrade.yml deleted file mode 100644 index b426b9b..0000000 --- a/.upgrade.yml +++ /dev/null @@ -1,25 +0,0 @@ -mappings: - CommentAdmin: SilverStripe\Comments\Admin\CommentAdmin - CommentsGridField: SilverStripe\Comments\Admin\CommentsGridField - CommentsGridFieldAction: SilverStripe\Comments\Admin\CommentsGridFieldAction - CommentsGridFieldBulkAction_Handlers: SilverStripe\Comments\Admin\CommentsGridFieldBulkAction\Handlers - CommentsGridFieldConfig: SilverStripe\Comments\Admin\CommentsGridFieldConfig - CommentingController: SilverStripe\Comments\Controllers\CommentingController - CommentsExtension: SilverStripe\Comments\Extensions\CommentsExtension - Comment: SilverStripe\Comments\Model\Comment - Comment_SecurityToken: SilverStripe\Comments\Model\Comment\SecurityToken - CommentAdminTest: SilverStripe\Comments\Tests\CommentAdminTest - CommentingControllerTest: SilverStripe\Comments\Tests\CommentingControllerTest - CommentingTest: SilverStripe\Comments\Tests\CommentingTest - CommentListTest: SilverStripe\Comments\Tests\CommentListTest - CommentsExtensionTest: SilverStripe\Comments\Tests\CommentsExtensionTest - CommentsGridFieldActionTest: SilverStripe\Comments\Tests\CommentsGridFieldActionTest - CommentsGridFieldBulkActionTest: SilverStripe\Comments\Tests\CommentsGridFieldBulkActionTest - CommentsGridFieldConfigTest: SilverStripe\Comments\Tests\CommentsGridFieldConfigTest - CommentsGridFieldTest: SilverStripe\Comments\Tests\CommentsGridFieldTest - CommentsTest: SilverStripe\Comments\Tests\CommentsTest - CommentableItem: SilverStripe\Comments\Tests\Stubs\CommentableItem - CommentableItemEnabled: SilverStripe\Comments\Tests\Stubs\CommentableItemEnabled - CommentableItemDisabled: SilverStripe\Comments\Tests\Stubs\CommentableItemDisabled - CommentableItem_Controller: SilverStripe\Comments\Tests\Stubs\CommentableItemController - CommentTestHelper: SilverStripe\Comments\Tests\CommentTestHelper diff --git a/_config/legacy.yml b/_config/legacy.yml deleted file mode 100644 index 50a3cc0..0000000 --- a/_config/legacy.yml +++ /dev/null @@ -1,3 +0,0 @@ -SilverStripe\ORM\DatabaseAdmin: - classname_value_remapping: - Comment: SilverStripe\Comments\Model\Comment \ No newline at end of file