From cc6645939ab3ac697476e2954ec8f0aa85ef7158 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:37 +0000 Subject: [PATCH 01/72] 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aefd337..f6b6f8f 100644 --- a/composer.json +++ b/composer.json @@ -11,5 +11,10 @@ "psr-0": { "CRON\\FormBuilder": "Classes" } + }, + "extra": { + "applied-flow-migrations": [ + "TYPO3.FLOW3-201201261636" + ] } -} +} \ No newline at end of file From 7561e99cf7d29cdc5e2e2e182064227641a33f29 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:37 +0000 Subject: [PATCH 02/72] 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 f6b6f8f..c80dd9a 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,8 @@ }, "extra": { "applied-flow-migrations": [ - "TYPO3.FLOW3-201201261636" + "TYPO3.FLOW3-201201261636", + "TYPO3.Fluid-201205031303" ] } } \ No newline at end of file From daee7f9ac283523ef030517fb24260af848708ec Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:37 +0000 Subject: [PATCH 03/72] 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 c80dd9a..435c0c2 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,8 @@ "extra": { "applied-flow-migrations": [ "TYPO3.FLOW3-201201261636", - "TYPO3.Fluid-201205031303" + "TYPO3.Fluid-201205031303", + "TYPO3.FLOW3-201205292145" ] } } \ No newline at end of file From 38328608271292e40cc8e66096cd5b974292dd6c Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:37 +0000 Subject: [PATCH 04/72] 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 435c0c2..794f8de 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,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 0d10315f76a8b18eead57e2af0b351070a83ae57 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:37 +0000 Subject: [PATCH 05/72] 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 794f8de..1c3bf31 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,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 9bd89e42ab7d59aacce1e615854682335b1052c3 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:37 +0000 Subject: [PATCH 06/72] 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 1c3bf31..6ae6b05 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,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 7627c6896659994d303bf0f3b445025951050c9f Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:37 +0000 Subject: [PATCH 07/72] 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 6ae6b05..c061e67 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,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 ffee27a81824201545ea0f5b770aecfd755e8925 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:37 +0000 Subject: [PATCH 08/72] 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 c061e67..dd92f98 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,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 e9443d77c4ab6a7299b246f740037d0199747197 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:37 +0000 Subject: [PATCH 09/72] TASK: Apply migration TYPO3.TypoScript-130516234520 Rename "renderTypoScript" VH to just "render" 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 dd92f98..d0d5f1f 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ "TYPO3.FLOW3-201209201112", "TYPO3.Flow-201209251426", "TYPO3.Flow-201211151101", - "TYPO3.Flow-201212051340" + "TYPO3.Flow-201212051340", + "TYPO3.TypoScript-130516234520" ] } } \ No newline at end of file From 9de2c95d96111681a9055a025f63675c80324ee7 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:37 +0000 Subject: [PATCH 10/72] TASK: Apply migration TYPO3.TypoScript-130516235550 Rename "renderTypoScript" VH to just "render" 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 d0d5f1f..1126cd2 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ "TYPO3.Flow-201209251426", "TYPO3.Flow-201211151101", "TYPO3.Flow-201212051340", - "TYPO3.TypoScript-130516234520" + "TYPO3.TypoScript-130516234520", + "TYPO3.TypoScript-130516235550" ] } } \ No newline at end of file From 226437c0a4a10a3622f6308cb8d21320359638d4 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:37 +0000 Subject: [PATCH 11/72] TASK: Apply migration TYPO3.TYPO3CR-130523180140 Adjust to removed TYPO3.ContentRepository:Folder node type by replacing it 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 1126cd2..cc58712 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,8 @@ "TYPO3.Flow-201211151101", "TYPO3.Flow-201212051340", "TYPO3.TypoScript-130516234520", - "TYPO3.TypoScript-130516235550" + "TYPO3.TypoScript-130516235550", + "TYPO3.TYPO3CR-130523180140" ] } } \ No newline at end of file From 184692d5d570d5b99685be2dd08ecd5b74b35837 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:37 +0000 Subject: [PATCH 12/72] TASK: Apply migration TYPO3.Neos.NodeTypes-201309111655 Change node type and TS object names in NodeTypes.yaml and PHP code. 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 cc58712..ad1c2b6 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,8 @@ "TYPO3.Flow-201212051340", "TYPO3.TypoScript-130516234520", "TYPO3.TypoScript-130516235550", - "TYPO3.TYPO3CR-130523180140" + "TYPO3.TYPO3CR-130523180140", + "TYPO3.Neos.NodeTypes-201309111655" ] } } \ No newline at end of file From 74d335d9e85151f7bd8207750b00af51f39f7e71 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 13/72] 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 ad1c2b6..2868779 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,8 @@ "TYPO3.TypoScript-130516234520", "TYPO3.TypoScript-130516235550", "TYPO3.TYPO3CR-130523180140", - "TYPO3.Neos.NodeTypes-201309111655" + "TYPO3.Neos.NodeTypes-201309111655", + "TYPO3.Flow-201310031523" ] } } \ No newline at end of file From 19368143601c5e5495f007935ffdc70b5446af63 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 14/72] 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 2868779..4d4af00 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,8 @@ "TYPO3.TypoScript-130516235550", "TYPO3.TYPO3CR-130523180140", "TYPO3.Neos.NodeTypes-201309111655", - "TYPO3.Flow-201310031523" + "TYPO3.Flow-201310031523", + "TYPO3.Flow-201405111147" ] } } \ No newline at end of file From a0194555d821aac153290a8458ebf135e23674a7 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 15/72] TASK: Apply migration TYPO3.Neos-201407061038 Adjust to updated date format for inspector date editor 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 4d4af00..bbe6682 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ "TYPO3.TYPO3CR-130523180140", "TYPO3.Neos.NodeTypes-201309111655", "TYPO3.Flow-201310031523", - "TYPO3.Flow-201405111147" + "TYPO3.Flow-201405111147", + "TYPO3.Neos-201407061038" ] } } \ No newline at end of file From d5aa86571f09ba8a59794a0278e2ce0aec21c53f Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 16/72] TASK: Apply migration TYPO3.Neos-201409071922 Adjust to updated folder name for TypoScript in site packages 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 bbe6682..3deba1a 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,8 @@ "TYPO3.Neos.NodeTypes-201309111655", "TYPO3.Flow-201310031523", "TYPO3.Flow-201405111147", - "TYPO3.Neos-201407061038" + "TYPO3.Neos-201407061038", + "TYPO3.Neos-201409071922" ] } } \ No newline at end of file From 56ddf9d4d8f266d5cb596f1b0f4a2852c289dd8f Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 17/72] TASK: Apply migration TYPO3.TYPO3CR-140911160326 Adjust to renamed NodeLabelGeneratorInterface. 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 3deba1a..fe16c1f 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,8 @@ "TYPO3.Flow-201310031523", "TYPO3.Flow-201405111147", "TYPO3.Neos-201407061038", - "TYPO3.Neos-201409071922" + "TYPO3.Neos-201409071922", + "TYPO3.TYPO3CR-140911160326" ] } } \ No newline at end of file From d5f08c8e03752d50f038c8a1af0fa7ed554e6be1 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 18/72] TASK: Apply migration TYPO3.Neos-201410010000 Migrates the former HtmlEditor to CodeEditor 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 fe16c1f..2accf48 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,8 @@ "TYPO3.Flow-201405111147", "TYPO3.Neos-201407061038", "TYPO3.Neos-201409071922", - "TYPO3.TYPO3CR-140911160326" + "TYPO3.TYPO3CR-140911160326", + "TYPO3.Neos-201410010000" ] } } \ No newline at end of file From f4a42847a928e2370167a08464fc28bfe32bebc0 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 19/72] TASK: Apply migration TYPO3.TYPO3CR-141101082142 Adjust namespaces for ContentRepository related FlowQuery operations that were moved from TYPO3.Neos to TYPO3.TYPO3CR 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 2accf48..e6d6d9b 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,8 @@ "TYPO3.Neos-201407061038", "TYPO3.Neos-201409071922", "TYPO3.TYPO3CR-140911160326", - "TYPO3.Neos-201410010000" + "TYPO3.Neos-201410010000", + "TYPO3.TYPO3CR-141101082142" ] } } \ No newline at end of file From c433b4977ba398306e118c847193f76fdf37ef3f Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 20/72] TASK: Apply migration TYPO3.Neos-20141113115300 Rename setting TYPO3.Neos.modules..resource 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 e6d6d9b..62ad292 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,8 @@ "TYPO3.Neos-201409071922", "TYPO3.TYPO3CR-140911160326", "TYPO3.Neos-201410010000", - "TYPO3.TYPO3CR-141101082142" + "TYPO3.TYPO3CR-141101082142", + "TYPO3.Neos-20141113115300" ] } } \ No newline at end of file From e492757572fc9e34f6383477d90515e6df481910 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 21/72] 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 62ad292..aafdb6b 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,8 @@ "TYPO3.TYPO3CR-140911160326", "TYPO3.Neos-201410010000", "TYPO3.TYPO3CR-141101082142", - "TYPO3.Neos-20141113115300" + "TYPO3.Neos-20141113115300", + "TYPO3.Fluid-20141113120800" ] } } \ No newline at end of file From fb544ad92389e23a5d079bbba42ea2cc6b54fc75 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 22/72] 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 aafdb6b..216068c 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,8 @@ "TYPO3.Neos-201410010000", "TYPO3.TYPO3CR-141101082142", "TYPO3.Neos-20141113115300", - "TYPO3.Fluid-20141113120800" + "TYPO3.Fluid-20141113120800", + "TYPO3.Flow-20141113121400" ] } } \ No newline at end of file From bde7b4e0084e45acad592373d8912553e8f4c9a6 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 23/72] 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 216068c..6cfa983 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,8 @@ "TYPO3.TYPO3CR-141101082142", "TYPO3.Neos-20141113115300", "TYPO3.Fluid-20141113120800", - "TYPO3.Flow-20141113121400" + "TYPO3.Flow-20141113121400", + "TYPO3.Fluid-20141121091700" ] } } \ No newline at end of file From 049a6c1e721cec1d3c15ebf732fc014ebc88aee7 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 24/72] TASK: Apply migration TYPO3.Neos-20141218134700 Rename node property type 'date' to DateTime 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 6cfa983..25bfc81 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,8 @@ "TYPO3.Neos-20141113115300", "TYPO3.Fluid-20141113120800", "TYPO3.Flow-20141113121400", - "TYPO3.Fluid-20141121091700" + "TYPO3.Fluid-20141121091700", + "TYPO3.Neos-20141218134700" ] } } \ No newline at end of file From e778d1a665fe196ef4f69361e8442699adea9694 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 25/72] 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 25bfc81..7a24135 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,8 @@ "TYPO3.Fluid-20141113120800", "TYPO3.Flow-20141113121400", "TYPO3.Fluid-20141121091700", - "TYPO3.Neos-20141218134700" + "TYPO3.Neos-20141218134700", + "TYPO3.Fluid-20150214130800" ] } } \ No newline at end of file From 9a7db4ad541b06faecf71aca12efd210879bb302 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 26/72] TASK: Apply migration TYPO3.Neos-20150303231600 Migrates ImageVariant to ImageInterface 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 7a24135..935b6e2 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,8 @@ "TYPO3.Flow-20141113121400", "TYPO3.Fluid-20141121091700", "TYPO3.Neos-20141218134700", - "TYPO3.Fluid-20150214130800" + "TYPO3.Fluid-20150214130800", + "TYPO3.Neos-20150303231600" ] } } \ No newline at end of file From 068d18155e11bee3a266162aea1c03f52d96fe3f Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 27/72] TASK: Apply migration TYPO3.TYPO3CR-20150510103823 Migrates to new super type syntax in node type configuration 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 935b6e2..4d33468 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,8 @@ "TYPO3.Fluid-20141121091700", "TYPO3.Neos-20141218134700", "TYPO3.Fluid-20150214130800", - "TYPO3.Neos-20150303231600" + "TYPO3.Neos-20150303231600", + "TYPO3.TYPO3CR-20150510103823" ] } } \ No newline at end of file From 443701c184a4bebc00427245ffcacb0d8868f960 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:38 +0000 Subject: [PATCH 28/72] 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 4d33468..29f8875 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,8 @@ "TYPO3.Neos-20141218134700", "TYPO3.Fluid-20150214130800", "TYPO3.Neos-20150303231600", - "TYPO3.TYPO3CR-20150510103823" + "TYPO3.TYPO3CR-20150510103823", + "TYPO3.Flow-20151113161300" ] } } \ No newline at end of file From 51066b6f9d4fb0f8412c79401b663407863d72a4 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 29/72] TASK: Apply migration TYPO3.Form-20160601101500 Adjust "Settings.yaml" to use validationErrorTranslationPackage instead of translationPackage 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 29f8875..edd944c 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,8 @@ "TYPO3.Fluid-20150214130800", "TYPO3.Neos-20150303231600", "TYPO3.TYPO3CR-20150510103823", - "TYPO3.Flow-20151113161300" + "TYPO3.Flow-20151113161300", + "TYPO3.Form-20160601101500" ] } } \ No newline at end of file From 0f3e47985d0cde58e0acfb336b0893813cde0c59 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 30/72] 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 edd944c..4b9f1bd 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,8 @@ "TYPO3.Neos-20150303231600", "TYPO3.TYPO3CR-20150510103823", "TYPO3.Flow-20151113161300", - "TYPO3.Form-20160601101500" + "TYPO3.Form-20160601101500", + "TYPO3.Flow-20161115140400" ] } } \ No newline at end of file From 618489b4a467d6608d4c047d8260a9d8d0986ffc Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 31/72] 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 4b9f1bd..8b272b9 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,8 @@ "TYPO3.TYPO3CR-20150510103823", "TYPO3.Flow-20151113161300", "TYPO3.Form-20160601101500", - "TYPO3.Flow-20161115140400" + "TYPO3.Flow-20161115140400", + "TYPO3.Flow-20161115140430" ] } } \ No newline at end of file From d4670d77e9cfac61a7a657aea9a91f8ce75e43f0 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 32/72] TASK: Apply migration Neos.Flow-20161124204700 Adjusts code to package renaming from "TYPO3.Flow" to "Neos.Flow" --- .../CRON/FormBuilder/Controller/FormBuilderController.php | 4 ++-- Classes/CRON/FormBuilder/Service/SiteService.php | 2 +- Classes/CRON/FormBuilder/Utils/EmailMessage.php | 2 +- .../Validation/Validator/FormBuilderValidator.php | 6 +++--- Configuration/Policy.yaml | 4 ++-- composer.json | 3 ++- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Classes/CRON/FormBuilder/Controller/FormBuilderController.php b/Classes/CRON/FormBuilder/Controller/FormBuilderController.php index 6d777fe..5c603c6 100644 --- a/Classes/CRON/FormBuilder/Controller/FormBuilderController.php +++ b/Classes/CRON/FormBuilder/Controller/FormBuilderController.php @@ -6,10 +6,10 @@ * * * */ -use TYPO3\Flow\Annotations as Flow; +use Neos\Flow\Annotations as Flow; use TYPO3\TYPO3CR\Domain\Repository\NodeDataRepository; use CRON\FormBuilder\Utils\EmailMessage; -use TYPO3\Flow\Mvc\Controller\ActionController; +use Neos\Flow\Mvc\Controller\ActionController; use CRON\FormBuilder\Service\SiteService; use TYPO3\TYPO3CR\Domain\Model\NodeInterface; diff --git a/Classes/CRON/FormBuilder/Service/SiteService.php b/Classes/CRON/FormBuilder/Service/SiteService.php index 246f324..d172e68 100644 --- a/Classes/CRON/FormBuilder/Service/SiteService.php +++ b/Classes/CRON/FormBuilder/Service/SiteService.php @@ -2,7 +2,7 @@ namespace CRON\FormBuilder\Service; use TYPO3\TYPO3CR\Domain\Model\NodeInterface; -use TYPO3\Flow\Annotations as Flow; +use Neos\Flow\Annotations as Flow; /** * Validator for not empty values. diff --git a/Classes/CRON/FormBuilder/Utils/EmailMessage.php b/Classes/CRON/FormBuilder/Utils/EmailMessage.php index c159a41..78b949e 100644 --- a/Classes/CRON/FormBuilder/Utils/EmailMessage.php +++ b/Classes/CRON/FormBuilder/Utils/EmailMessage.php @@ -1,7 +1,7 @@ .*Action())' roles: - 'TYPO3.Flow:Everybody': + 'Neos.Flow:Everybody': privileges: - privilegeTarget: CRON_FormBuilder_Plugin diff --git a/composer.json b/composer.json index 8b272b9..1cc3350 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,8 @@ "TYPO3.Flow-20151113161300", "TYPO3.Form-20160601101500", "TYPO3.Flow-20161115140400", - "TYPO3.Flow-20161115140430" + "TYPO3.Flow-20161115140430", + "Neos.Flow-20161124204700" ] } } \ No newline at end of file From b07fdffd2af5e12bc9f5883a0b9a06cc7e0ab42a Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 33/72] 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. --- .../FormBuilder/Validation/Validator/FormBuilderValidator.php | 2 +- composer.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Classes/CRON/FormBuilder/Validation/Validator/FormBuilderValidator.php b/Classes/CRON/FormBuilder/Validation/Validator/FormBuilderValidator.php index 84a0210..1b32f4d 100644 --- a/Classes/CRON/FormBuilder/Validation/Validator/FormBuilderValidator.php +++ b/Classes/CRON/FormBuilder/Validation/Validator/FormBuilderValidator.php @@ -3,7 +3,7 @@ use Neos\Flow\Annotations as Flow; use CRON\FormBuilder\Service\SiteService; -use Neos\Flow\Error\Error; +use Neos\Error\Messages\Error; use Neos\Flow\Validation\Validator\CollectionValidator; use TYPO3\TYPO3CR\Domain\Repository\NodeDataRepository; diff --git a/composer.json b/composer.json index 1cc3350..a018a95 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,8 @@ "TYPO3.Form-20160601101500", "TYPO3.Flow-20161115140400", "TYPO3.Flow-20161115140430", - "Neos.Flow-20161124204700" + "Neos.Flow-20161124204700", + "Neos.Flow-20161124204701" ] } } \ No newline at end of file From 55096b61e9af879df1dbb1a07d09e6ea082e441b Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 34/72] TASK: Apply migration Neos.Twitter.Bootstrap-20161124204912 Adjusts code to package renaming from "TYPO3.Twitter.Bootstrap" to "Neos.Twitter.Bootstrap" 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 a018a95..7b90f1c 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,8 @@ "TYPO3.Flow-20161115140400", "TYPO3.Flow-20161115140430", "Neos.Flow-20161124204700", - "Neos.Flow-20161124204701" + "Neos.Flow-20161124204701", + "Neos.Twitter.Bootstrap-20161124204912" ] } } \ No newline at end of file From cd3ed7ad279e1aff2e836bb34dbda2b9eb649999 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 35/72] TASK: Apply migration Neos.Form-20161124205254 Adjusts code to package renaming from "TYPO3.Form" to "Neos.Form" 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 7b90f1c..e7086c0 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,8 @@ "TYPO3.Flow-20161115140430", "Neos.Flow-20161124204700", "Neos.Flow-20161124204701", - "Neos.Twitter.Bootstrap-20161124204912" + "Neos.Twitter.Bootstrap-20161124204912", + "Neos.Form-20161124205254" ] } } \ No newline at end of file From e17115a1f2ba15e5008a4b0bc6f207341e618f58 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 36/72] 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 e7086c0..99136e2 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,8 @@ "Neos.Flow-20161124204700", "Neos.Flow-20161124204701", "Neos.Twitter.Bootstrap-20161124204912", - "Neos.Form-20161124205254" + "Neos.Form-20161124205254", + "Neos.Flow-20161124224015" ] } } \ No newline at end of file From 5c1708edbe630a94c4e04ab3aa049be16e4d7eea Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 37/72] TASK: Apply migration Neos.Party-20161124225257 Adjusts code to package renaming from "TYPO3.Party" to "Neos.Party" 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 99136e2..07bf913 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,8 @@ "Neos.Flow-20161124204701", "Neos.Twitter.Bootstrap-20161124204912", "Neos.Form-20161124205254", - "Neos.Flow-20161124224015" + "Neos.Flow-20161124224015", + "Neos.Party-20161124225257" ] } } \ No newline at end of file From 7e149a23ec0a1451858a0358c62197ffd7b52ec6 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 38/72] 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 07bf913..4f26c66 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,8 @@ "Neos.Twitter.Bootstrap-20161124204912", "Neos.Form-20161124205254", "Neos.Flow-20161124224015", - "Neos.Party-20161124225257" + "Neos.Party-20161124225257", + "Neos.Eel-20161124230101" ] } } \ No newline at end of file From 4d06ecce3e7a92508a90b0ef21f9f14677c92e8f Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 39/72] TASK: Apply migration Neos.Setup-20161124230842 Adjusts code to Setup 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 4f26c66..a46d759 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,8 @@ "Neos.Form-20161124205254", "Neos.Flow-20161124224015", "Neos.Party-20161124225257", - "Neos.Eel-20161124230101" + "Neos.Eel-20161124230101", + "Neos.Setup-20161124230842" ] } } \ No newline at end of file From 37041369ea9ed259cfc93853397fcf58ec989aea Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 40/72] TASK: Apply migration Neos.Imagine-20161124231742 Adjusts code to Imagine 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 a46d759..1d3189f 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,8 @@ "Neos.Flow-20161124224015", "Neos.Party-20161124225257", "Neos.Eel-20161124230101", - "Neos.Setup-20161124230842" + "Neos.Setup-20161124230842", + "Neos.Imagine-20161124231742" ] } } \ No newline at end of file From 4dcd2efa021fd69fac8b61bbc072483cf94ce987 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 41/72] TASK: Apply migration Neos.Media-20161124233100 Adjusts code to package renaming from "TYPO3.Media" to "Neos.Media" 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 1d3189f..1968242 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,8 @@ "Neos.Party-20161124225257", "Neos.Eel-20161124230101", "Neos.Setup-20161124230842", - "Neos.Imagine-20161124231742" + "Neos.Imagine-20161124231742", + "Neos.Media-20161124233100" ] } } \ No newline at end of file From eafc5808b9dca7475aab9d539b1fa1da6ef3e463 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 42/72] TASK: Apply migration Neos.NodeTypes-20161125002300 Adjusts code to package renaming from "TYPO3.Neos.NodeTypes" to "Neos.NodeTypes" --- Configuration/NodeTypes.yaml | 4 ++-- composer.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Configuration/NodeTypes.yaml b/Configuration/NodeTypes.yaml index 266575c..9350d58 100644 --- a/Configuration/NodeTypes.yaml +++ b/Configuration/NodeTypes.yaml @@ -48,8 +48,8 @@ type: 'TYPO3.Neos:ContentCollection' constraints: nodeTypes: - 'TYPO3.Neos.NodeTypes:Headline': true - 'TYPO3.Neos.NodeTypes:Text': true + 'Neos.NodeTypes:Headline': true + 'Neos.NodeTypes:Text': true '*': false diff --git a/composer.json b/composer.json index 1968242..a3c6daf 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,8 @@ "Neos.Eel-20161124230101", "Neos.Setup-20161124230842", "Neos.Imagine-20161124231742", - "Neos.Media-20161124233100" + "Neos.Media-20161124233100", + "Neos.NodeTypes-20161125002300" ] } } \ No newline at end of file From d53e63fa3fad06b3a78c8956ae12fa7527396d66 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:39 +0000 Subject: [PATCH 43/72] TASK: Apply migration Neos.Neos-20161125002322 Adjusts code to package renaming from "TYPO3.Neos" to "Neos.Neos" --- .../CRON/FormBuilder/Service/SiteService.php | 4 +-- Configuration/NodeTypes.yaml | 24 +++++++-------- Configuration/Settings.yaml | 29 ++++++++++--------- .../Private/Templates/FormBuilder/Index.html | 2 +- .../Private/Templates/NodeTypes/CheckBox.html | 2 +- .../Templates/NodeTypes/CheckBoxGroup.html | 2 +- .../Private/Templates/NodeTypes/FieldSet.html | 2 +- .../Templates/NodeTypes/FileUpload.html | 2 +- .../Private/Templates/NodeTypes/Input.html | 2 +- .../Private/Templates/NodeTypes/Option.html | 2 +- .../Private/Templates/NodeTypes/Select.html | 2 +- .../Private/Templates/NodeTypes/TextArea.html | 2 +- composer.json | 3 +- 13 files changed, 40 insertions(+), 38 deletions(-) diff --git a/Classes/CRON/FormBuilder/Service/SiteService.php b/Classes/CRON/FormBuilder/Service/SiteService.php index d172e68..1ca7d6a 100644 --- a/Classes/CRON/FormBuilder/Service/SiteService.php +++ b/Classes/CRON/FormBuilder/Service/SiteService.php @@ -20,7 +20,7 @@ class SiteService /** * @Flow\Inject - * @var \TYPO3\Neos\Domain\Repository\SiteRepository + * @var \Neos\Neos\Domain\Repository\SiteRepository */ protected $siteRepository; @@ -49,7 +49,7 @@ public function getSiteNode() * @param bool $showInvisibleAndInaccessibleContent * * @throws \Exception - * @return \TYPO3\Neos\Domain\Service\ContentContext + * @return \Neos\Neos\Domain\Service\ContentContext */ public function createContext($workspace = 'live', $showInvisibleAndInaccessibleContent = true) { diff --git a/Configuration/NodeTypes.yaml b/Configuration/NodeTypes.yaml index 9350d58..19e5d32 100644 --- a/Configuration/NodeTypes.yaml +++ b/Configuration/NodeTypes.yaml @@ -1,6 +1,6 @@ 'CRON.FormBuilder:Plugin': superTypes: - 'TYPO3.Neos:Plugin': true + 'Neos.Neos:Plugin': true 'CRON.FormBuilder:FormElementContainerMixin': true ui: label: i18n @@ -19,7 +19,7 @@ inspector: group: advanced validation: - 'TYPO3.Neos/Validation/NotEmptyValidator': [] + 'Neos.Neos/Validation/NotEmptyValidator': [] subject: type: string ui: @@ -28,7 +28,7 @@ inspector: group: advanced validation: - 'TYPO3.Neos/Validation/NotEmptyValidator': [] + 'Neos.Neos/Validation/NotEmptyValidator': [] submitButtonLabel: type: string defaultValue: Absenden @@ -38,14 +38,14 @@ inspector: group: advanced validation: - 'TYPO3.Neos/Validation/NotEmptyValidator': [] + 'Neos.Neos/Validation/NotEmptyValidator': [] childNodes: elements: constraints: nodeTypes: 'CRON.FormBuilder:FieldSet': true responseElements: - type: 'TYPO3.Neos:ContentCollection' + type: 'Neos.Neos:ContentCollection' constraints: nodeTypes: 'Neos.NodeTypes:Headline': true @@ -55,7 +55,7 @@ 'CRON.FormBuilder:FieldSet': superTypes: - 'TYPO3.Neos:Content': true + 'Neos.Neos:Content': true 'CRON.FormBuilder:FormElementContainerMixin': true 'CRON.FormBuilder:FormElementLabelMixin': true ui: @@ -68,7 +68,7 @@ abstract: true childNodes: elements: - type: 'TYPO3.Neos:ContentCollection' + type: 'Neos.Neos:ContentCollection' constraints: nodeTypes: 'CRON.FormBuilder:Input': true @@ -81,7 +81,7 @@ 'CRON.FormBuilder:FormElementLabelMixin': superTypes: - 'TYPO3.Neos:Content': true + 'Neos.Neos:Content': true abstract: true ui: icon: 'icon-edit-sign' @@ -99,7 +99,7 @@ inspector: group: options validation: - 'TYPO3.Neos/Validation/NotEmptyValidator': [] + 'Neos.Neos/Validation/NotEmptyValidator': [] 'CRON.FormBuilder:FormElementRequiredMixin': abstract: true @@ -178,7 +178,7 @@ label: CRON.FormBuilder:NodeTypes.Plugin:fields.select childNodes: elements: - type: 'TYPO3.Neos:ContentCollection' + type: 'Neos.Neos:ContentCollection' constraints: nodeTypes: 'CRON.FormBuilder:Option': true @@ -195,7 +195,7 @@ 'CRON.FormBuilder:Option': superTypes: - 'TYPO3.Neos:Content': true + 'Neos.Neos:Content': true 'CRON.FormBuilder:FormElementValueMixin': true ui: label: CRON.FormBuilder:NodeTypes.Plugin:fields.select.options @@ -228,7 +228,7 @@ label: CRON.FormBuilder:NodeTypes.Plugin:fields.checkbox.group childNodes: elements: - type: 'TYPO3.Neos:ContentCollection' + type: 'Neos.Neos:ContentCollection' constraints: nodeTypes: 'CRON.FormBuilder:CheckBox': true diff --git a/Configuration/Settings.yaml b/Configuration/Settings.yaml index 0d2f8b3..797797a 100644 --- a/Configuration/Settings.yaml +++ b/Configuration/Settings.yaml @@ -1,13 +1,4 @@ -TYPO3: - Neos: - typoScript: - autoInclude: - 'CRON.FormBuilder': TRUE - userInterface: - translation: - autoInclude: - 'CRON.FormBuilder': ['NodeTypes/*'] CRON: FormBuilder: Email: @@ -15,7 +6,7 @@ CRON: templatePathAndFilenameFormat: 'resource://CRON.FormBuilder/Private/Templates/Email/%s.txt' defaults: from: dev@cron.eu - subject: New Message from FormBuilder + subject: 'New Message from FormBuilder' Controller: useForward: true View: @@ -23,7 +14,17 @@ CRON: Upload: maxFileSize: 10000000 allowedMimeTypes: - - 'application/pdf' - - 'image/bmp' - - 'image/jpeg' - - 'image/png' + - application/pdf + - image/bmp + - image/jpeg + - image/png +Neos: + Neos: + typoScript: + autoInclude: + CRON.FormBuilder: true + userInterface: + translation: + autoInclude: + CRON.FormBuilder: + - 'NodeTypes/*' diff --git a/Resources/Private/Templates/FormBuilder/Index.html b/Resources/Private/Templates/FormBuilder/Index.html index 060cb78..aa98d26 100644 --- a/Resources/Private/Templates/FormBuilder/Index.html +++ b/Resources/Private/Templates/FormBuilder/Index.html @@ -1,4 +1,4 @@ -{namespace neos=TYPO3\Neos\ViewHelpers} +{namespace neos=Neos\Neos\ViewHelpers} {namespace ts=TYPO3\TypoScript\ViewHelpers} diff --git a/Resources/Private/Templates/NodeTypes/CheckBox.html b/Resources/Private/Templates/NodeTypes/CheckBox.html index c5599ab..9fcf43b 100644 --- a/Resources/Private/Templates/NodeTypes/CheckBox.html +++ b/Resources/Private/Templates/NodeTypes/CheckBox.html @@ -1,4 +1,4 @@ -{namespace neos=TYPO3\Neos\ViewHelpers} +{namespace neos=Neos\Neos\ViewHelpers}
diff --git a/Resources/Private/Templates/NodeTypes/CheckBoxGroup.html b/Resources/Private/Templates/NodeTypes/CheckBoxGroup.html index 465233d..2db6b86 100644 --- a/Resources/Private/Templates/NodeTypes/CheckBoxGroup.html +++ b/Resources/Private/Templates/NodeTypes/CheckBoxGroup.html @@ -1,4 +1,4 @@ -{namespace neos=TYPO3\Neos\ViewHelpers} +{namespace neos=Neos\Neos\ViewHelpers} diff --git a/Resources/Private/Templates/NodeTypes/FieldSet.html b/Resources/Private/Templates/NodeTypes/FieldSet.html index 4d83f38..d034e23 100644 --- a/Resources/Private/Templates/NodeTypes/FieldSet.html +++ b/Resources/Private/Templates/NodeTypes/FieldSet.html @@ -1,4 +1,4 @@ -{namespace neos=TYPO3\Neos\ViewHelpers} +{namespace neos=Neos\Neos\ViewHelpers} {namespace ts=TYPO3\TypoScript\ViewHelpers}
f:format.raw()}> diff --git a/Resources/Private/Templates/NodeTypes/FileUpload.html b/Resources/Private/Templates/NodeTypes/FileUpload.html index 8227de0..f8ad2b8 100644 --- a/Resources/Private/Templates/NodeTypes/FileUpload.html +++ b/Resources/Private/Templates/NodeTypes/FileUpload.html @@ -1,4 +1,4 @@ -{namespace neos=TYPO3\Neos\ViewHelpers} +{namespace neos=Neos\Neos\ViewHelpers} diff --git a/Resources/Private/Templates/NodeTypes/Input.html b/Resources/Private/Templates/NodeTypes/Input.html index 9852302..a522805 100644 --- a/Resources/Private/Templates/NodeTypes/Input.html +++ b/Resources/Private/Templates/NodeTypes/Input.html @@ -1,4 +1,4 @@ -{namespace neos=TYPO3\Neos\ViewHelpers} +{namespace neos=Neos\Neos\ViewHelpers} diff --git a/Resources/Private/Templates/NodeTypes/Option.html b/Resources/Private/Templates/NodeTypes/Option.html index 117c56d..26a85f9 100644 --- a/Resources/Private/Templates/NodeTypes/Option.html +++ b/Resources/Private/Templates/NodeTypes/Option.html @@ -1,4 +1,4 @@ -{namespace neos=TYPO3\Neos\ViewHelpers} +{namespace neos=Neos\Neos\ViewHelpers}
  • {node.properties.option}
  • diff --git a/Resources/Private/Templates/NodeTypes/Select.html b/Resources/Private/Templates/NodeTypes/Select.html index f4a6294..f266489 100644 --- a/Resources/Private/Templates/NodeTypes/Select.html +++ b/Resources/Private/Templates/NodeTypes/Select.html @@ -1,4 +1,4 @@ -{namespace neos=TYPO3\Neos\ViewHelpers} +{namespace neos=Neos\Neos\ViewHelpers} diff --git a/Resources/Private/Templates/NodeTypes/TextArea.html b/Resources/Private/Templates/NodeTypes/TextArea.html index 964f81d..c2c4ceb 100644 --- a/Resources/Private/Templates/NodeTypes/TextArea.html +++ b/Resources/Private/Templates/NodeTypes/TextArea.html @@ -1,4 +1,4 @@ -{namespace neos=TYPO3\Neos\ViewHelpers} +{namespace neos=Neos\Neos\ViewHelpers} diff --git a/composer.json b/composer.json index a3c6daf..9585cbf 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,8 @@ "Neos.Setup-20161124230842", "Neos.Imagine-20161124231742", "Neos.Media-20161124233100", - "Neos.NodeTypes-20161125002300" + "Neos.NodeTypes-20161125002300", + "Neos.Neos-20161125002322" ] } } \ No newline at end of file From 09c3f6869a5b2287bf31bbf27d8be34a588e9ea8 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 44/72] TASK: Apply migration Neos.ContentRepository-20161125012000 Adjusts code to package renaming from "TYPO3.TYPO3CR" to "Neos.ContentRepository" --- .../CRON/FormBuilder/Controller/FormBuilderController.php | 4 ++-- Classes/CRON/FormBuilder/Service/SiteService.php | 6 +++--- Classes/CRON/FormBuilder/Utils/EmailMessage.php | 2 +- .../Validation/Validator/FormBuilderValidator.php | 2 +- composer.json | 3 ++- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Classes/CRON/FormBuilder/Controller/FormBuilderController.php b/Classes/CRON/FormBuilder/Controller/FormBuilderController.php index 5c603c6..c604068 100644 --- a/Classes/CRON/FormBuilder/Controller/FormBuilderController.php +++ b/Classes/CRON/FormBuilder/Controller/FormBuilderController.php @@ -7,11 +7,11 @@ * */ use Neos\Flow\Annotations as Flow; -use TYPO3\TYPO3CR\Domain\Repository\NodeDataRepository; +use Neos\ContentRepository\Domain\Repository\NodeDataRepository; use CRON\FormBuilder\Utils\EmailMessage; use Neos\Flow\Mvc\Controller\ActionController; use CRON\FormBuilder\Service\SiteService; -use TYPO3\TYPO3CR\Domain\Model\NodeInterface; +use Neos\ContentRepository\Domain\Model\NodeInterface; class FormBuilderController extends ActionController { diff --git a/Classes/CRON/FormBuilder/Service/SiteService.php b/Classes/CRON/FormBuilder/Service/SiteService.php index 1ca7d6a..d02ca51 100644 --- a/Classes/CRON/FormBuilder/Service/SiteService.php +++ b/Classes/CRON/FormBuilder/Service/SiteService.php @@ -1,7 +1,7 @@ Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 45/72] TASK: Apply migration Neos.Fusion-20161125013710 Adjusts code to package renaming from "TYPO3.TypoScript" to "Neos.Fusion" --- Resources/Private/Templates/FormBuilder/Index.html | 2 +- Resources/Private/Templates/NodeTypes/FieldSet.html | 2 +- composer.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Resources/Private/Templates/FormBuilder/Index.html b/Resources/Private/Templates/FormBuilder/Index.html index aa98d26..f255656 100644 --- a/Resources/Private/Templates/FormBuilder/Index.html +++ b/Resources/Private/Templates/FormBuilder/Index.html @@ -1,5 +1,5 @@ {namespace neos=Neos\Neos\ViewHelpers} -{namespace ts=TYPO3\TypoScript\ViewHelpers} +{namespace ts=Neos\Fusion\ViewHelpers} diff --git a/Resources/Private/Templates/NodeTypes/FieldSet.html b/Resources/Private/Templates/NodeTypes/FieldSet.html index d034e23..15c5472 100644 --- a/Resources/Private/Templates/NodeTypes/FieldSet.html +++ b/Resources/Private/Templates/NodeTypes/FieldSet.html @@ -1,5 +1,5 @@ {namespace neos=Neos\Neos\ViewHelpers} -{namespace ts=TYPO3\TypoScript\ViewHelpers} +{namespace ts=Neos\Fusion\ViewHelpers}
    f:format.raw()}> diff --git a/composer.json b/composer.json index 5fb6329..1689f4e 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,8 @@ "Neos.Media-20161124233100", "Neos.NodeTypes-20161125002300", "Neos.Neos-20161125002322", - "Neos.ContentRepository-20161125012000" + "Neos.ContentRepository-20161125012000", + "Neos.Fusion-20161125013710" ] } } \ No newline at end of file From 76fdc31802d8d5707e197640923fe8894bd1b2e1 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 46/72] TASK: Apply migration Neos.Setup-20161125014759 Adjusts settings path from TYPO3.Setup to Neos.Setup to Setup 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 1689f4e..7219362 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,8 @@ "Neos.NodeTypes-20161125002300", "Neos.Neos-20161125002322", "Neos.ContentRepository-20161125012000", - "Neos.Fusion-20161125013710" + "Neos.Fusion-20161125013710", + "Neos.Setup-20161125014759" ] } } \ No newline at end of file From de9018dcc5f789c12eb9533f75bf280f1eda6791 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 47/72] TASK: Apply migration Neos.Fusion-20161125104701 Adjusts code to package renaming from "TYPO3.TypoScript" to "Neos.Fusion" in Fusion files --- Resources/Private/TypoScript/Root.ts2 | 8 ++++---- composer.json | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Resources/Private/TypoScript/Root.ts2 b/Resources/Private/TypoScript/Root.ts2 index 1b96f46..4079d95 100644 --- a/Resources/Private/TypoScript/Root.ts2 +++ b/Resources/Private/TypoScript/Root.ts2 @@ -1,4 +1,4 @@ -include: resource://TYPO3.TypoScript/Private/TypoScript/* +include: resource://Neos.Fusion/Private/TypoScript/* include: resource://TYPO3.Neos/Private/TypoScript/* prototype(CRON.FormBuilder:FormElement) < prototype(TYPO3.Neos:Content) { @@ -6,9 +6,9 @@ prototype(CRON.FormBuilder:FormElement) < prototype(TYPO3.Neos:Content) { layoutName = 'Wrapper' - layoutAttributes = TYPO3.TypoScript:Attributes + layoutAttributes = Neos.Fusion:Attributes layoutAttributes.class = ${'form-group' + (q(node).property('required') ? ' required' : '')} - layoutAttributes.class.@process.nodeType = TYPO3.TypoScript:Case { + layoutAttributes.class.@process.nodeType = Neos.Fusion:Case { @context.nodeTypeClassName = ${String.toLowerCase(String.pregReplace(q(node).property('_nodeType.name'), '/[[:^alnum:]]/', '-')) + '-layout'} classIsString { @@ -104,7 +104,7 @@ prototype(CRON.FormBuilder:Plugin) < prototype(TYPO3.Neos:Plugin) { controller = 'FormBuilder' action = 'index' - attributes = TYPO3.TypoScript:RawArray + attributes = Neos.Fusion:RawArray attributes.role = 'form' elements = ${q(node).children('elements').get(0)} diff --git a/composer.json b/composer.json index 7219362..069a9d2 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,8 @@ "Neos.Neos-20161125002322", "Neos.ContentRepository-20161125012000", "Neos.Fusion-20161125013710", - "Neos.Setup-20161125014759" + "Neos.Setup-20161125014759", + "Neos.Fusion-20161125104701" ] } } \ No newline at end of file From e8a917bea5472a3a7e9095f30977d0552c942267 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 48/72] TASK: Apply migration Neos.NodeTypes-20161125104800 Adjusts code to package renaming from "TYPO3.Neos.NodeTypes" to "Neos.NodeTypes" in Fusion 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 069a9d2..07ae5d9 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,8 @@ "Neos.ContentRepository-20161125012000", "Neos.Fusion-20161125013710", "Neos.Setup-20161125014759", - "Neos.Fusion-20161125104701" + "Neos.Fusion-20161125104701", + "Neos.NodeTypes-20161125104800" ] } } \ No newline at end of file From b5c6039c67efe70834886e1e3a6631e2e9ded517 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 49/72] TASK: Apply migration Neos.Neos-20161125104802 Adjusts code to package renaming from "TYPO3.Neos" to "Neos.Neos" in Fusion files --- Resources/Private/TypoScript/Root.ts2 | 16 ++++++++-------- composer.json | 3 ++- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Resources/Private/TypoScript/Root.ts2 b/Resources/Private/TypoScript/Root.ts2 index 4079d95..0625921 100644 --- a/Resources/Private/TypoScript/Root.ts2 +++ b/Resources/Private/TypoScript/Root.ts2 @@ -1,7 +1,7 @@ include: resource://Neos.Fusion/Private/TypoScript/* -include: resource://TYPO3.Neos/Private/TypoScript/* +include: resource://Neos.Neos/Private/TypoScript/* -prototype(CRON.FormBuilder:FormElement) < prototype(TYPO3.Neos:Content) { +prototype(CRON.FormBuilder:FormElement) < prototype(Neos.Neos:Content) { templatePath = ${'resource://CRON.FormBuilder/Private/Templates/NodeTypes/' + String.replace(node.nodeData.nodeType, 'CRON.FormBuilder:', '') + '.html'} layoutName = 'Wrapper' @@ -48,7 +48,7 @@ prototype(CRON.FormBuilder:CheckBoxGroup) < prototype(CRON.FormBuilder:FormEleme attributes.name > attributes.class > - elements = TYPO3.Neos:ContentCollection { + elements = Neos.Neos:ContentCollection { nodePath = 'elements' prototype(CRON.FormBuilder:CheckBox) { @@ -72,7 +72,7 @@ prototype(CRON.FormBuilder:Select) < prototype(CRON.FormBuilder:FormElement) { @context.selectValue = ${this.value} @context.selectMultiple = ${this.multiple} - elements = TYPO3.Neos:ContentCollection { + elements = Neos.Neos:ContentCollection { nodePath = 'elements' prototype(CRON.FormBuilder:Option) { @@ -89,7 +89,7 @@ prototype(CRON.FormBuilder:FieldSet) < prototype(CRON.FormBuilder:FormElement) { attributes.name > attributes.class > - elements = TYPO3.Neos:ContentCollection { + elements = Neos.Neos:ContentCollection { nodePath = 'elements' } } @@ -99,7 +99,7 @@ prototype(CRON.FormBuilder:FileUpload) < prototype(CRON.FormBuilder:FormElement) } -prototype(CRON.FormBuilder:Plugin) < prototype(TYPO3.Neos:Plugin) { +prototype(CRON.FormBuilder:Plugin) < prototype(Neos.Neos:Plugin) { package = 'CRON.FormBuilder' controller = 'FormBuilder' action = 'index' @@ -109,7 +109,7 @@ prototype(CRON.FormBuilder:Plugin) < prototype(TYPO3.Neos:Plugin) { elements = ${q(node).children('elements').get(0)} - responseElements = TYPO3.Neos:ContentCollection { + responseElements = Neos.Neos:ContentCollection { nodePath = 'responseElements' } @@ -118,6 +118,6 @@ prototype(CRON.FormBuilder:Plugin) < prototype(TYPO3.Neos:Plugin) { hasUploadElement = ${q(node).find('[instanceof CRON.FormBuilder:FileUpload]').count() > 0} } -elements = TYPO3.Neos:ContentCollection { +elements = Neos.Neos:ContentCollection { nodePath = 'elements' } diff --git a/composer.json b/composer.json index 07ae5d9..e8e44d7 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,8 @@ "Neos.Fusion-20161125013710", "Neos.Setup-20161125014759", "Neos.Fusion-20161125104701", - "Neos.NodeTypes-20161125104800" + "Neos.NodeTypes-20161125104800", + "Neos.Neos-20161125104802" ] } } \ No newline at end of file From 71f2da967faba9084b307fd72489f705fd68cb76 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 50/72] TASK: Apply migration Neos.Neos-20161125122412 Allow to migrate Sites.xml 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 e8e44d7..154931e 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,8 @@ "Neos.Setup-20161125014759", "Neos.Fusion-20161125104701", "Neos.NodeTypes-20161125104800", - "Neos.Neos-20161125104802" + "Neos.Neos-20161125104802", + "Neos.Neos-20161125122412" ] } } \ No newline at end of file From a5355f9765c56e0ac981b79933fef0493ef15413 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 51/72] 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 154931e..cc2d305 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,8 @@ "Neos.Fusion-20161125104701", "Neos.NodeTypes-20161125104800", "Neos.Neos-20161125104802", - "Neos.Neos-20161125122412" + "Neos.Neos-20161125122412", + "Neos.Flow-20161125124112" ] } } \ No newline at end of file From 5d1b3085f7168d4e4a00973b9ab0d2b51bb6a962 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 52/72] TASK: Apply migration Neos.SwiftMailer-20161130105617 Adjusts code to package renaming from "TYPO3.SwiftMailer" to "Neos.SwiftMailer". --- Classes/CRON/FormBuilder/Utils/EmailMessage.php | 2 +- composer.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Classes/CRON/FormBuilder/Utils/EmailMessage.php b/Classes/CRON/FormBuilder/Utils/EmailMessage.php index 5d2bf69..a4ec467 100644 --- a/Classes/CRON/FormBuilder/Utils/EmailMessage.php +++ b/Classes/CRON/FormBuilder/Utils/EmailMessage.php @@ -2,7 +2,7 @@ namespace CRON\FormBuilder\Utils; use Neos\Flow\Annotations as Flow; -use TYPO3\SwiftMailer\Message; +use Neos\SwiftMailer\Message; use Neos\ContentRepository\Domain\Model\NodeInterface; /** diff --git a/composer.json b/composer.json index cc2d305..9ff3f67 100644 --- a/composer.json +++ b/composer.json @@ -64,7 +64,8 @@ "Neos.NodeTypes-20161125104800", "Neos.Neos-20161125104802", "Neos.Neos-20161125122412", - "Neos.Flow-20161125124112" + "Neos.Flow-20161125124112", + "Neos.SwiftMailer-20161130105617" ] } } \ No newline at end of file From 91caf774cb501fdf8859a1e18e51d035cfd8edc3 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 53/72] TASK: Apply migration TYPO3.FluidAdaptor-20161130112935 Adjusts code to package renaming from "TYPO3.Fluid" to "Neos.FluidAdaptor". --- Classes/CRON/FormBuilder/Utils/EmailMessage.php | 2 +- composer.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Classes/CRON/FormBuilder/Utils/EmailMessage.php b/Classes/CRON/FormBuilder/Utils/EmailMessage.php index a4ec467..0db0e6e 100644 --- a/Classes/CRON/FormBuilder/Utils/EmailMessage.php +++ b/Classes/CRON/FormBuilder/Utils/EmailMessage.php @@ -13,7 +13,7 @@ class EmailMessage /** * @Flow\Inject - * @var \TYPO3\Fluid\View\StandaloneView + * @var \Neos\FluidAdaptor\View\StandaloneView */ public $fluidView; diff --git a/composer.json b/composer.json index 9ff3f67..34af4aa 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,8 @@ "Neos.Neos-20161125104802", "Neos.Neos-20161125122412", "Neos.Flow-20161125124112", - "Neos.SwiftMailer-20161130105617" + "Neos.SwiftMailer-20161130105617", + "TYPO3.FluidAdaptor-20161130112935" ] } } \ No newline at end of file From fee2527f2d03cb56300b1943b57cee318b308099 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 54/72] TASK: Apply migration Neos.Fusion-20161201202543 Moves fusion files from old path ``Resources/Private/TypoScript/`` to the new path --- Resources/Private/{TypoScript/Root.ts2 => Fusion/Root.fusion} | 4 ++-- composer.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) rename Resources/Private/{TypoScript/Root.ts2 => Fusion/Root.fusion} (97%) diff --git a/Resources/Private/TypoScript/Root.ts2 b/Resources/Private/Fusion/Root.fusion similarity index 97% rename from Resources/Private/TypoScript/Root.ts2 rename to Resources/Private/Fusion/Root.fusion index 0625921..b11ed27 100644 --- a/Resources/Private/TypoScript/Root.ts2 +++ b/Resources/Private/Fusion/Root.fusion @@ -1,5 +1,5 @@ -include: resource://Neos.Fusion/Private/TypoScript/* -include: resource://Neos.Neos/Private/TypoScript/* +include: resource://Neos.Fusion/Private/Fusion/* +include: resource://Neos.Neos/Private/Fusion/* prototype(CRON.FormBuilder:FormElement) < prototype(Neos.Neos:Content) { templatePath = ${'resource://CRON.FormBuilder/Private/Templates/NodeTypes/' + String.replace(node.nodeData.nodeType, 'CRON.FormBuilder:', '') + '.html'} diff --git a/composer.json b/composer.json index 34af4aa..e6c8217 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,8 @@ "Neos.Neos-20161125122412", "Neos.Flow-20161125124112", "Neos.SwiftMailer-20161130105617", - "TYPO3.FluidAdaptor-20161130112935" + "TYPO3.FluidAdaptor-20161130112935", + "Neos.Fusion-20161201202543" ] } } \ No newline at end of file From 022f788be292a4352cda1f02512248773ce2f063 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 55/72] TASK: Apply migration Neos.Neos-20161201222211 Migrate namespaces for fusion core implementation and helper classes 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 e6c8217..4d59290 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,8 @@ "Neos.Flow-20161125124112", "Neos.SwiftMailer-20161130105617", "TYPO3.FluidAdaptor-20161130112935", - "Neos.Fusion-20161201202543" + "Neos.Fusion-20161201202543", + "Neos.Neos-20161201222211" ] } } \ No newline at end of file From f6ac45d85b46322a708a5d8b19f2947bc31e421b Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 56/72] TASK: Apply migration Neos.Fusion-20161202215034 Migrate name for the Fusion content cache to Neos_Fusion_Content 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 4d59290..bbe5a9b 100644 --- a/composer.json +++ b/composer.json @@ -68,7 +68,8 @@ "Neos.SwiftMailer-20161130105617", "TYPO3.FluidAdaptor-20161130112935", "Neos.Fusion-20161201202543", - "Neos.Neos-20161201222211" + "Neos.Neos-20161201222211", + "Neos.Fusion-20161202215034" ] } } \ No newline at end of file From c847fe8fa13ec56428133b654fbb1ccad934df66 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 57/72] TASK: Apply migration Neos.ContentRepository.Search-20161210231100 Adjusts code to package renaming from "TYPO3.TYPO3CR.Search" to "Neos.ContentRepository.Search" 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 bbe5a9b..286feac 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,8 @@ "TYPO3.FluidAdaptor-20161130112935", "Neos.Fusion-20161201202543", "Neos.Neos-20161201222211", - "Neos.Fusion-20161202215034" + "Neos.Fusion-20161202215034", + "Neos.ContentRepository.Search-20161210231100" ] } } \ No newline at end of file From c1ec54eff311c920f4e33c217e41fa072966159a Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 58/72] TASK: Apply migration Neos.Fusion-20161219092345 Migrate name for the Fusion cache to Neos_Neos_Fusion 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 286feac..e7eaa14 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,8 @@ "Neos.Fusion-20161201202543", "Neos.Neos-20161201222211", "Neos.Fusion-20161202215034", - "Neos.ContentRepository.Search-20161210231100" + "Neos.ContentRepository.Search-20161210231100", + "Neos.Fusion-20161219092345" ] } } \ No newline at end of file From 6a9f6f502792d0eab10e71e250c980af6e0ee143 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 59/72] TASK: Apply migration Neos.ContentRepository-20161219093512 Migrate name for the CR node type configuration 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 e7eaa14..66a6496 100644 --- a/composer.json +++ b/composer.json @@ -71,7 +71,8 @@ "Neos.Neos-20161201222211", "Neos.Fusion-20161202215034", "Neos.ContentRepository.Search-20161210231100", - "Neos.Fusion-20161219092345" + "Neos.Fusion-20161219092345", + "Neos.ContentRepository-20161219093512" ] } } \ No newline at end of file From 11c85a7259008b494f5a764968e5e5ca4a553b20 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:40 +0000 Subject: [PATCH 60/72] TASK: Apply migration Neos.Media-20161219094126 Migrate name for the media image size cache 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 66a6496..975367f 100644 --- a/composer.json +++ b/composer.json @@ -72,7 +72,8 @@ "Neos.Fusion-20161202215034", "Neos.ContentRepository.Search-20161210231100", "Neos.Fusion-20161219092345", - "Neos.ContentRepository-20161219093512" + "Neos.ContentRepository-20161219093512", + "Neos.Media-20161219094126" ] } } \ No newline at end of file From b192f6ed6d889ade8b50a4461b31f41013ea6ead Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:41 +0000 Subject: [PATCH 61/72] TASK: Apply migration Neos.Neos-20161219094403 Migrate several cache keys for the Neos.Neos package 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 975367f..62a88b4 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,8 @@ "Neos.ContentRepository.Search-20161210231100", "Neos.Fusion-20161219092345", "Neos.ContentRepository-20161219093512", - "Neos.Media-20161219094126" + "Neos.Media-20161219094126", + "Neos.Neos-20161219094403" ] } } \ No newline at end of file From fbb268a8d56d5316ded0b1b557a51638c7b40a6d Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:41 +0000 Subject: [PATCH 62/72] TASK: Apply migration Neos.Neos-20161219122512 Migrate usages of TypoScriptService to FusionService 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 62a88b4..42edb47 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,8 @@ "Neos.Fusion-20161219092345", "Neos.ContentRepository-20161219093512", "Neos.Media-20161219094126", - "Neos.Neos-20161219094403" + "Neos.Neos-20161219094403", + "Neos.Neos-20161219122512" ] } } \ No newline at end of file From 260c9e7d279b8cb0234df5826a73be370fec6fda Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:41 +0000 Subject: [PATCH 63/72] TASK: Apply migration Neos.Fusion-20161219130100 Migrate name for the TypoScriptView to FusionView 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 42edb47..4dafd06 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,8 @@ "Neos.ContentRepository-20161219093512", "Neos.Media-20161219094126", "Neos.Neos-20161219094403", - "Neos.Neos-20161219122512" + "Neos.Neos-20161219122512", + "Neos.Fusion-20161219130100" ] } } \ No newline at end of file From 1158185ab298a3b96e368b96a416c58c689f96a0 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:41 +0000 Subject: [PATCH 64/72] TASK: Apply migration Neos.Neos-20161220163741 Migrate usages of the Settings path Neos.Neos.typoScript to Neos.Neos.fusion --- Configuration/Settings.yaml | 6 +++--- composer.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Configuration/Settings.yaml b/Configuration/Settings.yaml index 797797a..444bfba 100644 --- a/Configuration/Settings.yaml +++ b/Configuration/Settings.yaml @@ -20,11 +20,11 @@ CRON: - image/png Neos: Neos: - typoScript: - autoInclude: - CRON.FormBuilder: true userInterface: translation: autoInclude: CRON.FormBuilder: - 'NodeTypes/*' + fusion: + autoInclude: + CRON.FormBuilder: true diff --git a/composer.json b/composer.json index 4dafd06..2da718a 100644 --- a/composer.json +++ b/composer.json @@ -76,7 +76,8 @@ "Neos.Media-20161219094126", "Neos.Neos-20161219094403", "Neos.Neos-20161219122512", - "Neos.Fusion-20161219130100" + "Neos.Fusion-20161219130100", + "Neos.Neos-20161220163741" ] } } \ No newline at end of file From d015f0368cf3399bff3872f220dc9df8fa1ec87b Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:41 +0000 Subject: [PATCH 65/72] TASK: Apply migration Neos.Neos-20170115114620 Migrate usages of the Settings path Neos.Flow.security.authentication.providers.Typo3BackendProvider to Neos.Flow.security.authentication.providers[Neos.Neos:Backend] 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 2da718a..1f271fc 100644 --- a/composer.json +++ b/composer.json @@ -77,7 +77,8 @@ "Neos.Neos-20161219094403", "Neos.Neos-20161219122512", "Neos.Fusion-20161219130100", - "Neos.Neos-20161220163741" + "Neos.Neos-20161220163741", + "Neos.Neos-20170115114620" ] } } \ No newline at end of file From 7241bd8a5185f996274e2540e11ff15120f6f4cd Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:41 +0000 Subject: [PATCH 66/72] TASK: Apply migration Neos.Fusion-20170120013047 Migrate name for the TypoScriptView to FusionView 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 1f271fc..343eba6 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,8 @@ "Neos.Neos-20161219122512", "Neos.Fusion-20161219130100", "Neos.Neos-20161220163741", - "Neos.Neos-20170115114620" + "Neos.Neos-20170115114620", + "Neos.Fusion-20170120013047" ] } } \ No newline at end of file From b104770f4671201ef60eb09e5f4c04916b6513d1 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:41 +0000 Subject: [PATCH 67/72] 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 343eba6..69206d9 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,8 @@ "Neos.Fusion-20161219130100", "Neos.Neos-20161220163741", "Neos.Neos-20170115114620", - "Neos.Fusion-20170120013047" + "Neos.Fusion-20170120013047", + "Neos.Flow-20170125103800" ] } } \ No newline at end of file From 0ba695bc801268581e04dc57a122a1de08276d91 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:41 +0000 Subject: [PATCH 68/72] TASK: Apply migration Neos.Seo-20170127154600 Migrate to new namespace 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 69206d9..01ef6a8 100644 --- a/composer.json +++ b/composer.json @@ -80,7 +80,8 @@ "Neos.Neos-20161220163741", "Neos.Neos-20170115114620", "Neos.Fusion-20170120013047", - "Neos.Flow-20170125103800" + "Neos.Flow-20170125103800", + "Neos.Seo-20170127154600" ] } } \ No newline at end of file From 84ccde23a0434dfe2c0b1e28a10c896552e90e4f Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:35:41 +0000 Subject: [PATCH 69/72] 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 01ef6a8..855d8b0 100644 --- a/composer.json +++ b/composer.json @@ -81,7 +81,8 @@ "Neos.Neos-20170115114620", "Neos.Fusion-20170120013047", "Neos.Flow-20170125103800", - "Neos.Seo-20170127154600" + "Neos.Seo-20170127154600", + "Neos.Flow-20170127183102" ] } } \ No newline at end of file From 508647639ea43f0943cdb666fae4e0f2fef0b134 Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 13:41:32 +0000 Subject: [PATCH 70/72] composer changes --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 855d8b0..84ea478 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "cron/neos-formbuilder", - "type": "typo3-flow-package", + "type": "neos-package", "description": "Component to build and populate forms in the backend", "require": { - "typo3/neos": "*", - "typo3/swiftmailer": "~5.3.0", - "typo3/neos-nodetypes": "~2.0" + "neos/neos": "*", + "neos/swiftmailer": "~6.0.0", + "neos/nodetypes": "~3.0" }, "autoload": { "psr-0": { From 1eb4624fbcbefa2bd2b777d9a37a3a75ee499a3a Mon Sep 17 00:00:00 2001 From: "Petar@Cron" Date: Tue, 8 May 2018 15:17:20 +0000 Subject: [PATCH 71/72] fixing rendering exception in verlag categories --- .../Private/Templates/NodeTypes/FieldSet.html | 21 ++++++++++--------- .../Private/Templates/NodeTypes/Option.html | 18 +++++++++------- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/Resources/Private/Templates/NodeTypes/FieldSet.html b/Resources/Private/Templates/NodeTypes/FieldSet.html index 15c5472..ed8ad39 100644 --- a/Resources/Private/Templates/NodeTypes/FieldSet.html +++ b/Resources/Private/Templates/NodeTypes/FieldSet.html @@ -1,12 +1,13 @@ {namespace neos=Neos\Neos\ViewHelpers} {namespace ts=Neos\Fusion\ViewHelpers} - -
    f:format.raw()}> - - {node.properties.label} - - - - - {elements -> f:format.raw()} -
    + +
    f:format.raw()}> + + {node.properties.label} + + + + + {elements -> f:format.raw()} +
    +
    \ No newline at end of file diff --git a/Resources/Private/Templates/NodeTypes/Option.html b/Resources/Private/Templates/NodeTypes/Option.html index 26a85f9..742af29 100644 --- a/Resources/Private/Templates/NodeTypes/Option.html +++ b/Resources/Private/Templates/NodeTypes/Option.html @@ -1,9 +1,11 @@ {namespace neos=Neos\Neos\ViewHelpers} - - -
  • {node.properties.option}
  • -
    - - - -
    + + + +
  • {node.properties.option}
  • +
    + + + +
    +
    \ No newline at end of file From fd08de31f687452f6cfbaef7ba350b938e4eb267 Mon Sep 17 00:00:00 2001 From: Ernesto Baschny Date: Wed, 16 May 2018 09:59:14 +0200 Subject: [PATCH 72/72] Pinned neos/neos to ~3.3.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 84ea478..101ff35 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "neos-package", "description": "Component to build and populate forms in the backend", "require": { - "neos/neos": "*", + "neos/neos": "~3.3.0", "neos/swiftmailer": "~6.0.0", "neos/nodetypes": "~3.0" },