[!!!][FEATURE] Introduce PSR-7-based Routing for Backend AJAX Requests
The AjaxRequestHandler now first checks in the Router if an AJAX route exists. A new flag "ajax" in the routing mechanism allows to call ajax-based URLs which are then handed to the AJAX Request Handler. All controllers now receive proper Request and Response objects. All previous logic still works, but can slowly be migrated to the Routing concept. Resolves: #69916 Releases: master Change-Id: I1e67d5a341a4dd2769247531246c9e1fad900c76 Reviewed-on: http://review.typo3.org/43365 Reviewed-by:Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
Showing
- typo3/sysext/backend/Classes/AjaxLoginHandler.php 63 additions, 53 deletionstypo3/sysext/backend/Classes/AjaxLoginHandler.php
- typo3/sysext/backend/Classes/Backend/ToolbarItems/ShortcutToolbarItem.php 63 additions, 45 deletions...kend/Classes/Backend/ToolbarItems/ShortcutToolbarItem.php
- typo3/sysext/backend/Classes/Backend/ToolbarItems/SystemInformationToolbarItem.php 11 additions, 6 deletions...ses/Backend/ToolbarItems/SystemInformationToolbarItem.php
- typo3/sysext/backend/Classes/Controller/BackendController.php 8 additions, 7 deletions...3/sysext/backend/Classes/Controller/BackendController.php
- typo3/sysext/backend/Classes/Controller/ClickMenuController.php 9 additions, 6 deletions...sysext/backend/Classes/Controller/ClickMenuController.php
- typo3/sysext/backend/Classes/Controller/File/FileController.php 21 additions, 19 deletions...sysext/backend/Classes/Controller/File/FileController.php
- typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php 10 additions, 7 deletions...lasses/Controller/FileSystemNavigationFrameController.php
- typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php 77 additions, 54 deletions...t/backend/Classes/Controller/FormInlineAjaxController.php
- typo3/sysext/backend/Classes/Controller/LiveSearchController.php 14 additions, 9 deletions...ysext/backend/Classes/Controller/LiveSearchController.php
- typo3/sysext/backend/Classes/Controller/OnlineMediaController.php 15 additions, 12 deletions...sext/backend/Classes/Controller/OnlineMediaController.php
- typo3/sysext/backend/Classes/Controller/PageTreeNavigationController.php 10 additions, 6 deletions...ckend/Classes/Controller/PageTreeNavigationController.php
- typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php 7 additions, 6 deletions...ackend/Classes/Controller/SimpleDataHandlerController.php
- typo3/sysext/backend/Classes/Controller/UserSettingsController.php 11 additions, 9 deletions...ext/backend/Classes/Controller/UserSettingsController.php
- typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php 1 addition, 1 deletion...backend/Classes/Form/Element/ImageManipulationElement.php
- typo3/sysext/backend/Classes/Form/Wizard/ImageManipulationWizard.php 38 additions, 32 deletions...t/backend/Classes/Form/Wizard/ImageManipulationWizard.php
- typo3/sysext/backend/Classes/Form/Wizard/SuggestWizard.php 18 additions, 13 deletionstypo3/sysext/backend/Classes/Form/Wizard/SuggestWizard.php
- typo3/sysext/backend/Classes/Http/AjaxRequestHandler.php 118 additions, 52 deletionstypo3/sysext/backend/Classes/Http/AjaxRequestHandler.php
- typo3/sysext/backend/Classes/Http/RouteDispatcher.php 11 additions, 3 deletionstypo3/sysext/backend/Classes/Http/RouteDispatcher.php
- typo3/sysext/backend/Classes/Routing/UriBuilder.php 27 additions, 8 deletionstypo3/sysext/backend/Classes/Routing/UriBuilder.php
- typo3/sysext/backend/Classes/Template/DocumentTemplate.php 8 additions, 6 deletionstypo3/sysext/backend/Classes/Template/DocumentTemplate.php
Please register or sign in to comment