Closed (fixed)
Project:
BlogSpam
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Feb 2013 at 21:19 UTC
Updated:
14 Mar 2013 at 13:50 UTC
Having a record of blocked comments in the log would be very useful for identifying false positives. Currently when a message is blocked the only record is the counter on the configuration page.
Comments
Comment #1
chrissearle commentedIf we're talking about the standard drupal log (watchdog) then I think that I can just add a call to watchdog on line 317 in http://drupalcode.org/project/blogspam.git/blob/refs/heads/7.x-1.x:/blog...
In effect that would mean that under Reports > Recent Logs you could filter by module blogspam and see the same text that the user sees on the form when it gets blocked. Probably categorized at INFO level.
Would that do?
Comment #2
chrissearle commentedPushed an update that does this to the dev branch (7.x-1.x)
Not sure how long before the tar.gz file is updated - so if you want to test - make sure it's got today's date against it :)
Comment #3
biff45452 commentedThat's great. I'm currently testing it.
Comment #4
biff45452 commentedIt is working exactly as it should, thank you.
Comment #5
chrissearle commentedOK - I've not got any other changes planned - so even tho it's small I'll tag a release.
Comment #6
chrissearle commented