Task #78808
closedAdding a few key aliases could allow Fluid Standalone exclusive ViewHelpers to run on TYPO3 7.6
0%
Description
Since integrating the compiling Traits, Fluid ViewHelpers can be made so simple that they only consist of an initializeArguments() and renderStatic() method. Such ViewHelpers would be possible to operate on TYPO3 7.6 LTS (as composer dependency, obviously) by aliasing a few CMS Fluid classes to make them mimic the Standalone Fluid base classes and interfaces. In other words: ViewHelpers could be written specifically for use with Fluid Standalone and still be possible to use in TYPO3 7.6 LTS even though Fluid Standalone itself will never become available there. This would ease the migration when VHS gets refactored / partially integrated into core.
Support would be only partial yet include compiling support, but many ViewHelpers from VHS fit this exact bill and would with these aliases become possible to use on LTS.
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from New to Closed
According to Claus Due (kudos) the aliases needed have been already merged in 7.6 as well, therefore I am closing it.
If it's the wrong decision or there is still work to be done on this topic please reopen it or ping me.