-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[!!!][TASK] Merge ext:recordlist into ext:backend #191
Comments
brotkrueml
added a commit
to brotkrueml/TYPO3CMS-Reference-CoreApi
that referenced
this issue
Sep 28, 2022
brotkrueml
added a commit
to brotkrueml/TYPO3CMS-Reference-Typoscript
that referenced
this issue
Sep 29, 2022
brotkrueml
added a commit
to brotkrueml/TYPO3CMS-Reference-TSconfig
that referenced
this issue
Sep 29, 2022
brotkrueml
added a commit
to brotkrueml/TYPO3CMS-Reference-TCA
that referenced
this issue
Sep 29, 2022
brotkrueml
added a commit
to brotkrueml/TYPO3CMS-Tutorial-SitePackage
that referenced
this issue
Sep 29, 2022
linawolf
pushed a commit
to TYPO3-Documentation/TYPO3CMS-Tutorial-SitePackage
that referenced
this issue
Sep 30, 2022
linawolf
pushed a commit
to TYPO3-Documentation/TYPO3CMS-Reference-TCA
that referenced
this issue
Sep 30, 2022
linawolf
pushed a commit
to TYPO3-Documentation/TYPO3CMS-Reference-TSconfig
that referenced
this issue
Sep 30, 2022
tomwarwick
pushed a commit
to TYPO3-Documentation/TYPO3CMS-Reference-Typoscript
that referenced
this issue
Sep 30, 2022
tomwarwick
pushed a commit
to TYPO3-Documentation/TYPO3CMS-Reference-CoreApi
that referenced
this issue
Sep 30, 2022
* [TASK] #98443 - Extension recordlist merged into backend Related: TYPO3-Documentation/Changelog-To-Doc#191 * Adjust link handlers * Adjust testing * Remove recordlist from composer.json
brotkrueml
added a commit
to TYPO3-Documentation/TYPO3CMS-Guide-Installation
that referenced
this issue
Mar 26, 2024
Additionally, add a note. Related: TYPO3-Documentation/Changelog-To-Doc#191 Releases: 12.4
brotkrueml
added a commit
to TYPO3-Documentation/TYPO3CMS-Guide-Installation
that referenced
this issue
Mar 26, 2024
Additionally, add a note. Related: TYPO3-Documentation/Changelog-To-Doc#191 Releases: 12.4
brotkrueml
added a commit
to TYPO3-Documentation/TYPO3CMS-Guide-Installation
that referenced
this issue
Mar 26, 2024
Additionally, add a note. Related: TYPO3-Documentation/Changelog-To-Doc#191 Releases: 12.4
brotkrueml
added a commit
to TYPO3-Documentation/TYPO3CMS-Guide-Installation
that referenced
this issue
Mar 26, 2024
Additionally, add a note. Related: TYPO3-Documentation/Changelog-To-Doc#191 Releases: main, 12.4
linawolf
pushed a commit
to TYPO3-Documentation/TYPO3CMS-Reference-Typoscript
that referenced
this issue
Nov 19, 2024
linawolf
pushed a commit
to TYPO3-Documentation/TYPO3CMS-Reference-Typoscript
that referenced
this issue
Nov 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ℹ️ View this commit on Github
👥 Authored by Christian Kuhn [email protected]
✔️ Merged by Christian Kuhn [email protected]
Commit message
[!!!][TASK] Merge ext:recordlist into ext:backend
Extension 'recordlist' is a must-have extension that
is part of 'minimal usable system' and always loaded:
Especially 'backend' has various cross dependencies
to 'recordlist', backend "search" using the list module
for detail display is one of the most obvious ones.
In general it's bad if the main 'backend' extension
has such direct dependency towards another more
specific extension: The core development slowly
strives to have the tuple 'core-backend-frontend'
as main set of crucial extenions, with eventually
making 'backend' and 'frontend' optional in some
happy future.
To solve the unfortunate dependency from 'backend'
to 'recordlist', 'recordlist' is now merged into
'backend', reducing the set of extensions required
for a 'minimal usable system' by one.
Change-Id: Ie73ccb992b9ad29626478ff9acd6dc9a15b8aa9a
Resolves: #98443
Releases: main
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75876
Reviewed-by: Andreas Fernandez [email protected]
Reviewed-by: Georg Ringer [email protected]
Reviewed-by: Benni Mack [email protected]
Reviewed-by: Christian Kuhn [email protected]
Tested-by: core-ci [email protected]
Tested-by: Georg Ringer [email protected]
Tested-by: Andreas Fernandez [email protected]
Tested-by: Christian Kuhn [email protected]
➕ Added files
12.0/Breaking-98443-ExtensionRecordlistMergedIntoBackend.rst
➗ Modified files
12.0/Breaking-97188-RegisterElementBrowsersViaServiceConfiguration.rst
12.0/Breaking-97454-RemoveLinkBrowserHooks.rst
12.0/Feature-97188-NewRegistrationForElementBrowsers.rst
12.0/Feature-97454-PSR14EventsForLinkBrowserLifecycle.rst
12.0/Important-97159-MailLinkHandlerKeyInTSconfigRenamed.rst
The text was updated successfully, but these errors were encountered: