silverstripe-spamprotection/code
Damian Mooyman 77871a54b7 BUG Fixed incorrect field specification
Email spam field (for Mollom, which I presume this extension is targetting) should be author_mail not author_email

https://github.com/silverstripe/silverstripe-mollom/blob/master/code/MollomField.php#L28
2013-04-10 14:52:08 +12:00
..
extensions BUG Fixed incorrect field specification 2013-04-10 14:52:08 +12:00
EditableSpamProtectionField.php BUGFIX: Fixed replaced deprecated FieldSet() with FieldList() 2012-07-06 19:59:57 -03:00
SpamProtector.php APICHANGE: Removed getFieldName() and replaced it with getFormField(). APICHANGE: removed individual calls to update_form() on Spam Protectors to make the code simplier. APICHANGE: removed callback objects on the SpamProtectorFields as they were no longer used. APICHANGE: removed fieldMapping from individual formfields to the abstract class. MINOR: fixed misc documentation with package names 2009-09-17 04:06:53 +00:00
SpamProtectorField.php MINOR: documentation 2010-04-12 02:32:44 +00:00
SpamProtectorManager.php Upgrade to be 3.0 compatible. 2012-07-06 14:43:38 +12:00