View Issue Details

IDProjectCategoryView StatusLast Update
0005651Composr alpha bug reports[All Projects] General / Uncategorisedpublic2024-10-18 01:22
ReporterPatrick SchmalstigAssigned ToPatrick Schmalstig 
SeverityFeature-request 
Status resolvedResolutionfixed 
Summary0005651: Improve antispam notifications (see issue)
DescriptionCurrently, the confidence level on perceived spammer notifications is divided by 100 to become a percentile. Don't do that. All of the spam heuristics and threshold configurations use whole number "scores" instead of percentiles. The total confidence level should reflect the same way.
TagsRoadmap: v11
Sponsorship open

Activities

admin

2024-10-18 01:21

administrator   ~0009510

Automated response: Perceived spammer notifications confidence level should not be a percentile

This hotfix converts confidence level to a percent instead of a percentile in notifications (which is better for UI).

In addition, spammer requires validation notification will now only get sent if both the request was POST and interesting POST fields were present (hopefully this reduces the number of times it gets triggered; it's really only necessary when someone actually submits something)

admin

2024-10-18 01:21

administrator   ~0009511

Fixed in Git commit d5a5297659 (https://gitlab.com/composr-foundation/composr/commit/d5a5297659 - link will become active once code pushed to GitLab)

admin

2024-10-18 01:21

administrator  

hotfix-5651, 2024-10-18 1am.tar (80,384 bytes)

admin

2024-10-18 01:21

administrator   ~0009512

A hotfix (a TAR of files to upload) has been uploaded to this issue. Only apply this hotfix if you absolutely need it and cannot wait until the next release of Composr (releases are more reliable and strictly tested). As of Composr version 11, the recommended way to apply a hotfix is by following the same steps as an upgrade (https://baseurl/upgrader.php, use the hotfix on the step “Transfer across new/updated files”). The upgrader will automatically skip files belonging to addons you do not have installed or that are newer on disk than in the hotfix. Otherwise, you can manually extract and replace these files (do not replace if your on-disk file is newer than the one in the hotfix). Always take backups of your site or at least files you are replacing before applying a hotfix. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/).

Issue History

Date Modified Username Field Change
2024-03-26 18:52 Patrick Schmalstig New Issue
2024-03-26 18:52 Patrick Schmalstig Status non-assigned => assigned
2024-03-26 18:52 Patrick Schmalstig Assigned To => Patrick Schmalstig
2024-09-13 03:12 Patrick Schmalstig Tag Attached: Roadmap: v11
2024-10-18 01:22 Patrick Schmalstig Category core => General / Uncategorised
2024-10-18 01:22 Patrick Schmalstig Summary Perceived spammer notifications confidence level should not be a percentile => Improve antispam notifications (see issue)