From ef55561d7c1fed6bce4b5d41c4598ac8c964c7dc Mon Sep 17 00:00:00 2001 From: Bastian Waidelich Date: Wed, 13 Mar 2024 06:40:05 +0100 Subject: [PATCH 1/2] TASK: Prevent TimeableNodeVisibility tests to fail in 5 years Replaces hard coded date time strings with relative values in `HandleExceeded.feature` in order to stabilize behat tests --- .../Behavior/Features/HandleExceeded.feature | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Neos.TimeableNodeVisibility/Tests/Behavior/Features/HandleExceeded.feature b/Neos.TimeableNodeVisibility/Tests/Behavior/Features/HandleExceeded.feature index 68df45e2731..54419c8d110 100644 --- a/Neos.TimeableNodeVisibility/Tests/Behavior/Features/HandleExceeded.feature +++ b/Neos.TimeableNodeVisibility/Tests/Behavior/Features/HandleExceeded.feature @@ -47,7 +47,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1990-01-01 10:10:10"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2030-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-10 days"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And I expect exactly 4 events to be published on stream "ContentStream:cs-identifier" @@ -62,7 +62,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1990-01-01 10:10:10"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2030-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-10 days"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And the command DisableNodeAggregate is executed with payload: | Key | Value | @@ -82,7 +82,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2030-01-01 10:10:10"},"disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1990-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+10 days"},"disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And I expect exactly 4 events to be published on stream "ContentStream:cs-identifier" @@ -97,7 +97,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2030-01-01 10:10:10"},"disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1990-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+10 days"},"disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And the command DisableNodeAggregate is executed with payload: | Key | Value | @@ -117,7 +117,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1990-01-01 10:10:10"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1995-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-10 days"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-9 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And I expect exactly 4 events to be published on stream "ContentStream:cs-identifier" @@ -132,7 +132,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1990-01-01 10:10:10"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1995-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-10 days"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-9 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And the command DisableNodeAggregate is executed with payload: | Key | Value | @@ -152,7 +152,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1995-01-01 10:10:10"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1990-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-9 days"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And I expect exactly 4 events to be published on stream "ContentStream:cs-identifier" @@ -167,7 +167,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1995-01-01 10:10:10"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1990-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-9 days"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And the command DisableNodeAggregate is executed with payload: | Key | Value | @@ -187,7 +187,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1990-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And I expect exactly 4 events to be published on stream "ContentStream:cs-identifier" @@ -202,7 +202,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1990-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And the command DisableNodeAggregate is executed with payload: | Key | Value | @@ -222,7 +222,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1990-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And I expect exactly 4 events to be published on stream "ContentStream:cs-identifier" @@ -237,7 +237,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "1990-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "-10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And the command DisableNodeAggregate is executed with payload: | Key | Value | @@ -257,7 +257,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2029-01-01 10:10:10"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2030-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+9 days"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And the command DisableNodeAggregate is executed with payload: | Key | Value | @@ -277,7 +277,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2029-01-01 10:10:10"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2030-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+9 days"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And I expect exactly 4 events to be published on stream "ContentStream:cs-identifier" @@ -293,7 +293,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2029-01-01 10:10:10"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2030-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+9 days"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And the command DisableNodeAggregate is executed with payload: | Key | Value | @@ -312,7 +312,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2029-01-01 10:10:10"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2030-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+9 days"}, "disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And I expect exactly 4 events to be published on stream "ContentStream:cs-identifier" @@ -328,7 +328,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2029-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+9 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And the command DisableNodeAggregate is executed with payload: | Key | Value | @@ -348,7 +348,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2029-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"enableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+9 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And I expect exactly 4 events to be published on stream "ContentStream:cs-identifier" @@ -364,7 +364,7 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2030-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And the command DisableNodeAggregate is executed with payload: | Key | Value | @@ -383,10 +383,10 @@ Feature: Simple handling of nodes with exceeded enableAfter and disableAfter dat And the following CreateNodeAggregateWithNode commands are executed: | nodeAggregateId | parentNodeAggregateId | nodeTypeName | initialPropertyValues | | shernode-homes | lady-eleonode-rootford | Some.Package:Homepage | {} | - | duke-of-contentshire | shernode-homes | Some.Package:Content | {"disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "2030-01-01 10:10:10"}} | + | duke-of-contentshire | shernode-homes | Some.Package:Content | {"disableAfterDateTime": {"__type": "DateTimeImmutable", "value": "+10 days"}} | Then I expect node aggregate identifier "duke-of-contentshire" to lead to node cs-identifier;duke-of-contentshire;{} And I expect exactly 4 events to be published on stream "ContentStream:cs-identifier" Then I handle exceeded node dates And I expect this node to be enabled - And I expect exactly 4 events to be published on stream "ContentStream:cs-identifier" \ No newline at end of file + And I expect exactly 4 events to be published on stream "ContentStream:cs-identifier" From c561b4810457ff345cc8e5fddaa6f7455a0cdb71 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 13 Mar 2024 05:54:20 +0000 Subject: [PATCH 2/2] TASK: Update references [skip ci] --- .../References/CommandReference.rst | 29 ++++++++++++++++++- .../References/ViewHelpers/FluidAdaptor.rst | 2 +- .../References/ViewHelpers/Form.rst | 2 +- .../References/ViewHelpers/Media.rst | 2 +- .../References/ViewHelpers/Neos.rst | 2 +- .../References/ViewHelpers/TYPO3Fluid.rst | 2 +- 6 files changed, 33 insertions(+), 6 deletions(-) diff --git a/Neos.Neos/Documentation/References/CommandReference.rst b/Neos.Neos/Documentation/References/CommandReference.rst index 9c3ed8d7756..03286edf016 100644 --- a/Neos.Neos/Documentation/References/CommandReference.rst +++ b/Neos.Neos/Documentation/References/CommandReference.rst @@ -19,7 +19,7 @@ commands that may be available, use:: ./flow help -The following reference was automatically generated from code on 2024-03-11 +The following reference was automatically generated from code on 2024-03-13 .. _`Neos Command Reference: NEOS.FLOW`: @@ -2902,6 +2902,33 @@ Options +.. _`Neos Command Reference: NEOS.NEOS neos.neos:workspace:rebase`: + +``neos.neos:workspace:rebase`` +****************************** + +**Rebase workspace on base workspace** + +This command rebases the given workspace on its base workspace, it may fail if the rebase is not possible. + +Arguments +^^^^^^^^^ + +``--workspace`` + Name of the workspace, for example "user-john + + + +Options +^^^^^^^ + +``--content-repository-identifier`` + + + + + + .. _`Neos Command Reference: NEOS.NEOS neos.neos:workspace:rebaseoutdated`: ``neos.neos:workspace:rebaseoutdated`` diff --git a/Neos.Neos/Documentation/References/ViewHelpers/FluidAdaptor.rst b/Neos.Neos/Documentation/References/ViewHelpers/FluidAdaptor.rst index 7c2411d9a37..503abc2cb58 100644 --- a/Neos.Neos/Documentation/References/ViewHelpers/FluidAdaptor.rst +++ b/Neos.Neos/Documentation/References/ViewHelpers/FluidAdaptor.rst @@ -3,7 +3,7 @@ FluidAdaptor ViewHelper Reference ################################# -This reference was automatically generated from code on 2024-03-11 +This reference was automatically generated from code on 2024-03-13 .. _`FluidAdaptor ViewHelper Reference: f:debug`: diff --git a/Neos.Neos/Documentation/References/ViewHelpers/Form.rst b/Neos.Neos/Documentation/References/ViewHelpers/Form.rst index 317225c8189..8a8bac7491a 100644 --- a/Neos.Neos/Documentation/References/ViewHelpers/Form.rst +++ b/Neos.Neos/Documentation/References/ViewHelpers/Form.rst @@ -3,7 +3,7 @@ Form ViewHelper Reference ######################### -This reference was automatically generated from code on 2024-03-11 +This reference was automatically generated from code on 2024-03-13 .. _`Form ViewHelper Reference: neos.form:form`: diff --git a/Neos.Neos/Documentation/References/ViewHelpers/Media.rst b/Neos.Neos/Documentation/References/ViewHelpers/Media.rst index 26b2fdadfdc..762ab3e9f7a 100644 --- a/Neos.Neos/Documentation/References/ViewHelpers/Media.rst +++ b/Neos.Neos/Documentation/References/ViewHelpers/Media.rst @@ -3,7 +3,7 @@ Media ViewHelper Reference ########################## -This reference was automatically generated from code on 2024-03-11 +This reference was automatically generated from code on 2024-03-13 .. _`Media ViewHelper Reference: neos.media:fileTypeIcon`: diff --git a/Neos.Neos/Documentation/References/ViewHelpers/Neos.rst b/Neos.Neos/Documentation/References/ViewHelpers/Neos.rst index cdd738836cd..af678f34310 100644 --- a/Neos.Neos/Documentation/References/ViewHelpers/Neos.rst +++ b/Neos.Neos/Documentation/References/ViewHelpers/Neos.rst @@ -3,7 +3,7 @@ Neos ViewHelper Reference ######################### -This reference was automatically generated from code on 2024-03-11 +This reference was automatically generated from code on 2024-03-13 .. _`Neos ViewHelper Reference: neos:backend.authenticationProviderLabel`: diff --git a/Neos.Neos/Documentation/References/ViewHelpers/TYPO3Fluid.rst b/Neos.Neos/Documentation/References/ViewHelpers/TYPO3Fluid.rst index 21c94586765..5042dd0fc5f 100644 --- a/Neos.Neos/Documentation/References/ViewHelpers/TYPO3Fluid.rst +++ b/Neos.Neos/Documentation/References/ViewHelpers/TYPO3Fluid.rst @@ -3,7 +3,7 @@ TYPO3 Fluid ViewHelper Reference ################################ -This reference was automatically generated from code on 2024-03-11 +This reference was automatically generated from code on 2024-03-13 .. _`TYPO3 Fluid ViewHelper Reference: f:alias`: