-
-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: Remove deprecated fusion prototypes
The following Fusion prototypes are deprecated for a long time and have been removed. While the documentation has been removed a section "Removed Fusion Prototypes" is added to the reference that mentions the old names and their replacements. * `Neos.Fusion:Array` has been removed in favor of `Neos.Fusion:Join` * `Neos.Fusion:RawArray` has been removed in favor of `Neos.Fusion:DataStructure` * `Neos.Fusion:Collection` has been removed in favor of `Neos.Fusion:Loop` * `Neos.Fusion:RawCollection` has been removed in favor of `Neos.Fusion:Map` * `Neos.Fusion:Attributes` as been removed in favor of the property `attributes` in `Neos.Fusion:Tag` The prototype `Neos.Fusion:UriBuilder` is deprecated aswell but not as long as the others. The fusion file was moved to the deprecated folder and the documentation was moved to the deprecated section.
- Loading branch information
Showing
31 changed files
with
75 additions
and
882 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 0 additions & 61 deletions
61
Neos.Fusion/Classes/FusionObjects/AbstractCollectionImplementation.php
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
64 changes: 0 additions & 64 deletions
64
Neos.Fusion/Classes/FusionObjects/AttributesImplementation.php
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
Neos.Fusion/Classes/FusionObjects/CollectionImplementation.php
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
Neos.Fusion/Classes/FusionObjects/RawArrayImplementation.php
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
Neos.Fusion/Classes/FusionObjects/RawCollectionImplementation.php
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
Neos.Fusion/Resources/Private/Fusion/Deprecated/Attributes.fusion
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
Neos.Fusion/Resources/Private/Fusion/Deprecated/Collection.fusion
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
Neos.Fusion/Resources/Private/Fusion/Deprecated/RawArray.fusion
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
Neos.Fusion/Resources/Private/Fusion/Deprecated/RawCollection.fusion
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Oops, something went wrong.