[FEATURE] Configurable Route Parameters
Routes definitions are extended by the possibility to defined default parameters. Those parameters can be overridden during the regular URI generation process. Several AjaxRoutes inhibited the backend session update to not keep the session alive by periodic polling. Those `skipSessionUpdate` parameters have been removed from the specific URI generation invocations and moved to the central route definitions. Resolves: #81409 Releases: master Change-Id: I1b7c5cfbb3a10cce774e72406115cbac3e2023f1 Reviewed-on: https://review.typo3.org/53000 Reviewed-by:Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/Routing/UriBuilder.php 4 additions, 0 deletionstypo3/sysext/backend/Classes/Routing/UriBuilder.php
- typo3/sysext/backend/Configuration/Backend/AjaxRoutes.php 8 additions, 2 deletionstypo3/sysext/backend/Configuration/Backend/AjaxRoutes.php
- typo3/sysext/backend/Resources/Public/JavaScript/LoginRefresh.js 0 additions, 3 deletions...ysext/backend/Resources/Public/JavaScript/LoginRefresh.js
- typo3/sysext/backend/Tests/Unit/Routing/UriBuilderTest.php 123 additions, 0 deletionstypo3/sysext/backend/Tests/Unit/Routing/UriBuilderTest.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-81409-Configurable-Route-Parameters.rst 37 additions, 0 deletions...og/master/Feature-81409-Configurable-Route-Parameters.rst
- typo3/sysext/rsaauth/Configuration/Backend/AjaxRoutes.php 4 additions, 1 deletiontypo3/sysext/rsaauth/Configuration/Backend/AjaxRoutes.php
- typo3/sysext/rsaauth/Resources/Public/JavaScript/RsaEncryptionModule.js 0 additions, 1 deletion...saauth/Resources/Public/JavaScript/RsaEncryptionModule.js
Please register or sign in to comment