Project

General

Profile

Actions

Bug #80114

closed

Highlighting of insecure & outdated extension missing

Added by Fabian Sansalone about 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2017-03-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

Actions #1

Updated by Josef Glatz about 7 years ago

  • Status changed from New to Accepted
  • Assignee set to Josef Glatz
Actions #2

Updated by Josef Glatz about 7 years ago

  • Status changed from Accepted to In Progress
Actions #3

Updated by Gerrit Code Review about 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

Actions #4

Updated by Gerrit Code Review about 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

Actions #5

Updated by Gerrit Code Review about 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

Actions #6

Updated by Gerrit Code Review about 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

Actions #7

Updated by Gerrit Code Review about 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

Actions #8

Updated by Gerrit Code Review about 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

Actions #9

Updated by Anja Leichsenring about 7 years ago

removed

Actions #10

Updated by Anonymous about 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Gerrit Code Review about 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

Actions #12

Updated by Anonymous about 7 years ago

  • Status changed from Under Review to Resolved
Actions #13

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF