summaryrefslogtreecommitdiff
path: root/modules/recaptcha/libraries
AgeCommit message (Collapse)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2009-07-07More fixes for ticket 470 (capitalization of reCAPTCHA)Andy Staudacher
2009-06-01Move recaptcha widget into a view for clarity. Also, wrap it in aBharat Mediratta
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-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-01-28Simplify the recaptcha admin page. It's not guaranteed to verify yourBharat Mediratta
recaptcha private key properly anymore, but it's more intuitive to configure in the admin UI.
2009-01-27Make the comment -> recaptcha binding happen via an event dispatch asBharat Mediratta
opposed to a direct call.
2009-01-26Forgot to add the Form_Recaptcha classTim Almdal