[BUGFIX] Remove EXT:backend dependencies from errorpage.css
In #95372 the errorpage.css, used for the standalone ErrorPage template, was moved from EXT:core to EXT:backend, since it had dependencies to this extension. However, it actually belongs to EXT:core. The ErrorPageController is used for both, backend and frontend. A side effect of the relocation to EXT:backend: The errorpage.css was now always loaded in the backend, overriding a couple of classes, which then led to display errors. This is now fixed by removing any dependency to EXT:backend and moving the stylesheet back to EXT:core. As a side effect, the "typo3_orange.svg" file is removed from EXT:backend and EXT:install, since it's now available in EXT:core. All places are adjusted accordingly. Resolves: #95388 Related: #95372 Releases: master Change-Id: I697aa0f98dbd989f68779690d466c7bfdce60c2b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71343 Tested-by:Benjamin Franzke <bfr@qbus.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- Build/Gruntfile.js 1 addition, 1 deletionBuild/Gruntfile.js
- Build/Sources/Sass/errorpage.scss 31 additions, 61 deletionsBuild/Sources/Sass/errorpage.scss
- typo3/sysext/backend/Classes/View/AuthenticationStyleInformation.php 3 additions, 3 deletions...t/backend/Classes/View/AuthenticationStyleInformation.php
- typo3/sysext/backend/Resources/Private/Partials/About/Logo.html 1 addition, 1 deletion...sysext/backend/Resources/Private/Partials/About/Logo.html
- typo3/sysext/backend/Resources/Public/Css/errorpage.css 0 additions, 13 deletionstypo3/sysext/backend/Resources/Public/Css/errorpage.css
- typo3/sysext/core/Classes/Controller/ErrorPageController.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Controller/ErrorPageController.php
- typo3/sysext/core/Resources/Private/Layouts/SystemEmail.html 2 additions, 2 deletionstypo3/sysext/core/Resources/Private/Layouts/SystemEmail.html
- typo3/sysext/core/Resources/Private/Templates/ErrorPage/Error.html 6 additions, 3 deletions...ext/core/Resources/Private/Templates/ErrorPage/Error.html
- typo3/sysext/core/Resources/Public/Css/errorpage.css 13 additions, 0 deletionstypo3/sysext/core/Resources/Public/Css/errorpage.css
- typo3/sysext/core/Resources/Public/Images/typo3_black.svg 0 additions, 0 deletionstypo3/sysext/core/Resources/Public/Images/typo3_black.svg
- typo3/sysext/core/Resources/Public/Images/typo3_orange.svg 0 additions, 0 deletionstypo3/sysext/core/Resources/Public/Images/typo3_orange.svg
- typo3/sysext/dashboard/Resources/Private/Templates/Widget/T3GeneralInformationWidget.html 1 addition, 1 deletion.../Private/Templates/Widget/T3GeneralInformationWidget.html
- typo3/sysext/frontend/Tests/Functional/Rendering/UriPrefixRenderingTest.php 2 additions, 2 deletions...end/Tests/Functional/Rendering/UriPrefixRenderingTest.php
- typo3/sysext/install/Resources/Private/Templates/Installer/MainLayout.html 1 addition, 1 deletion...all/Resources/Private/Templates/Installer/MainLayout.html
- typo3/sysext/install/Resources/Private/Templates/Login/ShowEnableInstallToolFile.html 1 addition, 1 deletion...es/Private/Templates/Login/ShowEnableInstallToolFile.html
- typo3/sysext/install/Resources/Private/Templates/Login/ShowLogin.html 1 addition, 1 deletion.../install/Resources/Private/Templates/Login/ShowLogin.html
- typo3/sysext/install/Resources/Public/Images/typo3_orange.svg 0 additions, 15 deletions...3/sysext/install/Resources/Public/Images/typo3_orange.svg
Please register or sign in to comment