Feature #91790
closedadd Upgrade Wizard to convert sys_domain records to Site Configurations automatically.
0%
Description
add Upgrade wizard to convert sys_domain records to site configuration
in typo3conf/sites/ it helps save time during upgrade from TYPO3 V8
to TYPO3 V9 or TYPO3 V10, helps save time when you have 100's of
domain roots in your TYPO3 project.
I have one project with 150+ domains in different rootPages, so it will be time-saving for Projects like that during the upgrade.
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65033
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65033
Updated by Gerrit Code Review over 4 years ago
Patch set 3 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65033
Updated by Gerrit Code Review about 4 years ago
Patch set 4 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65033
Updated by Gerrit Code Review about 4 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65459
Updated by Gerrit Code Review about 4 years ago
Patch set 5 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65033
Updated by Gerrit Code Review about 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65459
Updated by Falko Trojahn about 3 years ago
- Assignee set to Mohsin Khan
I've tried your patch on one of my 10.4.20 installations and I'd like some clarification, please.
In function writeSiteConfigurations() there is a restriction: the sys_domain:forced field shall be "1".
But, the meaning of the "force" field is "Always prepend this domain in links: " and is usually not set nor by default.
If we have multiple domain records within the same rootPageId usually the first one "wins".
How would this be handled by your patch? Or, should we change this "force" field for all domain records to "1", where we want a siteconfig.
Updated by Christian Kuhn about 3 years ago
- Status changed from Under Review to Rejected
The patch was pending for a long time without anyone picking up. We abandoned it in gerrit for now and will probably not implement that for v10 or v11 anymore.