Spam protection module for SilverStripe CMS
Go to file
Daniel Hensby 8e61aeb62b
Merge remote-tracking branch 'origin/0.3' into 0.4
2017-01-31 12:04:05 +00:00
code MINOR: hide required configuration, field validation is handled by the form field directly, not the form as things like widgets will always fail the built in validation. Fixes #6752 2012-04-14 23:23:38 +12:00
docs MINOR: update documentation 2010-06-29 05:49:00 +00:00
images FEATURE: added ability to create a spam protector field in user defined forms 2009-03-25 02:14:26 +00:00
lang MINOR: added lang folder 2009-07-16 04:01:43 +00:00
CHANGELOG MINOR: added documentation note about changes in trunk 2009-08-11 02:48:30 +00:00
README.md MINOR: update documentation 2010-06-29 05:49:00 +00:00
_config.php More accurate class_exists() check 2013-12-29 12:01:53 +01:00
composer.json Create composer.json 2013-04-04 15:31:00 +03:00

README.md

SpamProtection Module

Maintainer Contact

  • Saophalkun Ponlu <phalkunz (at) silverstripe (dot) com>

  • Will Rossiter <will (at) silverstripe (dot) com>

Requirements

SilverStripe 2.3.2 or greater

Documentation

http://doc.silverstripe.org/modules:spamprotection

Installation Instructions

See docs/Install

Usage Overview

See docs/Install

Known issues