mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 12:05:59 +00:00
Ingo Schommer
a9545bc842
More accurate class_exists() check
The class "Comment" was actually defined by phing/filters/StripLineComments.php. Since I have installed phing globally through composer, its automatically in the include_path. That's a separate problem, but this is a viable workaround.
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
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
Description
Languages
PHP
100%