[FEATURE] Fluid-based replacement for PageLayoutView
Provides a completely rewritten alternative to PageLayoutView based on Fluid, and deprecates the old PageLayoutView. Adds a feature flag TYPO3_CONF_VARS.SYS.features.fluidBasedPageModule which can be used to switch back to the deprecated PageLayoutView for installations which require this. The feature flag is enabled by default in all new installations. See included feature RST for more detailed information. Releases: master Resolves: #90348 Change-Id: Icf10b12130c238c63db74a608c67942ba912d307 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63186 Tested-by:Kevin Appelt <kevin.appelt@icloud.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
Claus Due <claus@phpmind.net> Reviewed-by:
Kevin Appelt <kevin.appelt@icloud.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Reviewed-b...
Showing
- typo3/sysext/backend/Classes/Controller/Page/LocalizationController.php 1 addition, 1 deletion...ackend/Classes/Controller/Page/LocalizationController.php
- typo3/sysext/backend/Classes/Controller/PageLayoutController.php 70 additions, 17 deletions...ysext/backend/Classes/Controller/PageLayoutController.php
- typo3/sysext/backend/Classes/View/BackendLayout/BackendLayout.php 195 additions, 4 deletions...sext/backend/Classes/View/BackendLayout/BackendLayout.php
- typo3/sysext/backend/Classes/View/BackendLayout/ContentFetcher.php 225 additions, 0 deletions...ext/backend/Classes/View/BackendLayout/ContentFetcher.php
- typo3/sysext/backend/Classes/View/BackendLayout/Grid/AbstractGridObject.php 79 additions, 0 deletions...nd/Classes/View/BackendLayout/Grid/AbstractGridObject.php
- typo3/sysext/backend/Classes/View/BackendLayout/Grid/Grid.php 90 additions, 0 deletions...3/sysext/backend/Classes/View/BackendLayout/Grid/Grid.php
- typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridColumn.php 228 additions, 0 deletions...xt/backend/Classes/View/BackendLayout/Grid/GridColumn.php
- typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridColumnItem.php 486 additions, 0 deletions...ackend/Classes/View/BackendLayout/Grid/GridColumnItem.php
- typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridRow.php 46 additions, 0 deletions...ysext/backend/Classes/View/BackendLayout/Grid/GridRow.php
- typo3/sysext/backend/Classes/View/BackendLayout/Grid/LanguageColumn.php 260 additions, 0 deletions...ackend/Classes/View/BackendLayout/Grid/LanguageColumn.php
- typo3/sysext/backend/Classes/View/BackendLayout/RecordRememberer.php 34 additions, 0 deletions...t/backend/Classes/View/BackendLayout/RecordRememberer.php
- typo3/sysext/backend/Classes/View/BackendLayoutView.php 1 addition, 54 deletionstypo3/sysext/backend/Classes/View/BackendLayoutView.php
- typo3/sysext/backend/Classes/View/Drawing/BackendLayoutRenderer.php 202 additions, 0 deletions...xt/backend/Classes/View/Drawing/BackendLayoutRenderer.php
- typo3/sysext/backend/Classes/View/Drawing/DrawingConfiguration.php 342 additions, 0 deletions...ext/backend/Classes/View/Drawing/DrawingConfiguration.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 1 addition, 4 deletionstypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/backend/Classes/ViewHelpers/LanguageColumnViewHelper.php 34 additions, 0 deletions.../backend/Classes/ViewHelpers/LanguageColumnViewHelper.php
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/Grid.html 11 additions, 0 deletions...t/backend/Resources/Private/Partials/PageLayout/Grid.html
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/Grid/Column.html 65 additions, 0 deletions...nd/Resources/Private/Partials/PageLayout/Grid/Column.html
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/LanguageColumns.html 69 additions, 0 deletions...esources/Private/Partials/PageLayout/LanguageColumns.html
- typo3/sysext/backend/Resources/Private/Partials/PageLayout/Record.html 27 additions, 0 deletions...backend/Resources/Private/Partials/PageLayout/Record.html
Please register or sign in to comment