Feature #61903
closedPageTS dataprovider for backend layouts
100%
Description
Over the last year, several extensions appeared on TER that implemented the very same basic feature: Deploying backend layouts without database records by providing them via PageTS.
Implement a generic PageTS provider for backend layouts to unify those approaches and to make backend layouts reusable across installations.
Additionally allow to provide the backend layout configuration as array to avoid the overhead to convert them to TS and then to parse them again, if the configuration is already available as array.
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32988
Updated by Jigal van Hemert about 10 years ago
This was exactly what was in mind when creating the BE layout data provider interface: extensions will provide implementations for storing BE layout providers for files, TSconfig, mailboxes, dropbox, whatever people can think of. The core provides a single implementation (for storing in records).
There really is no reason to have a Page TS dataprovider in the core if there are already enough extensions providing this.
Updated by Georg Ringer about 10 years ago
of course it would be so much needed in the core because then you don't need those extensions!
Maybe lets start a simple vote to solve this once and forever
+1 Georg
Updated by Jo Hasenau about 10 years ago
Should have been part of the core instead of implementing a superfluous "dataprovider"
+1
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 7.0 to 7.1 (Cleanup)
Updated by Philipp Gampe over 9 years ago
- Status changed from Under Review to Accepted
- Target version deleted (
7.1 (Cleanup))
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41632
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41632
Updated by Anonymous over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6c29b70642a9ae726e8578550511c75086103bf8.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42006
Updated by Georg Ringer over 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset af7b2f96cdac233daba3abdfd3e5639f1889e2a1.