Modify ↓
#6652 closed defect (fixed)
fix skipping of spam filter on preview
Reported by: | Vaclav Slavik | Owned by: | osimons |
---|---|---|---|
Priority: | normal | Component: | FullBlogPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
BlogSpamFilterAdapter.validate_blog_comment()
didn't skip validation on comments preview as intended. This trivial patch fixes it.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | spam-skip-preview.patch added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 follow-up: 3 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
(In [7761]) FullBlogPlugin: Don't call on spamfilter if user only previews the comment (copy & paste typo). Thanks to Vaclav Slavik for report + patch. Closes #6652.