index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
recaptcha
/
helpers
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-10-08
Fix the recaptcha signup url. Fixes #1888.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-15
Fix all the head() and admin_head() theme callbacks to return the
Bharat Mediratta
2010-08-22
Add "captcha_protect_form" event that the recaptcha module grabs and
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-29
Work around a weirdness where empty() doesn't work on input values.
Bharat Mediratta
2010-01-29
Clean up form validation code.
Bharat Mediratta
2010-01-23
Create a user profile page that is used as a landing page when referencing a ...
Tim Almdal
2009-11-09
Revert "Try an new approach to extending forms. Create an extend_form event....
Tim Almdal
2009-11-03
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-11-03
Add a register_add_form event handler to recaptcha to add the recaptcha to th...
Tim Almdal
2009-11-02
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-11-02
Add a recaptcha_theme file so we can actually include the recaptcha.css file ...
Tim Almdal
2009-11-01
Try an new approach to extending forms. Create an extend_form event. For the...
Tim Almdal
2009-10-31
Revert "Cleanup typo and change what is passwed into the event. pass the grou...
Tim Almdal
2009-10-29
Cleanup typo and change what is passwed into the event. pass the group that t...
Tim Almdal
2009-10-29
Generalize the adding of the recaptcha form by changing the name of the event...
Tim Almdal
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-05
Change the module installer so that you don't need to provide your own
Bharat Mediratta
2009-08-31
Rename mark_safe() to mark_clean()
Andy Staudacher
2009-08-30
Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...
Andy Staudacher
2009-08-29
Undo url helper changes - url methods no longer return a SafeString.
Andy Staudacher
2009-07-28
Use events to generate menus, instead of having xxx_menu helpers.
Bharat Mediratta
2009-07-02
Fix for ticket 470. Replace ReCaptcha with reCAPTCHA in user visible strings.
Andy Staudacher
2009-06-23
Refactor the install/upgrade code to be more flexible.
Bharat Mediratta
2009-05-31
Clear the site status message on deactivate, not on uninstall.
Bharat Mediratta
2009-05-26
Restructure the module lifecycle.
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-03-16
Remove unused orig_public_key from the form, it wasn't actually doing anythin...
Bharat Mediratta
2009-02-05
Don't try to show the recaptcha if we don't have a public key
Bharat Mediratta
2009-01-28
Simplify the recaptcha admin page. It's not guaranteed to verify your
Bharat Mediratta
2009-01-27
Make the comment -> recaptcha binding happen via an event dispatch as
Bharat Mediratta
2009-01-26
Adding Recaptcha to the comment module. Recaptcha integration consists of a ...
Tim Almdal
2009-01-25
Removed all the complex code to locate the forms. Now the admin
Tim Almdal
2009-01-25
Added the ability to identify and present the defined forms to the
Tim Almdal
2009-01-24
Supply a form id on all forms. This id can be used by modules other
Tim Almdal
2009-01-23
The adminstration portion of the recaptcha module. I haven't figured out how...
Tim Almdal