Skip to content

Decode legacy HTML entities via installer schema upgrade

feecd5d
Select commit
Loading
Failed to load commit list.
Merged

fix: stop storing HTML entities and decode legacy entity-encoded data #702

Decode legacy HTML entities via installer schema upgrade
feecd5d
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Mar 30, 2026 in 0s

4 new issues (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 4
           

Complexity increasing per file
==============================
- modules/install/scripts/372.php  15
         

See the complete overview on Codacy

Annotations

Check warning on line 28 in modules/install/scripts/372.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/install/scripts/372.php#L28

The function update_372() has 138 lines of code. Current threshold is set to 100. Avoid really long methods.

Check warning on line 28 in modules/install/scripts/372.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/install/scripts/372.php#L28

The function update_372() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10.

Check warning on line 28 in modules/install/scripts/372.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/install/scripts/372.php#L28

The function update_372() has an NPath complexity of 1297. The configured NPath complexity threshold is 200.

Check warning on line 126 in modules/install/scripts/372.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

modules/install/scripts/372.php#L126

Avoid unused local variables such as '$rowIndex'.