summaryrefslogtreecommitdiff
path: root/modules/recaptcha
AgeCommit message (Expand)Author
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-31Clear the site status message on deactivate, not on uninstall.Bharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-03-16Remove unused orig_public_key from the form, it wasn't actually doing anythin...Bharat Mediratta
2009-02-05Don't try to show the recaptcha if we don't have a public keyBharat Mediratta
2009-01-30Correct indentationTim Almdal
2009-01-28Add module name to log::success() callsBharat Mediratta
2009-01-28Simplify the recaptcha admin page. It's not guaranteed to verify yourBharat Mediratta
2009-01-27Make the comment -> recaptcha binding happen via an event dispatch asBharat Mediratta
2009-01-26Forgot to add the Form_Recaptcha classTim Almdal
2009-01-26Adding Recaptcha to the comment module. Recaptcha integration consists of a ...Tim Almdal
2009-01-25Removed all the complex code to locate the forms. Now the adminTim Almdal
2009-01-25Added the ability to identify and present the defined forms to theTim Almdal
2009-01-24Supply a form id on all forms. This id can be used by modules otherTim Almdal
2009-01-23The adminstration portion of the recaptcha module. I haven't figured out how...Tim Almdal