Project

General

Profile

Actions

Bug #22634

closed

Value of "Show extensions without basic security review" is reset after updating TYPO3

Added by Phlegx Systems almost 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-05-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The checkbox "Show extensions without basic security review" is unchecked after updating TYPO3 although it was checked before.

As a consequence, when I check for extension updates, TYPO3 doesn't list me the extensions to update. But there are updates, I've looked that up myself. The local extension list is up to date.

There was no problem on T3 4.2.10 and 4.3.2. I have updated to 4.3.3 at last.
How can I solve the problem?

(issue imported from #M14366)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #22649: Remove the feature "Enable extensions without review (basic security check)" from EMClosedSteffen Kamper2010-05-13

Actions
Is duplicate of TYPO3 Core - Bug #21386: Extension Manager confusing behavior with "reviewed" extensions setting.ClosedChris topher2009-10-27

Actions
Actions #1

Updated by Phlegx Systems almost 14 years ago

I have checked the box "Show extensions without basic security review" and now all run without problems, but why the configuration changes (checkbox: from checked to unchecked) if I upgrade to a higher Typo3 Version?

Actions #2

Updated by Chris topher almost 14 years ago

typo3/mod/tools/em/class.em_index.php, alterSettings()
displays the checkbox (in checked or unchecked state).

There t3lib_BEfunc::getFuncCheck is called and the current value (checked or unchecked) is set as $currentValue = $this->MOD_SETTINGS['display_unchecked'].
The function then returns
<input type="checkbox". (...) .($currentValue?' checked="checked"':'') ... />

Seems like the value from MOD_SETTINGS is not always recognized correctly.

Actions #3

Updated by Steffen Gebert almost 14 years ago

Did you reset your user settings? The value whether only reviewed extensions should be shown, is stored in there.

Actions #4

Updated by Chris topher almost 14 years ago

I don't think that storing this info there is logical. I think this is a system setting, which should be stored once per system and not once per user.

Or we should at least add a hint to the text in the EM, that this setting is changed when resetting the user(!) settings.

Actions #5

Updated by Chris topher almost 14 years ago

Will be solved by #22649 which removes this option.

Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF