Closed (won't fix)
Project:
reCAPTCHA
Version:
7.x-1.x-dev
Component:
General
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Jan 2010 at 14:57 UTC
Updated:
22 Feb 2013 at 22:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
robloachActually, it's packed as part of the module in 6.x-1.x-dev ;-) . Libraries API is definitely a great solution around this though.
Comment #3
hswong3i commentedI double check with latest CVS of recaptcha.module but still not able to find the Library API integration (http://drupalcode.org/viewvc/drupal/contributions/modules/recaptcha/reca...).
Is there any schedule for this update? Or may I contribute for this issue?
Comment #4
hswong3i commentedPatch for above issues, including changes for:
Completely tested with recaptcha-6.x-1.x-dev CVS. Please kindly review and feel free to comment with :D
Comment #5
manarth commentedCouple of minor comments on the patch:
Should be
And when giving error feedback:
drupal_set_message should be called with an error parameter: drupal_set_message('message', 'error');
Comment #6
hswong3i commented@manarth: Totally agree, and patch update as attached. Thank you very much ;-)
Comment #7
liam morlandThe patch no longer applies. Please re-roll this patch for 7.x-1.x-dev. Once we have it working there, it can be backported to D6.
Comment #8
liam morlandrecaptchalib is supplied with the module so I don't see any need for this. If you feel this is an important feature, please provide a patch and justification.