| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-03-16 | Remove unused orig_public_key from the form, it wasn't actually doing ↵ | Bharat Mediratta | |
| anything (and was causing an error). | |||
| 2009-02-05 | Don't try to show the recaptcha if we don't have a public key | Bharat Mediratta | |
| 2009-01-30 | Correct indentation | Tim Almdal | |
| 2009-01-28 | Add module name to log::success() calls | Bharat Mediratta | |
| 2009-01-28 | Simplify the recaptcha admin page. It's not guaranteed to verify your | Bharat Mediratta | |
| recaptcha private key properly anymore, but it's more intuitive to configure in the admin UI. | |||
| 2009-01-27 | Make the comment -> recaptcha binding happen via an event dispatch as | Bharat Mediratta | |
| opposed to a direct call. | |||
| 2009-01-26 | Forgot to add the Form_Recaptcha class | Tim Almdal | |
| 2009-01-26 | Adding Recaptcha to the comment module. Recaptcha integration consists of a ↵ | Tim Almdal | |
| Form_Recaptcha class derived from Form_Input that can be added to any class that requires Recaptcha verfication. | |||
| 2009-01-25 | Removed all the complex code to locate the forms. Now the admin | Tim Almdal | |
| screen just has the public and private keys and if the public key is provided a recaptcha box shows up which is used to validate the public private key pair. | |||
| 2009-01-25 | Added the ability to identify and present the defined forms to the | Tim Almdal | |
| adminstrator. The forms are presented as a checklist, I would have preferred a selection list, but Forge doesn't have one. The generated html to contain the recaptcha challenge is defined as <ul> as that was the only way to force itto line up. | |||
| 2009-01-24 | Supply a form id on all forms. This id can be used by modules other | Tim Almdal | |
| than the originating module to provide additional functionality to the form. | |||
| 2009-01-23 | The adminstration portion of the recaptcha module. I haven't figured out ↵ | Tim Almdal | |
| how to integrate it with the other module forms. | |||
