Bug #63656
closedRemove modernizr from Backend
0%
Description
TYPO3 includes a very old version of modernizr
in the Backend which adds classes to the
html tag of the backend.php output via JS.
The version is completely outdated, and it is not
documented where it is needed in the backend.
Therefore the patch removes the feature completely
and marks modernizr.js as deprecated. If it is needed
in the future, one can include modernizr2 / 3 again
with proper documentation.
Updated by Gerrit Code Review almost 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/35152
Updated by Gerrit Code Review almost 10 years ago
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/35152
Updated by Gerrit Code Review almost 10 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/35152
Updated by Benni Mack almost 10 years ago
- Status changed from Under Review to Rejected
we keep modernizr and replace it with modernizr v3 as soon as it is released.