[+FEATURE] Fluid (Core/Widget): Added Tx_Fluid_Core_Widget_Bootstrap that is...
[+FEATURE] Fluid (Core/Widget): Added Tx_Fluid_Core_Widget_Bootstrap that is used to dispatch Ajax requests (see ext_typoscript_setup.txt). [~TASK] Fluid (Compatibility): Removed Tx_Fluid_Compatibility_ObjectManager and replaced instances by Tx_Extbase_Object_ObjectManagerInterface instances [~TASK] Fluid (Core/Widget): AbstractWidgetController has to be a singleton so it can be injected in the WidgetViewHelper.. To be discussed! [+TASK] Fluid (Core/Widget): AjaxWidgetContextHolder is now correctly stored in the BE/FE Users session if the ajaxWidget of the corresponding Widget is TRUE. [+TASK] Fluid (Core/Widget): The WidgetContext now contains a reference to the parent extension & plugin name. That's needed for the widgetAjaxResponse. [+BUGFIX] Fluid (Core/Widget): WidgetRequestBuilder now correctly interprets GET parameters and dispatches Ajax requests [+BUGFIX] Fluid (ViewHelpers): Modified ViewHelpers cObject, format.crop, format.html, image, uri.image so that they use dependency injection in order to retrieve the current cObject instance from the configurationManager [+BUGFIX] Fluid (ViewHelpers): Fixed form ViewHelper to respect configured pluginNamespace in field name prefixes [+BUGFIX] Fluid (ViewHelpers): link.widget/uri.widget ViewHelpers now create correct URIs [+BUGFIX] Fluid (ViewHelpers): replaced @inject annotation by injectController method in AutocompleteViewHelper.
Showing
- typo3/sysext/fluid/Classes/Compatibility/DocbookGeneratorService.php 1 addition, 1 deletion...t/fluid/Classes/Compatibility/DocbookGeneratorService.php
- typo3/sysext/fluid/Classes/Compatibility/TemplateParserBuilder.php 1 addition, 1 deletion...ext/fluid/Classes/Compatibility/TemplateParserBuilder.php
- typo3/sysext/fluid/Classes/Core/Parser/Interceptor/Escape.php 9 additions, 6 deletions...3/sysext/fluid/Classes/Core/Parser/Interceptor/Escape.php
- typo3/sysext/fluid/Classes/Core/Parser/TemplateParser.php 5 additions, 7 deletionstypo3/sysext/fluid/Classes/Core/Parser/TemplateParser.php
- typo3/sysext/fluid/Classes/Core/Rendering/RenderingContext.php 4 additions, 6 deletions.../sysext/fluid/Classes/Core/Rendering/RenderingContext.php
- typo3/sysext/fluid/Classes/Core/Rendering/RenderingContextInterface.php 1 addition, 1 deletion...luid/Classes/Core/Rendering/RenderingContextInterface.php
- typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetController.php 1 addition, 1 deletion...xt/fluid/Classes/Core/Widget/AbstractWidgetController.php
- typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetViewHelper.php 15 additions, 10 deletions...xt/fluid/Classes/Core/Widget/AbstractWidgetViewHelper.php
- typo3/sysext/fluid/Classes/Core/Widget/AjaxWidgetContextHolder.php 48 additions, 2 deletions...ext/fluid/Classes/Core/Widget/AjaxWidgetContextHolder.php
- typo3/sysext/fluid/Classes/Core/Widget/Bootstrap.php 93 additions, 0 deletionstypo3/sysext/fluid/Classes/Core/Widget/Bootstrap.php
- typo3/sysext/fluid/Classes/Core/Widget/WidgetContext.php 55 additions, 0 deletionstypo3/sysext/fluid/Classes/Core/Widget/WidgetContext.php
- typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestBuilder.php 10 additions, 5 deletions...sysext/fluid/Classes/Core/Widget/WidgetRequestBuilder.php
- typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestHandler.php 56 additions, 3 deletions...sysext/fluid/Classes/Core/Widget/WidgetRequestHandler.php
- typo3/sysext/fluid/Classes/View/AbstractTemplateView.php 4 additions, 6 deletionstypo3/sysext/fluid/Classes/View/AbstractTemplateView.php
- typo3/sysext/fluid/Classes/View/StandaloneView.php 2 additions, 2 deletionstypo3/sysext/fluid/Classes/View/StandaloneView.php
- typo3/sysext/fluid/Classes/View/TemplateView.php 1 addition, 1 deletiontypo3/sysext/fluid/Classes/View/TemplateView.php
- typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php 10 additions, 17 deletionstypo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php
- typo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php 2 additions, 2 deletionstypo3/sysext/fluid/Classes/ViewHelpers/FormViewHelper.php
- typo3/sysext/fluid/Classes/ViewHelpers/Format/CropViewHelper.php 9 additions, 4 deletions...ysext/fluid/Classes/ViewHelpers/Format/CropViewHelper.php
- typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlViewHelper.php 10 additions, 6 deletions...ysext/fluid/Classes/ViewHelpers/Format/HtmlViewHelper.php
Please register or sign in to comment