From bc759795182901e89bfce6bb6c48b7d1ab261638 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:06 +0200 Subject: [PATCH 01/26] TASK: Apply migration TYPO3.FLOW3-201201261636 Adjust to the major changes in FLOW3 1.1 when coming from 1.0. Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 839ee75..8747272 100755 --- a/composer.json +++ b/composer.json @@ -1,13 +1,18 @@ { - "name": "netlogix/cors", - "type": "typo3-flow-package", - "description": "Handle CORS requests, basically ported from EXT:nxcors", - "require": { - "typo3/flow": "*" - }, - "autoload": { - "psr-0": { - "Netlogix\\Cors": "Classes" + "name": "netlogix/cors", + "type": "typo3-flow-package", + "description": "Handle CORS requests, basically ported from EXT:nxcors", + "require": { + "typo3/flow": "*" + }, + "autoload": { + "psr-0": { + "Netlogix\\Cors": "Classes" + } + }, + "extra": { + "applied-flow-migrations": [ + "TYPO3.FLOW3-201201261636" + ] } - } } \ No newline at end of file From 23ffc08de8f5e5020633f36727e558916550748c Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:06 +0200 Subject: [PATCH 02/26] TASK: Apply migration TYPO3.Fluid-201205031303 Rename form.textbox to form.textfield Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8747272..9a49dc1 100755 --- a/composer.json +++ b/composer.json @@ -12,7 +12,8 @@ }, "extra": { "applied-flow-migrations": [ - "TYPO3.FLOW3-201201261636" + "TYPO3.FLOW3-201201261636", + "TYPO3.Fluid-201205031303" ] } } \ No newline at end of file From e2b52ec031972b9b7be16f1aebf1586768d2103a Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:06 +0200 Subject: [PATCH 03/26] TASK: Apply migration TYPO3.FLOW3-201205292145 Replace FileTypes use with MediaTypes use. Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a49dc1..74edf34 100755 --- a/composer.json +++ b/composer.json @@ -13,7 +13,8 @@ "extra": { "applied-flow-migrations": [ "TYPO3.FLOW3-201201261636", - "TYPO3.Fluid-201205031303" + "TYPO3.Fluid-201205031303", + "TYPO3.FLOW3-201205292145" ] } } \ No newline at end of file From 601bae2a3983ea4170ea8c2cd85046129c2d6893 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:06 +0200 Subject: [PATCH 04/26] TASK: Apply migration TYPO3.FLOW3-201206271128 Replace DataNotSerializeableException with DataNotSerializableException. Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 74edf34..6a07c7f 100755 --- a/composer.json +++ b/composer.json @@ -14,7 +14,8 @@ "applied-flow-migrations": [ "TYPO3.FLOW3-201201261636", "TYPO3.Fluid-201205031303", - "TYPO3.FLOW3-201205292145" + "TYPO3.FLOW3-201205292145", + "TYPO3.FLOW3-201206271128" ] } } \ No newline at end of file From bab0bd8985dd8c907a9a9136862f5906247d2281 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:07 +0200 Subject: [PATCH 05/26] TASK: Apply migration TYPO3.FLOW3-201209201112 Move all code to PSR-0 compatible directory structure, remove Package.xml, Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6a07c7f..23652a7 100755 --- a/composer.json +++ b/composer.json @@ -15,7 +15,8 @@ "TYPO3.FLOW3-201201261636", "TYPO3.Fluid-201205031303", "TYPO3.FLOW3-201205292145", - "TYPO3.FLOW3-201206271128" + "TYPO3.FLOW3-201206271128", + "TYPO3.FLOW3-201209201112" ] } } \ No newline at end of file From 16ba2efb5af6c3abd0f58bebfebae4d2b8fa1ded Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:07 +0200 Subject: [PATCH 06/26] TASK: Apply migration TYPO3.Flow-201209251426 Rename FLOW3 to TYPO3 Flow Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 23652a7..78caf93 100755 --- a/composer.json +++ b/composer.json @@ -16,7 +16,8 @@ "TYPO3.Fluid-201205031303", "TYPO3.FLOW3-201205292145", "TYPO3.FLOW3-201206271128", - "TYPO3.FLOW3-201209201112" + "TYPO3.FLOW3-201209201112", + "TYPO3.Flow-201209251426" ] } } \ No newline at end of file From 402957f22325a777b88aea2dbc6c5c951a84f9bd Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:07 +0200 Subject: [PATCH 07/26] TASK: Apply migration TYPO3.Flow-201211151101 Check for globally defined role identifiers in Policy.yaml files Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 78caf93..3b37c41 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@ "TYPO3.FLOW3-201205292145", "TYPO3.FLOW3-201206271128", "TYPO3.FLOW3-201209201112", - "TYPO3.Flow-201209251426" + "TYPO3.Flow-201209251426", + "TYPO3.Flow-201211151101" ] } } \ No newline at end of file From 16159c21311045eeda24144db1d78b4d30c4f68c Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:07 +0200 Subject: [PATCH 08/26] TASK: Apply migration TYPO3.Flow-201212051340 Change entity resource definitions from using _ to \ Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b37c41..8e7bed2 100755 --- a/composer.json +++ b/composer.json @@ -18,7 +18,8 @@ "TYPO3.FLOW3-201206271128", "TYPO3.FLOW3-201209201112", "TYPO3.Flow-201209251426", - "TYPO3.Flow-201211151101" + "TYPO3.Flow-201211151101", + "TYPO3.Flow-201212051340" ] } } \ No newline at end of file From 1925b8b7f5282f46e5ecd54b872dd0636d491f6c Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:07 +0200 Subject: [PATCH 09/26] TASK: Apply migration TYPO3.Flow-201310031523 Change Neos\Flow\Persistence\Doctrine\DatabaseConnectionException to Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8e7bed2..07a9bb3 100755 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ "TYPO3.FLOW3-201209201112", "TYPO3.Flow-201209251426", "TYPO3.Flow-201211151101", - "TYPO3.Flow-201212051340" + "TYPO3.Flow-201212051340", + "TYPO3.Flow-201310031523" ] } } \ No newline at end of file From 5d6a29b4b3a1626eb6fff2078a4d86e9842a7c0f Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:07 +0200 Subject: [PATCH 10/26] TASK: Apply migration TYPO3.Flow-201405111147 This migration does not actually change any code. It just displays a warning if a TypeConverters canConvertFrom() is Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 07a9bb3..3bbe052 100755 --- a/composer.json +++ b/composer.json @@ -20,7 +20,8 @@ "TYPO3.Flow-201209251426", "TYPO3.Flow-201211151101", "TYPO3.Flow-201212051340", - "TYPO3.Flow-201310031523" + "TYPO3.Flow-201310031523", + "TYPO3.Flow-201405111147" ] } } \ No newline at end of file From da3282aca450f567c65f25c227168481f66f851f Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:07 +0200 Subject: [PATCH 11/26] TASK: Apply migration TYPO3.Fluid-20141113120800 Rename the "resource" argument of the security.ifAccess ViewHelper to "privilegeTarget" Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3bbe052..f8cc984 100755 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ "TYPO3.Flow-201211151101", "TYPO3.Flow-201212051340", "TYPO3.Flow-201310031523", - "TYPO3.Flow-201405111147" + "TYPO3.Flow-201405111147", + "TYPO3.Fluid-20141113120800" ] } } \ No newline at end of file From 7a266ff25669dac496225713ae9bccedbd13a375 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:07 +0200 Subject: [PATCH 12/26] TASK: Apply migration TYPO3.Flow-20141113121400 Adjust "Policy.yaml" to new syntax Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f8cc984..0bf5a1d 100755 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ "TYPO3.Flow-201212051340", "TYPO3.Flow-201310031523", "TYPO3.Flow-201405111147", - "TYPO3.Fluid-20141113120800" + "TYPO3.Fluid-20141113120800", + "TYPO3.Flow-20141113121400" ] } } \ No newline at end of file From 5b8207e51c21c75bacee017e7076c48daae0e4c2 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:08 +0200 Subject: [PATCH 13/26] TASK: Apply migration TYPO3.Fluid-20141121091700 Warn about removed ReflectionService dependency from AbstractViewHelper Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0bf5a1d..b3cb8a2 100755 --- a/composer.json +++ b/composer.json @@ -23,7 +23,8 @@ "TYPO3.Flow-201310031523", "TYPO3.Flow-201405111147", "TYPO3.Fluid-20141113120800", - "TYPO3.Flow-20141113121400" + "TYPO3.Flow-20141113121400", + "TYPO3.Fluid-20141121091700" ] } } \ No newline at end of file From 645b93747dad0d47805e90bc696505085005df8f Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:08 +0200 Subject: [PATCH 14/26] TASK: Apply migration TYPO3.Fluid-20150214130800 Warn about "escapeOutput" property for existing ViewHelpers to ensure backwards-compatibility Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b3cb8a2..29e7ebe 100755 --- a/composer.json +++ b/composer.json @@ -24,7 +24,8 @@ "TYPO3.Flow-201405111147", "TYPO3.Fluid-20141113120800", "TYPO3.Flow-20141113121400", - "TYPO3.Fluid-20141121091700" + "TYPO3.Fluid-20141121091700", + "TYPO3.Fluid-20150214130800" ] } } \ No newline at end of file From ced8947a165ff0fad3e175f26e69f09a8d4d7391 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:08 +0200 Subject: [PATCH 15/26] TASK: Apply migration TYPO3.Flow-20151113161300 Adjust "Settings.yaml" to new "requestPattern" and "firewall" syntax (see FLOW-412) Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 29e7ebe..d8e4811 100755 --- a/composer.json +++ b/composer.json @@ -25,7 +25,8 @@ "TYPO3.Fluid-20141113120800", "TYPO3.Flow-20141113121400", "TYPO3.Fluid-20141121091700", - "TYPO3.Fluid-20150214130800" + "TYPO3.Fluid-20150214130800", + "TYPO3.Flow-20151113161300" ] } } \ No newline at end of file From 270c1cc604f9123bc9ec1920f611375b91b48c5f Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:08 +0200 Subject: [PATCH 16/26] TASK: Apply migration TYPO3.Flow-20161115140400 Adjust to the renaming of the Resource namespace and class in Flow 4.0 Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d8e4811..beafa58 100755 --- a/composer.json +++ b/composer.json @@ -26,7 +26,8 @@ "TYPO3.Flow-20141113121400", "TYPO3.Fluid-20141121091700", "TYPO3.Fluid-20150214130800", - "TYPO3.Flow-20151113161300" + "TYPO3.Flow-20151113161300", + "TYPO3.Flow-20161115140400" ] } } \ No newline at end of file From d08a468584d74b5865818963f2343f213b2a2690 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:08 +0200 Subject: [PATCH 17/26] TASK: Apply migration TYPO3.Flow-20161115140430 Adjust to the renaming of the Object namespace in Flow 4.0 Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index beafa58..2fc4a2d 100755 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ "TYPO3.Fluid-20141121091700", "TYPO3.Fluid-20150214130800", "TYPO3.Flow-20151113161300", - "TYPO3.Flow-20161115140400" + "TYPO3.Flow-20161115140400", + "TYPO3.Flow-20161115140430" ] } } \ No newline at end of file From f41d2f0d957ce2ef4b70994bb581db55d37bc6b8 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:08 +0200 Subject: [PATCH 18/26] TASK: Apply migration Neos.Flow-20161124204700 Adjusts code to package renaming from "TYPO3.Flow" to "Neos.Flow" --- .../Cors/Http/Component/CorsComponent.php | 8 ++++---- Classes/Netlogix/Cors/Service/CorsService.php | 8 ++++---- Configuration/Settings.yaml | 19 +++++++++---------- composer.json | 3 ++- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Classes/Netlogix/Cors/Http/Component/CorsComponent.php b/Classes/Netlogix/Cors/Http/Component/CorsComponent.php index 92750f4..c4d63be 100755 --- a/Classes/Netlogix/Cors/Http/Component/CorsComponent.php +++ b/Classes/Netlogix/Cors/Http/Component/CorsComponent.php @@ -7,10 +7,10 @@ * */ use Netlogix\Cors\Service\CorsService; -use TYPO3\Flow\Annotations as Flow; -use TYPO3\Flow\Http\Component\ComponentContext; -use TYPO3\Flow\Http\Component\ComponentInterface; -use TYPO3\Flow\Utility\Arrays; +use Neos\Flow\Annotations as Flow; +use Neos\Flow\Http\Component\ComponentContext; +use Neos\Flow\Http\Component\ComponentInterface; +use Neos\Flow\Utility\Arrays; /** * HTTP component sending CORS (Access-Control-Allow-*) headers. diff --git a/Classes/Netlogix/Cors/Service/CorsService.php b/Classes/Netlogix/Cors/Service/CorsService.php index 9cd34f2..ef2edd1 100755 --- a/Classes/Netlogix/Cors/Service/CorsService.php +++ b/Classes/Netlogix/Cors/Service/CorsService.php @@ -6,9 +6,9 @@ * * * */ -use TYPO3\Flow\Core\Bootstrap; -use TYPO3\Flow\Http\Request; -use TYPO3\Flow\Security\Exception\AccessDeniedException; +use Neos\Flow\Core\Bootstrap; +use Neos\Flow\Http\Request; +use Neos\Flow\Security\Exception\AccessDeniedException; /** * Cross Origin Resource Sharing (CORS) service @@ -203,7 +203,7 @@ protected function isCurrentRequestAllowed() /** * Deny request and send forbidden header * - * @throws \TYPO3\Flow\Http\Exception + * @throws \Neos\Flow\Http\Exception */ protected function denyRequest() { diff --git a/Configuration/Settings.yaml b/Configuration/Settings.yaml index 7ac9eec..de7ae6f 100755 --- a/Configuration/Settings.yaml +++ b/Configuration/Settings.yaml @@ -7,19 +7,18 @@ # instead. # # # -TYPO3: - +Neos: Flow: - http: chain: preprocess: chain: - 'cors': - position: 'start' - component: 'Netlogix\Cors\Http\Component\CorsComponent' + cors: + position: start + component: Netlogix\Cors\Http\Component\CorsComponent componentOptions: - allowedMethods: ['GET'] - allowedOrigins: [] - allowedHeaders: [] - allowCredentials: FALSE \ No newline at end of file + allowedMethods: + - GET + allowedOrigins: { } + allowedHeaders: { } + allowCredentials: false diff --git a/composer.json b/composer.json index 2fc4a2d..4da9146 100755 --- a/composer.json +++ b/composer.json @@ -28,7 +28,8 @@ "TYPO3.Fluid-20150214130800", "TYPO3.Flow-20151113161300", "TYPO3.Flow-20161115140400", - "TYPO3.Flow-20161115140430" + "TYPO3.Flow-20161115140430", + "Neos.Flow-20161124204700" ] } } \ No newline at end of file From bdbb1e50b627d0803ecfd46ce84cc10a4c6ec21a Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:08 +0200 Subject: [PATCH 19/26] TASK: Apply migration Neos.Flow-20161124204701 Adjusts code to package renaming from "Neos.Flow.Utility.Files" to "Neos.Utility.Files" and other extractions of the "Utility" packages. --- Classes/Netlogix/Cors/Http/Component/CorsComponent.php | 2 +- composer.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Classes/Netlogix/Cors/Http/Component/CorsComponent.php b/Classes/Netlogix/Cors/Http/Component/CorsComponent.php index c4d63be..1b56927 100755 --- a/Classes/Netlogix/Cors/Http/Component/CorsComponent.php +++ b/Classes/Netlogix/Cors/Http/Component/CorsComponent.php @@ -10,7 +10,7 @@ use Neos\Flow\Annotations as Flow; use Neos\Flow\Http\Component\ComponentContext; use Neos\Flow\Http\Component\ComponentInterface; -use Neos\Flow\Utility\Arrays; +use Neos\Utility\Arrays; /** * HTTP component sending CORS (Access-Control-Allow-*) headers. diff --git a/composer.json b/composer.json index 4da9146..f37ec64 100755 --- a/composer.json +++ b/composer.json @@ -29,7 +29,8 @@ "TYPO3.Flow-20151113161300", "TYPO3.Flow-20161115140400", "TYPO3.Flow-20161115140430", - "Neos.Flow-20161124204700" + "Neos.Flow-20161124204700", + "Neos.Flow-20161124204701" ] } } \ No newline at end of file From 8b66adf85f252ee9c355b9e6ceedc73435ff3ef5 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:08 +0200 Subject: [PATCH 20/26] TASK: Apply migration Neos.Flow-20161124224015 Adjusts code to cache extraction Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f37ec64..9aa1f71 100755 --- a/composer.json +++ b/composer.json @@ -30,7 +30,8 @@ "TYPO3.Flow-20161115140400", "TYPO3.Flow-20161115140430", "Neos.Flow-20161124204700", - "Neos.Flow-20161124204701" + "Neos.Flow-20161124204701", + "Neos.Flow-20161124224015" ] } } \ No newline at end of file From 5d8ed123f926011bfc3b53fef5d23b9c1832162d Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:09 +0200 Subject: [PATCH 21/26] TASK: Apply migration Neos.Eel-20161124230101 Adjusts code to Eel Renaming Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9aa1f71..bc6f1ca 100755 --- a/composer.json +++ b/composer.json @@ -31,7 +31,8 @@ "TYPO3.Flow-20161115140430", "Neos.Flow-20161124204700", "Neos.Flow-20161124204701", - "Neos.Flow-20161124224015" + "Neos.Flow-20161124224015", + "Neos.Eel-20161124230101" ] } } \ No newline at end of file From 1593d2a67c0de52a5f305c145a65f8e9f25cfc60 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:09 +0200 Subject: [PATCH 22/26] TASK: Apply migration Neos.Flow-20161125124112 Adjusts code to Neos\Flow\Utility\Unicode adjustment Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bc6f1ca..feb6368 100755 --- a/composer.json +++ b/composer.json @@ -32,7 +32,8 @@ "Neos.Flow-20161124204700", "Neos.Flow-20161124204701", "Neos.Flow-20161124224015", - "Neos.Eel-20161124230101" + "Neos.Eel-20161124230101", + "Neos.Flow-20161125124112" ] } } \ No newline at end of file From 83465960a4787da501f9a1b3e7036aa3542419aa Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:09 +0200 Subject: [PATCH 23/26] TASK: Apply migration TYPO3.FluidAdaptor-20161130112935 Adjusts code to package renaming from "TYPO3.Fluid" to "Neos.FluidAdaptor". Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index feb6368..57abb76 100755 --- a/composer.json +++ b/composer.json @@ -33,7 +33,8 @@ "Neos.Flow-20161124204701", "Neos.Flow-20161124224015", "Neos.Eel-20161124230101", - "Neos.Flow-20161125124112" + "Neos.Flow-20161125124112", + "TYPO3.FluidAdaptor-20161130112935" ] } } \ No newline at end of file From 327b7894036263e6313d1a50c01c0e559f696ce7 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:09 +0200 Subject: [PATCH 24/26] TASK: Apply migration Neos.Flow-20170125103800 Migrate usages of the path [TYPO3][Flow][Security][Authentication] to [Neos][Flow][Security][Authentication] Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 57abb76..5d3c9df 100755 --- a/composer.json +++ b/composer.json @@ -34,7 +34,8 @@ "Neos.Flow-20161124224015", "Neos.Eel-20161124230101", "Neos.Flow-20161125124112", - "TYPO3.FluidAdaptor-20161130112935" + "TYPO3.FluidAdaptor-20161130112935", + "Neos.Flow-20170125103800" ] } } \ No newline at end of file From c6182c63e820a36ee5eae74733c7ce4af808f6c6 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 Oct 2017 14:19:09 +0200 Subject: [PATCH 25/26] TASK: Apply migration Neos.Flow-20170127183102 Migrate bootstep names. Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5d3c9df..80abe6d 100755 --- a/composer.json +++ b/composer.json @@ -35,7 +35,8 @@ "Neos.Eel-20161124230101", "Neos.Flow-20161125124112", "TYPO3.FluidAdaptor-20161130112935", - "Neos.Flow-20170125103800" + "Neos.Flow-20170125103800", + "Neos.Flow-20170127183102" ] } } \ No newline at end of file From b75366c10336f4ddc05f4894679b5e13d4489350 Mon Sep 17 00:00:00 2001 From: Stephan Schuler Date: Mon, 23 Oct 2017 17:20:02 +0200 Subject: [PATCH 26/26] TASK: Adjust composer dependency --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 80abe6d..99e5c0d 100755 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { "name": "netlogix/cors", - "type": "typo3-flow-package", + "type": "neos-package", "description": "Handle CORS requests, basically ported from EXT:nxcors", "require": { - "typo3/flow": "*" + "neos/flow": "~4.0.0" }, "autoload": { "psr-0": {