CHANGELOG.txt |
CHANGELOG.txt |
|
February 13, 2011
o #1060198: fixed the SELECT COUNT() in duplicate filter to use db_filter()
January 20, 2011
o #1024646: renamed old variable spam_blacklist_ip as it should have been
January 10, 2011
o #734642: initial commit of… |
DEVELOPER.txt |
DEVELOPER.txt |
|
This document will currently serve as a catch-all for developer best practices, for both Spam core and API usage.
----
Spam logging guidelines
-----------------------
Per issue #532158.
A starting recommendation of items that should be logged, and… |
INSTALL.txt |
INSTALL.txt |
|
-------------
Requirements:
-------------
- Drupal 6.x
----------
Upgrading:
----------
If upgrading from the 5.x-1.x or 5.x-2.x versions of the spam module, you MUST
FIRST upgrade to 5.x-3.0-beta1 BEFORE upgrading to the 6.x-1.x version of… |
README.txt |
README.txt |
|
--------
Upgrades
--------
At this point, the upgrade from 1.0 or 5.x to 1.1 and 1.2 is not well
supported. It seems to be mainly due to the handling of the spam_filters
table, but there could be other things in the way.
See:… |
spam-comment.css |
content/spam-comment.css |
|
.comment-spam-title, .comment-spam-body {
background-color: #fff0f0;
} |
spam-node.css |
content/spam-node.css |
|
.node-spam-title, .node-spam-content {
background-color: #fff0f0;
} |
spam.info |
spam.info |
|
name = Spam API
description = The core Spam API for autodetecting and managing spam.
package = Spam
core = 6.x |
spam.install |
spam.install |
|
Defines Spam module schema. |
spam.module |
spam.module |
|
Spam module, v3
Copyright(c) 2006-2008
Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved. |
spam.test |
tests/spam.test |
|
Spam module functionality tests. |
spam_content_comment.inc |
content/spam_content_comment.inc |
|
Include file for integration with comments. |
spam_content_contact.inc |
content/spam_content_contact.inc |
|
Include file for integration with the contact form. |
spam_content_node.inc |
content/spam_content_node.inc |
|
Include file for integration with the node system. |
spam_content_notifications.inc |
content/spam_content_notifications.inc |
|
Include file for integration with the contact form. |
spam_content_privatemsg.inc |
content/spam_content_privatemsg.inc |
|
Include file for integration with the privatemsg module. |
spam_content_user.inc |
content/spam_content_user.inc |
|
Include file for integration with the user system. |
spam_filter_bayesian.info |
filters/spam_filter_bayesian/spam_filter_bayesian.info |
|
name = Spam Bayesian filter
description = A bayesian filter.
package = Spam
dependencies[] = spam
core = 6.x
; Information added by drupal.org packaging script on 2009-09-01
version = "6.x-1.x-dev"
core = "6.x"
project =… |
spam_filter_bayesian.install |
filters/spam_filter_bayesian/spam_filter_bayesian.install |
|
Bayesian filter module install
Copyright(c) 2007-2008
Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved. |
spam_filter_bayesian.module |
filters/spam_filter_bayesian/spam_filter_bayesian.module |
|
Bayesian filter module
Copyright(c) 2007-2008
Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved. |
spam_filter_custom-upgrade.inc |
filters/spam_filter_custom/spam_filter_custom-upgrade.inc |
|
Custom Upgrade include file. |
spam_filter_custom.info |
filters/spam_filter_custom/spam_filter_custom.info |
|
name = Spam Custom filter
description = Allows the creation of custom spam filter rules.
package = Spam
dependencies[] = spam
core = 6.x
; Information added by drupal.org packaging script on 2009-09-01
version = "6.x-1.x-dev"
core =… |
spam_filter_custom.install |
filters/spam_filter_custom/spam_filter_custom.install |
|
Defines Custom module schema. |
spam_filter_custom.module |
filters/spam_filter_custom/spam_filter_custom.module |
|
Custom spam filter module
Copyright(c) 2007-2009
Jeremy Andrews <jeremy@tag1consulting.com>. |
spam_filter_custom.test |
filters/spam_filter_custom/tests/spam_filter_custom.test |
|
Spam filter Custom module functionality tests. |
spam_filter_duplicate.info |
filters/spam_filter_duplicate/spam_filter_duplicate.info |
|
name = Spam Duplicate filter
description = A duplication detecting spam filter.
package = Spam
dependencies[] = spam
core = 6.x
; Information added by drupal.org packaging script on 2009-09-01
version = "6.x-1.x-dev"
core =… |
spam_filter_duplicate.install |
filters/spam_filter_duplicate/spam_filter_duplicate.install |
|
Defines the Duplicate module schemata. |
spam_filter_duplicate.module |
filters/spam_filter_duplicate/spam_filter_duplicate.module |
|
Duplicate filter module
Copyright(c) 2007-2008
Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved. |
spam_filter_node_age.info |
filters/spam_filter_node_age/spam_filter_node_age.info |
|
name = Spam node age filter
description = A node-age comment filter plug-in for the spam module.
package = Spam
dependencies[] = spam
dependencies[] = comment
core = 6.x
; Information added by drupal.org packaging script on 2009-09-01
version =… |
spam_filter_node_age.install |
filters/spam_filter_node_age/spam_filter_node_age.install |
|
Node age filter module install |
spam_filter_node_age.module |
filters/spam_filter_node_age/spam_filter_node_age.module |
|
Node-age comment filter plug in for the spam module.
Copyright(c) 2008
Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved. |
spam_filter_surbl.info |
filters/spam_filter_surbl/spam_filter_surbl.info |
|
name = Spam Surbl filter
description = A Surbl filter plug-in for the spam module.
package = Spam
dependencies[] = spam
core = 6.x
; Information added by drupal.org packaging script on 2009-09-01
version = "6.x-1.x-dev"
core =… |
spam_filter_surbl.module |
filters/spam_filter_surbl/spam_filter_surbl.module |
|
Surbl filter plug in for the spam module.
Copyright(c) 2007-2008
Jeremy Andrews <jeremy@tag1consulting.com>. |
spam_filter_url.info |
filters/spam_filter_url/spam_filter_url.info |
|
name = Spam URL filter
description = A URL filter plug-in for the spam module.
package = Spam
dependencies[] = spam
dependencies[] = spam_filter_bayesian
core = 6.x
; Information added by drupal.org packaging script on 2009-09-01
version =… |
spam_filter_url.install |
filters/spam_filter_url/spam_filter_url.install |
|
URL filter module install |
spam_filter_url.module |
filters/spam_filter_url/spam_filter_url.module |
|
URL filter plug in for the spam module.
Copyright(c) 2007-2008
Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved. |