silverstripe-spamprotection/code
2012-04-14 23:23:38 +12:00
..
extensions FEATURE: added extension for new comments module 2010-12-13 00:50:08 +00:00
EditableSpamProtectionField.php 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
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 BUGFIX: return false when there's no spam protector class has been specified 2010-02-02 03:04:52 +00:00