Commit Graph
8 Commits
Author SHA1 Message Date
Bharat Mediratta 6feb640b73 fix typo: "the the" -> "the" (thanks VENCO!) 2009-06-06 12:24:08 -07:00
Bharat Mediratta 3f96830ef1 Properly localize domain url in recaptcha explanation. 2009-06-06 12:22:20 -07:00
Tim Almdal 9f51395151 fix preamble so file structure test passes 2009-06-02 12:31:27 -07:00
Bharat Mediratta f039598410 Move recaptcha widget into a view for clarity. Also, wrap it in a
setTimeout() call so that on subsequent reloads (which happen when you
fail to validate the form) it has time to rebuild the DOM before
calling the JS which tries to inject the Recaptcha HTML.

Fixes ticket #327
2009-06-01 23:58:49 -07:00
Bharat Mediratta 6220db47b3 Simplify the recaptcha admin page. It's not guaranteed to verify your
recaptcha private key properly anymore, but it's more intuitive to
configure in the admin UI.
2009-01-28 08:15:56 +00:00
Tim Almdal bfb5c42124 Adding Recaptcha to the comment module. Recaptcha integration consists of a Form_Recaptcha class derived from Form_Input that can be added to any class that requires Recaptcha verfication. 2009-01-26 16:12:57 +00:00
Tim Almdal 4bb2c53c8f Added the ability to identify and present the defined forms to the
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-25 16:35:25 +00:00
Tim Almdal 3438bf7b3d The adminstration portion of the recaptcha module. I haven't figured out how to integrate it with the other module forms. 2009-01-23 17:05:20 +00:00