History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FC-1247
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Matthew Bryant
Reporter: Matthew Bryant
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FarCry Core

cfformprotect: Implement this excellent tool by Jake Munson

Created: 17/Apr/08 07:30 AM   Updated: 17/Apr/08 07:50 AM
Component/s: Core Tags
Affects Version/s: Fortress (beta)
Fix Version/s: FarCry 5.0

Time Tracking:
Not Specified


 Description  « Hide
Add support for the spam protection code library written by Jake Munson. This functionality will attach itself to <ft:farcryButton bSpamProtect="true" />

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Matthew Bryant - 17/Apr/08 07:50 AM
FC-1247 Added support for cfformprotect written by Jake Munson.
It is configured in the webtop and instantiated by adding <ft:farcryButton value="save" bSpamProtect="true" />

Default configuration can be overriden either by passing values in via stSpamProtectConfig.configName
eg. <ft:farcryButton bSpamProtect="true" stSpamProtectConfig="#stSpamConfig#" />

or protection_configName
eg. <ft:farcryButton bSpamProtect="true" protection_tooManyURLs="2" />