Revision fca7426d
[BUGFIX] Stabilize "Consistent escaping behavior" core migration
This tweaks the ``TYPO3.Fluid-20150214130800`` core migration to always
include the ViewHelper file before adding the ``escapeOutput`` flag.
Besides it now uses the ``PhpAnalyzer`` class to extract the ViewHelper
class name.
Background:
When executing core migrations the class loader might not be initialized
yet. This makes sure the ViewHelpers can be adjusted anyways.
Change-Id: Ie36b0e60071ffd610e58fd8272933a0b02a15ba7
Releases: master, 3.0
Related: FLOW-26
- added
- modified
- copied
- renamed
- deleted