Bug #80114
closedHighlighting of insecure & outdated extension missing
100%
Description
Insecure & outdated extensions are not being highlighted in extension manager because of wrong CSS class selectors. I managed to fix it this way:
Replace:
.typo3-extension-manager .insecure {
color: #ff2262;
}
.typo3-extension-manager .outdated {
color: #0c08ff;
}
With:
.typo3-extension-list .insecure {
color: #ff2262;
}
.typo3-extension-list .outdated {
color: #0c08ff;
}
in file: typo3/sysext/t3skin/Resources/Public/Css/backend.css
Updated by Josef Glatz over 7 years ago
- Status changed from New to Accepted
- Assignee set to Josef Glatz
Updated by Josef Glatz over 7 years ago
- Status changed from Accepted to In Progress
Updated by Gerrit Code Review over 7 years ago
- Status changed from In Progress 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 https://review.typo3.org/51936
Updated by Gerrit Code Review over 7 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/51936
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51936
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51936
Updated by Gerrit Code Review over 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51936
Updated by Gerrit Code Review over 7 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/51956
Updated by Anonymous over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5f1a0da754387d71ab658a448f0a31e071c12d6a.
Updated by Gerrit Code Review over 7 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51968
Updated by Anonymous over 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset a0b7e26365dda543d659914a6421876bc72e53a3.