Epic #84726
closedInitiative: URL Routing Integration / Site Handling
100%
Description
TYPO3 Core should support "speaking URLs" (= routes) out of the box.
Additionally, there should be an API to generate these URLs regardless of the current context (= typolink is not doing this) - allowing to generate URLs from the backend, CLI and Frontend with the same result.
We split the logic into three parts:
1. Site Handling: Resolving the page tree entrypoint and its configuration (like languages, error handling)
2. URL generation and resolving for pages
3. URL modifiers foto generate/resolve speaking URLs for "news" records, but also things like "mappings" for page typeNum or other parameters
Updated by Benni Mack over 6 years ago
Things to consider:
- should we have an Overview of all routes within a Backend Module
- how to handle mount points?
- how to link to other languages? (how to configure that?)
Updated by Markus Klein about 6 years ago
- Related to Bug #80903: Relative links with old <link> syntax are not converted to <a href> in upgrade wizard and not supported in ckeditor or linkfields added