Go to file
vikas srivastava c1b661c692 Bug : Removed errors from Composer.json
Contains some minor bugs :

1 - JSON doesn't allow multi line string so making "description" field in single line.
2012-09-29 15:06:59 +05:30
code MINOR: removed argument from self::is_enabled() in MathSpamProtectorField ln22 2012-07-10 15:10:36 +02:00
docs/en Initial commit of MathSpamProtection module from hackfest 2010-12-13 13:30:04 +13:00
lang MEDIUM: added 4 YAML translation files, removed old translation files. 2012-07-10 14:01:42 +02:00
_config.php Initial commit of MathSpamProtection module from hackfest 2010-12-13 13:30:04 +13:00
composer.json Bug : Removed errors from Composer.json 2012-09-29 15:06:59 +05:30
LICENSE Initial commit of MathSpamProtection module from hackfest 2010-12-13 13:30:04 +13:00
README.md Update master 2012-07-11 20:13:44 +12:00
TODO.md MINOR: added note that this is alpha 2010-12-13 13:52:56 +13:00

Math Spam Protection

Maintainers

  • Will Rossiter (Nickname: willr, wrossiter)

Introduction

This module provides a simple math protection mechanism for prevent spam from your forms.

Includes an EditableMathSpamField to integrate with the UserForms module.

Requirements

  • SilverStripe 3.0
  • Spam Protection Master

Installation

See docs/en/Installing.md